Class 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 Detail

      • index

        public long index
      • key

        public long key
      • value

        public T value
    • Constructor Detail

      • Cursor

        public Cursor()