Interface IHashArray
- All Known Implementing Classes:
HashIntegerArray,HashLongArray
public interface IHashArray
-
Method Summary
-
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
-