-
- Type Parameters:
StructType
-
- All Known Implementing Classes:
JVMTIObjectTagTable.ObjectTagHashFunction
,MonitorTable.MonitorHashFunction_V1
,StringTable.StringHashFunction
- Enclosing class:
- HashTable<StructType extends AbstractPointer>
public static interface HashTable.HashFunction<StructType>
Encapsulation of the hash function needed by the HashTable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UDATA
hash(StructType entry)
-
-
-
Method Detail
-
hash
UDATA hash(StructType entry) throws CorruptDataException
- Throws:
CorruptDataException
-
-