public interface ArrayOfDoublesSketchIterator
Modifier and Type | Method and Description |
---|---|
long |
getKey()
Gets a key from the current entry in the sketch, which is a hash
of the original key passed to update().
|
double[] |
getValues()
Gets an array of values from the current entry in the sketch.
|
boolean |
next()
Advancing the iterator and checking existence of the next entry
is combined here for efficiency.
|
boolean next()
long getKey()
double[] getValues()
Copyright © 2015–2021 The Apache Software Foundation. All rights reserved.