MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / Hashtable

Class Hashtable

src/java/util/Hashtable.java:72–377  ·  view source on GitHub ↗

Hashtable class. Maps keys to values. Any object can be used as a key and/or value. To sucessfully store and retrieve objects from a hash table, the object used as the key must implement the hashCode() and equals() methods. This example creates a hashtable of numbers. It uses the names of th

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected