Module openj9.dtfj
Package com.ibm.j9ddr.vm29.j9
Class HashTable_V1<StructType extends AbstractPointer>
- java.lang.Object
-
- com.ibm.j9ddr.vm29.j9.HashTable<StructType>
-
- com.ibm.j9ddr.vm29.j9.HashTable_V1<StructType>
-
- All Implemented Interfaces:
IHashTable<StructType>
- Direct Known Subclasses:
ModuleHashTable
,PackageHashTable
public class HashTable_V1<StructType extends AbstractPointer> extends HashTable<StructType>
-
-
Nested Class Summary
-
Nested classes/interfaces declared in class com.ibm.j9ddr.vm29.j9.HashTable
HashTable.HashEqualFunction<StructType>, HashTable.HashFunction<StructType>
-
-
Field Summary
-
Fields declared in class com.ibm.j9ddr.vm29.j9.HashTable
_comparatorFn, _equalFn, _hashFn, _structType, _table
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
HashTable_V1(com.ibm.j9ddr.vm29.pointer.generated.J9HashTablePointer hashTablePointer, boolean isInline, Class<StructType> structType, HashTable.HashEqualFunction<StructType> equalFn, HashTable.HashFunction<StructType> hashFn)
protected
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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSpaceOpt()
-
Methods declared in class com.ibm.j9ddr.vm29.j9.HashTable
find, fromJ9HashTable, fromJ9HashTable, getCount, getTableName, iterator
-
-
-
-
Constructor Detail
-
HashTable_V1
protected HashTable_V1(com.ibm.j9ddr.vm29.pointer.generated.J9HashTablePointer hashTablePointer, boolean isInline, Class<StructType> structType, HashTable.HashEqualFunction<StructType> equalFn, HashTable.HashFunction<StructType> hashFn) throws CorruptDataException
- Throws:
CorruptDataException
-
HashTable_V1
protected 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) throws CorruptDataException
- Throws:
CorruptDataException
-
-