Package org.apache.datasketches.theta
Interface HashIterator
-
public interface HashIterator
This is used to iterate over the retained hash values of the Theta sketch.- Author:
- Lee Rhodes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
get()
Gets the hash valueboolean
next()
Returns true at the next hash value in sequence.
-