org.apache.axis2.util
Class MultipleEntryHashMap

java.lang.Object
  extended by org.apache.axis2.util.MultipleEntryHashMap

public class MultipleEntryHashMap
extends java.lang.Object

This will make a hash map which can contain multiple entries for the same hash value.


Constructor Summary
MultipleEntryHashMap()
           
 
Method Summary
 java.lang.Object get(java.lang.Object key)
          If you call get once in this, it will remove that item from the map
 java.util.Set keySet()
           
 java.lang.Object put(java.lang.Object key, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipleEntryHashMap

public MultipleEntryHashMap()
Method Detail

get

public java.lang.Object get(java.lang.Object key)
If you call get once in this, it will remove that item from the map

Parameters:
key -
Returns:

put

public java.lang.Object put(java.lang.Object key,
                            java.lang.Object value)

keySet

public java.util.Set keySet()


Copyright © 2007 Apache Web Services Project. All Rights Reserved.