Class SimpleHashtable.Entry<K,​V>

  • Enclosing class:
    SimpleHashtable<K,​V>

    private static class SimpleHashtable.Entry<K,​V>
    extends java.lang.Object
    Hashtable collision list.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Entry​(int hash, K key, V value, SimpleHashtable.Entry<K,​V> next)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait