Class Hashtable.Entry

  • Enclosing class:
    Hashtable

    protected static class Hashtable.Entry
    extends java.lang.Object
    Hashtable collision list.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Entry()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • hash

        public int hash
      • key

        public java.lang.Object key
      • value

        public java.lang.Object value
    • Constructor Detail

      • Entry

        protected Entry()