Class LongObjectPagedHashMap.Cursor<T>

java.lang.Object
org.elasticsearch.common.util.LongObjectPagedHashMap.Cursor<T>
Enclosing class:
LongObjectPagedHashMap<T>

public static final class LongObjectPagedHashMap.Cursor<T>
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    long index  
    long key  
    T value  
  • Constructor Summary

    Constructors
    Constructor Description
    Cursor()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • index

      public long index
    • key

      public long key
    • value

      public T value
  • Constructor Details

    • Cursor

      public Cursor()