Interface IHashTable<StructType extends AbstractPointer>
- All Known Implementing Classes:
 HashTable, HashTable_V1, JVMTIObjectTagTable, ModuleHashTable, MonitorTable, ObjectToSparseDataHashTable, PackageHashTable
public interface IHashTable<StructType extends AbstractPointer>
- 
Method Details
- 
getTableName
 - 
getCount
long getCount()Returns the number of elements in a given pool.- Returns:
 - the number of elements in the pool
 
 - 
iterator
Iterator<StructType> iterator()Returns an iterator over the elements in the pool- Returns:
 - an Iterator
 
 
 -