public static interface ShortHash.Strategy
Hash.Strategy| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(short a,
short b)
Returns true if the given elements are equal with respect to this hash strategy.
|
int |
hashCode(short e)
Returns the hash code of the specified element with respect to this hash strategy.
|
int hashCode(short e)
e - an element.boolean equals(short a,
short b)
a - an element.b - another element.