public interface Ref<T>
T
get()
static IntRef
of(int value)
static <T> Ref<T>
of(T value)
void
set(T t)
static IntRef of(int value)
static <T> Ref<T> of(T value)
T get()
void set(T t)
Copyright © 2021 vpc open source initiative. All rights reserved.