java.lang.Object
org.elasticsearch.swisshash.SwissHash.Itr
org.elasticsearch.swisshash.LongLongSwissHash.Itr
- Enclosing class:
LongLongSwissHash
-
Field Summary
Fields inherited from class org.elasticsearch.swisshash.SwissHash.Itr
keyId -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.elasticsearch.swisshash.SwissHash.Itr
id, next
-
Constructor Details
-
Itr
public Itr()
-
-
Method Details
-
key1
public abstract long key1()The first key the iterator current points to. -
key2
public abstract long key2()The second key the iterator current points to.
-