Package org.apache.datasketches.theta
Interface HashIterator
-
public interface HashIteratorThis 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 longget()Gets the hash valuebooleannext()Returns true at the next hash value in sequence.
-