public class ValueRef<V> extends Object implements Ref<V>, Serializable
ValueRef(V value)
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 V get()
Ref<V>
public static <E> ValueRef<E> of(E value)
of
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2024 fossc. All rights reserved.