public class IdentityHolder<V> extends SimpleHolder<V>
m_value| Constructor and Description | 
|---|
IdentityHolder()
Construct an IdentityHolder holding nothing. 
 | 
IdentityHolder(V v)
Construct an IdentityHolder holding the specified object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object oThat)  | 
int | 
hashCode()  | 
get, setpublic IdentityHolder()
public IdentityHolder(V v)
v - the object to hold