T -
Data typepublic class DataRef<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
T |
v
Data where object concerned is stored
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object rhs)
Processing that judges equivalence
|
int |
hashCode()
Gets the hush code value.
|
public T v
public DataRef(T v)
v -
Data allocated in initial statepublic boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectrhs -
Object of equivalent judgmentpublic int hashCode()
hashCode in class java.lang.Object