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.
  • Constructor Details

    • MultipleEntryHashMap

      public MultipleEntryHashMap()
  • Method Details

    • 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()