Uses of Interface
com.ibm.j9ddr.vm29.j9.HashTable.HashEqualFunction
Packages that use HashTable.HashEqualFunction
-
Uses of HashTable.HashEqualFunction in com.ibm.j9ddr.vm29.j9
Classes in com.ibm.j9ddr.vm29.j9 that implement HashTable.HashEqualFunctionModifier and TypeClassDescriptionprotected static classprotected static classstatic classStringTable.StringEqualFunction<StructType extends AbstractPointer>Fields in com.ibm.j9ddr.vm29.j9 declared as HashTable.HashEqualFunctionModifier and TypeFieldDescriptionprotected HashTable.HashEqualFunction<StructType> HashTable._equalFnMethods in com.ibm.j9ddr.vm29.j9 with parameters of type HashTable.HashEqualFunctionModifier and TypeMethodDescriptionstatic <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.HashEqualFunctionModifierConstructorDescriptionprotectedHashTable(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) protectedHashTable_V1(com.ibm.j9ddr.vm29.pointer.generated.J9HashTablePointer hashTablePointer, boolean isInline, Class<StructType> structType, HashTable.HashEqualFunction<StructType> equalFn, HashTable.HashFunction<StructType> hashFn) protectedModuleHashTable(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) protectedPackageHashTable(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)