public class ValueRef<V> extends Object implements Ref<V>, Serializable, Copyable<ValueRef<V>>
ValueRef(V value)
ValueRef<V>
copy()
boolean
equals(Object o)
V
get()
int
hashCode()
static <E> ValueRef<E>
of(E value)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
get
public ValueRef(V value)
public static <E> ValueRef<E> of(E value)
of
Ref<V>
public ValueRef<V> copy()
copy
Copyable<ValueRef<V>>
public V get()
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2025 fossc. All rights reserved.