Interface IHashArray

All Known Implementing Classes:
HashIntegerArray, HashLongArray

public interface IHashArray
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getInt(int index)
    Get the underlying hash as a int
    long
    getLong(int index)
    Get the underlying hash as a long
  • Method Details

    • getLong

      long getLong(int index)
      Get the underlying hash as a long
      Parameters:
      index - The index to access
      Returns:
      The long value
    • getInt

      int getInt(int index)
      Get the underlying hash as a int
      Parameters:
      index - The index to access
      Returns:
      The int value