Class FastCopyHashMap.Entry<K,​V>

  • Enclosing class:
    FastCopyHashMap<K,​V>

    private static final class FastCopyHashMap.Entry<K,​V>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int hash  
      (package private) K key  
      (package private) V value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(K key, int hash, V value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • key

        final K key
      • hash

        final int hash
      • value

        final V value
    • Constructor Detail

      • Entry

        Entry​(K key,
              int hash,
              V value)