Modifier and Type | Method and Description |
---|---|
long |
getHash()
Gets the hash 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 getHash()
public S getSummary()
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.