Interface IHashArray

    • Method Detail

      • 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