HashMap (Java 2 Platform SE v1.4.2)
( The HashMap class is roughly equivalent to Hashtable, except that it is . boolean. containsValue(Object value) . public boolean containsKey(Object key) . Show Enhanced Format for this Resultjava.sun.com/j2se/1.4.2/docs/api/java/util/HashMap.html - CachedHashMap (GNU Classpath 0.95 Documentation)HashMap(int initialCapacity) . Returns a shallow clone of this HashMap. boolean. containsKey(Object key) . public boolean containsValue(Object value) . ->
HashMap
HashMap(Map extends K,? extends V> m) . Returns a shallow clone of this HashMap. boolean. containsKey(Object key) . boolean. containsValue(Object value) . ->
Class jgl.HashMap
HashMap(BinaryPredicate, boolean) . HashMap(boolean) . public synchronized boolean equals(HashMap map) . ->
Class com.objectspace.jgl.HashMap
HashMap(BinaryPredicate, boolean) . HashMap(boolean) . public synchronized boolean equals(HashMap map) . ->
com.yahoo.maps.api.utils.HashMap
insert(key:*, obj:*):Boolean. Inserts a key/data couple into the table. HashMap. isEmpty():Boolean. Checks if the map is empty. HashMap. remove(key: . ->
HashMap
HashMap(int initialCapacity) . Returns a shallow clone of this HashMap. boolean. containsKey(Object key) . public boolean containsValue(Object value) . ->
Java HashMap Example
. HashMap Example. This Java HashMap Example describes how Java HashMap can . boolean containsValue(Object value) if( hashMap.containsValue( new Integer(1) . ->
HashMap
HashMap(int initialCapacity, int loadFactor) Creates a new HashMap with the specified initial capacity and . boolean. containsValue(java.lang.Object value) . ->
: Class HashMap
( The HashMap class is roughly equivalent to Hashtable, except . copy->