Class BytesRefSwissHash.Itr

java.lang.Object
org.elasticsearch.swisshash.SwissHash.Itr
org.elasticsearch.swisshash.BytesRefSwissHash.Itr
Enclosing class:
BytesRefSwissHash

public abstract class BytesRefSwissHash.Itr extends SwissHash.Itr
  • Field Summary

    Fields inherited from class org.elasticsearch.swisshash.SwissHash.Itr

    keyId
  • Constructor Summary

    Constructors
    Constructor
    Description
    Itr()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract org.apache.lucene.util.BytesRef
    key(org.apache.lucene.util.BytesRef dest)
    The key the iterator current points to.

    Methods inherited from class org.elasticsearch.swisshash.SwissHash.Itr

    id, next

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.