Uses of Interface
com.ibm.j9ddr.vm29.j9.HashTable.HashEqualFunction
-
Packages that use HashTable.HashEqualFunction Package Description com.ibm.j9ddr.vm29.j9 -
-
Uses of HashTable.HashEqualFunction in com.ibm.j9ddr.vm29.j9
Classes in com.ibm.j9ddr.vm29.j9 that implement HashTable.HashEqualFunction Modifier and Type Class Description protected static class
JVMTIObjectTagTable.ObjectTagEqualFunction
protected static class
MonitorTable.MonitorEqualFunction_V1
static class
StringTable.StringEqualFunction<StructType extends AbstractPointer>
Fields in com.ibm.j9ddr.vm29.j9 declared as HashTable.HashEqualFunction Modifier and Type Field Description protected HashTable.HashEqualFunction<StructType>
HashTable. _equalFn
Methods in com.ibm.j9ddr.vm29.j9 with parameters of type HashTable.HashEqualFunction Modifier and Type Method Description static <T extends AbstractPointer>
HashTable<T>HashTable. fromJ9HashTable(com.ibm.j9ddr.vm29.pointer.generated.J9HashTablePointer structure, boolean isInline, Class<T> structType, HashTable.HashEqualFunction<T> equalFn, HashTable.HashFunction<T> hashFn)
Factory method to construct an appropriate hashtable handler.Constructors in com.ibm.j9ddr.vm29.j9 with parameters of type HashTable.HashEqualFunction Constructor Description HashTable(com.ibm.j9ddr.vm29.pointer.generated.J9HashTablePointer structure, Class<StructType> structType, HashTable.HashEqualFunction<StructType> equalFn, HashTable.HashFunction<StructType> hashFn, com.ibm.j9ddr.vm29.j9.HashTable.HashComparatorFunction<StructType> comparatorFn)
HashTable_V1(com.ibm.j9ddr.vm29.pointer.generated.J9HashTablePointer hashTablePointer, boolean isInline, Class<StructType> structType, HashTable.HashEqualFunction<StructType> equalFn, HashTable.HashFunction<StructType> hashFn)
ModuleHashTable(com.ibm.j9ddr.vm29.pointer.generated.J9HashTablePointer hashTablePointer, boolean isInline, Class<com.ibm.j9ddr.vm29.pointer.generated.J9ModulePointer> structType, HashTable.HashEqualFunction<com.ibm.j9ddr.vm29.pointer.generated.J9ModulePointer> equalFn, HashTable.HashFunction<com.ibm.j9ddr.vm29.pointer.generated.J9ModulePointer> hashFn)
PackageHashTable(com.ibm.j9ddr.vm29.pointer.generated.J9HashTablePointer hashTablePointer, boolean isInline, Class<com.ibm.j9ddr.vm29.pointer.generated.J9PackagePointer> structType, HashTable.HashEqualFunction<com.ibm.j9ddr.vm29.pointer.generated.J9PackagePointer> equalFn, HashTable.HashFunction<com.ibm.j9ddr.vm29.pointer.generated.J9PackagePointer> hashFn)
-