Class LongHashTable.LongEntry<V>

  • All Implemented Interfaces:
    java.util.Map.Entry<java.lang.Long,​V>
    Enclosing class:
    LongHashTable<V>

    protected class LongHashTable.LongEntry<V>
    extends java.lang.Object
    implements java.util.Map.Entry<java.lang.Long,​V>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected LongEntry​(long key)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getKey()  
      V getValue()  
      V setValue​(V value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Map.Entry

        equals, hashCode
    • Constructor Detail

      • LongEntry

        protected LongEntry​(long key)
    • Method Detail

      • setValue

        public V setValue​(V value)
        Specified by:
        setValue in interface java.util.Map.Entry<java.lang.Long,​V>
      • getValue

        public V getValue()
        Specified by:
        getValue in interface java.util.Map.Entry<java.lang.Long,​V>
      • getKey

        public java.lang.Long getKey()
        Specified by:
        getKey in interface java.util.Map.Entry<java.lang.Long,​V>