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().
|
long |
getKey()
Deprecated.
v2.0.0. Please use
getHash() |
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()
@Deprecated public long getKey()
getHash()
public long getHash()
public S getSummary()
Copyright © 2015–2021 The Apache Software Foundation. All rights reserved.