Uses of Interface
com.ibm.j9ddr.vm29.j9.HashTable.HashFunction
-
Packages that use HashTable.HashFunction Package Description com.ibm.j9ddr.vm29.j9 -
-
Uses of HashTable.HashFunction in com.ibm.j9ddr.vm29.j9
Classes in com.ibm.j9ddr.vm29.j9 that implement HashTable.HashFunction Modifier and Type Class Description protected static class
JVMTIObjectTagTable.ObjectTagHashFunction
protected static class
MonitorTable.MonitorHashFunction_V1
static class
StringTable.StringHashFunction<StructType extends AbstractPointer>
Fields in com.ibm.j9ddr.vm29.j9 declared as HashTable.HashFunction Modifier and Type Field Description protected HashTable.HashFunction<StructType>
HashTable. _hashFn
Methods in com.ibm.j9ddr.vm29.j9 with parameters of type HashTable.HashFunction 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.static <T extends AbstractPointer>
HashTable<T>HashTable. fromJ9HashTable(com.ibm.j9ddr.vm29.pointer.generated.J9HashTablePointer structure, boolean isInline, Class<T> structType, HashTable.HashFunction<T> hashFn, com.ibm.j9ddr.vm29.j9.HashTable.HashComparatorFunction<T> comparatorFn)
Factory method to construct an appropriate hashtable handler.Constructors in com.ibm.j9ddr.vm29.j9 with parameters of type HashTable.HashFunction 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)
HashTable_V1(com.ibm.j9ddr.vm29.pointer.generated.J9HashTablePointer hashTablePointer, boolean isInline, Class<StructType> structType, HashTable.HashFunction<StructType> hashFn, com.ibm.j9ddr.vm29.j9.HashTable.HashComparatorFunction<StructType> comparatorFn)
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)
-