/[classpath]/classpath/java/util/Hashtable.java
ViewVC logotype

Diff of /classpath/java/util/Hashtable.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by ericb, Wed Feb 20 23:56:46 2002 UTC revision 1.23 by ericb, Mon Mar 25 07:54:38 2002 UTC
# Line 102  import java.io.ObjectOutputStream; Line 102  import java.io.ObjectOutputStream;
102  public class Hashtable extends Dictionary  public class Hashtable extends Dictionary
103    implements Map, Cloneable, Serializable    implements Map, Cloneable, Serializable
104  {  {
105      // WARNING: Hashtable is a CORE class in the bootstrap cycle. See the
106      // comments in vm/reference/java/lang/Runtime for implications of this fact.
107    
108    /** Default number of buckets. This is the value the JDK 1.3 uses. Some    /** Default number of buckets. This is the value the JDK 1.3 uses. Some
109     * early documentation specified this value as 101. That is incorrect.     * early documentation specified this value as 101. That is incorrect.
110     */     */
# Line 1145  public class Hashtable extends Dictionar Line 1148  public class Hashtable extends Dictionar
1148        return type == VALUES ? e.value : e.key;        return type == VALUES ? e.value : e.key;
1149      }      }
1150    } // class Enumerator    } // class Enumerator
1151  }  } // class Hashtable

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26