Class SwissHash.Itr

java.lang.Object
org.elasticsearch.swisshash.SwissHash.Itr
Direct Known Subclasses:
BytesRefSwissHash.Itr, LongLongSwissHash.Itr, LongSwissHash.Itr
Enclosing class:
SwissHash

public abstract class SwissHash.Itr extends Object
Iterates the entries in the SwissHash.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Itr()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract int
    id()
    The id the iterator is current pointing to.
    abstract boolean
    Advance to the next entry in the SwissHash, returning false if there aren't any more entries..

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • keyId

      protected int keyId
  • Constructor Details

    • Itr

      public Itr()
  • Method Details

    • next

      public abstract boolean next()
      Advance to the next entry in the SwissHash, returning false if there aren't any more entries..
    • id

      public abstract int id()
      The id the iterator is current pointing to.