| 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().
|
S |
getSummary()
Gets a Summary object from the current entry in the sketch.
|
boolean |
next()
Advancing the iterator and checking existence of the next entry
is combined here for efficiency.
|
public boolean next()
public long getKey()
public S getSummary()
Copyright © 2015–2020 The Apache Software Foundation. All rights reserved.