Interface IHashArray
-
- All Known Implementing Classes:
HashIntegerArray
,HashLongArray
public interface IHashArray
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getInt(int index)
Get the underlying hash as a intlong
getLong(int index)
Get the underlying hash as a long
-