Class FastHashMap.Entry<K,​V>

  • Enclosing class:
    FastHashMap<K,​V>

    public static class FastHashMap.Entry<K,​V>
    extends java.lang.Object
    • Method Summary

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

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

      • getKey

        public K getKey()
      • getValue

        public V getValue()