public class Holder<T> extends Object
T
value
Holder()
Holder(T value)
boolean
equals(Object obj)
getValue()
int
hashCode()
void
setValue(T value)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public T value
public Holder()
public Holder(T value)
public T getValue()
public void setValue(T value)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2020. All Rights Reserved.