public interface TLongHashingStrategy
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
int |
computeHashCode(long val)
Computes a hash code for the specified long.
|
int computeHashCode(long val)
val
- long for which the hashcode is to be computedGNU Trove is copyright © 2001-2009 Eric D. Friedman. All Rights Reserved.