Class LongToLongMapAdapter.LongEntry

  • Enclosing class:
    LongToLongMapAdapter

    public static class LongToLongMapAdapter.LongEntry
    extends java.lang.Object
    • Field Summary

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

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

      • Methods inherited from class java.lang.Object

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

      • key

        public long key
      • value

        public long value
    • Constructor Detail

      • LongEntry

        protected LongEntry()
      • LongEntry

        public LongEntry​(long key,
                         long value)