java.lang.Object
org.elasticsearch.swisshash.SwissHash.Itr
org.elasticsearch.swisshash.BytesRefSwissHash.Itr
- Enclosing class:
BytesRefSwissHash
-
Field Summary
Fields inherited from class org.elasticsearch.swisshash.SwissHash.Itr
keyId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.apache.lucene.util.BytesRefkey(org.apache.lucene.util.BytesRef dest) The key the iterator current points to.Methods inherited from class org.elasticsearch.swisshash.SwissHash.Itr
id, next
-
Constructor Details
-
Itr
public Itr()
-
-
Method Details
-
key
public abstract org.apache.lucene.util.BytesRef key(org.apache.lucene.util.BytesRef dest) The key the iterator current points to.
-