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