public static class LongStrategy.NormalStrategy extends java.lang.Object implements LongStrategy
LongStrategy.NormalStrategyNORMAL| Constructor and Description |
|---|
NormalStrategy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(long key,
long value)
Type Specific Equals function
|
int |
hashCode(long o)
Type Specific HashCode function
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnormalStrategypublic int hashCode(long o)
LongStrategyhashCode in interface LongStrategyo - the element that the hashcode is requested for (if object may be null)public boolean equals(long key,
long value)
LongStrategyequals in interface LongStrategykey - the first element that should be compared withvalue - the second element that should be compared with (if object may be null)