Module openj9.dtfj

Interface HashTable.HashEqualFunction<StructType>

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

    Modifier and Type
    Method
    Description
    boolean
    equal(StructType entry1, StructType entry2)