Package com.esri.core.geometry
Class IndexHashTable.HashFunction
- java.lang.Object
-
- com.esri.core.geometry.IndexHashTable.HashFunction
-
- Direct Known Subclasses:
Clusterer.ClusterHashFunction
- Enclosing class:
- IndexHashTable
public abstract static class IndexHashTable.HashFunction extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HashFunction()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract boolean
equal(int element1, int element2)
abstract boolean
equal(java.lang.Object elementDescriptor, int element)
abstract int
getHash(int element)
abstract int
getHash(java.lang.Object elementDescriptor)
-