Class LongLongHashMap


  • public final class LongLongHashMap
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long get​(long key)  
      long put​(long key, long value)  
      void remove​(long key)  
      • Methods inherited from class java.lang.Object

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

      • LongLongHashMap

        public LongLongHashMap​(long emptyVal)
    • Method Detail

      • put

        public long put​(long key,
                        long value)
      • remove

        public void remove​(long key)
      • get

        public long get​(long key)