org.apache.axis2.util
Class MultipleEntryHashMap
java.lang.Object
org.apache.axis2.util.MultipleEntryHashMap
public class MultipleEntryHashMap
- extends Object
This will make a hash map which can contain multiple entries for the same hash value.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipleEntryHashMap
public MultipleEntryHashMap()
get
public Object get(Object key)
- If you call get once in this, it will remove that item from the map
- Parameters:
key
-
- Returns:
put
public Object put(Object key,
Object value)
keySet
public Set keySet()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.