java.lang.Object
org.elasticsearch.swisshash.SwissHash.Itr
- Direct Known Subclasses:
BytesRefSwissHash.Itr,LongLongSwissHash.Itr,LongSwissHash.Itr
- Enclosing class:
SwissHash
Iterates the entries in the
SwissHash.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
keyId
protected int keyId
-
-
Constructor Details
-
Itr
public Itr()
-
-
Method Details
-
next
public abstract boolean next()Advance to the next entry in theSwissHash, returningfalseif there aren't any more entries.. -
id
public abstract int id()The id the iterator is current pointing to.
-