| Modifier and Type | Field and Description | 
|---|---|
static NaturalHasher | 
INSTANCE
A singleton instance of the NaturalHasher. 
 | 
| Constructor and Description | 
|---|
NaturalHasher()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(V va,
      V vb)
Compare two objects for equality. 
 | 
int | 
hashCode(V o)
Return a hash for the specified object. 
 | 
public static final NaturalHasher INSTANCE
public int hashCode(V o)