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