Module openj9.dtfj

Interface IHashTable<StructType extends AbstractPointer>

All Known Implementing Classes:
HashTable, HashTable_V1, JVMTIObjectTagTable, ModuleHashTable, MonitorTable, PackageHashTable

public interface IHashTable<StructType extends AbstractPointer>
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the number of elements in a given pool.
    Returns the name of the table
    Returns an iterator over the elements in the pool
  • Method Details

    • getTableName

      String getTableName()
      Returns the name of the table
      Returns:
      the number of elements in the pool
    • 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