Interface AbstractLinearCounting.HashesIterator
- Enclosing class:
- AbstractLinearCounting
public static interface AbstractLinearCounting.HashesIterator
Iterator over the hash values
-
Method Summary
-
Method Details
-
size
int size()number of elements in the iterator -
next
boolean next()Moves the iterator to the next element if it exists.- Returns:
- true if there is a next value, else false.
-
value
int value()Hash value.- Returns:
- the current value of the counter.
-