public class Holder<V> extends Object implements ValueHolder<V>
Holder()
Holder(V value)
V
get()
int
getHash()
boolean
isEmpty()
isNull()
void
reset()
set(V value)
setHash(int hash)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Holder()
public Holder(V value)
public void set(V value)
set
Ref<V>
ValueHolder<V>
public V get()
get
Reference<V>
public void reset()
reset
public boolean isNull()
isNull
public boolean isEmpty()
isEmpty
public void setHash(int hash)
setHash
Hashed
public int getHash()
getHash
Copyright © 2022. All rights reserved.