-
- Type Parameters:
StructType
-
- All Known Implementing Classes:
JVMTIObjectTagTable.ObjectTagEqualFunction
,MonitorTable.MonitorEqualFunction_V1
,StringTable.StringEqualFunction
- Enclosing class:
- HashTable<StructType extends AbstractPointer>
public static interface HashTable.HashEqualFunction<StructType>
Encapsulation of the equal function needed by the HashTable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
equal(StructType entry1, StructType entry2)
-
-
-
Method Detail
-
equal
boolean equal(StructType entry1, StructType entry2) throws CorruptDataException
- Throws:
CorruptDataException
-
-