public interface HashFunction
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
hash(Vector vector)
Hashes a vector of arbitrary dimensions to an integer.
|
int hash(Vector vector)
vector - The vector to hash. Can have any number of dimensions.