Uses of Class
org.apache.datasketches.tuple.SketchIterator
-
Packages that use SketchIterator Package Description org.apache.datasketches.tuple The tuple package contains implementation of sketches based on the idea of theta sketches with the addition of values associated with unique keys. -
-
Uses of SketchIterator in org.apache.datasketches.tuple
Methods in org.apache.datasketches.tuple that return SketchIterator Modifier and Type Method Description SketchIterator<S>CompactSketch. iterator()abstract SketchIterator<S>Sketch. iterator()Returns a SketchIterator
-