Package org.apache.datasketches.hll
Class IntMemoryPairIterator
- java.lang.Object
-
- org.apache.datasketches.hll.IntMemoryPairIterator
-
public class IntMemoryPairIterator extends Object
Iterates within a given Memory extracting integer pairs.- Author:
- Lee Rhodes
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()intgetKey()intgetPair()intgetSlot()intgetValue()booleannextAll()booleannextValid()
-