coins.aflow.util
Class ListValuedMap

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended bycoins.aflow.util.ListValuedMap
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class ListValuedMap
extends java.util.HashMap

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.HashMap
 
Nested classes inherited from class java.util.AbstractMap
 
Field Summary
 
Fields inherited from class java.util.HashMap
 
Fields inherited from class java.util.AbstractMap
 
Constructor Summary
ListValuedMap()
          Creates a new instance of ListValuedMap
 
Method Summary
 boolean addUnique(java.lang.Object pKey, java.lang.Object pNewEntry)
           
 java.lang.Object get(java.lang.Object pObj)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ListValuedMap

public ListValuedMap()
Creates a new instance of ListValuedMap

Method Detail

get

public java.lang.Object get(java.lang.Object pObj)

addUnique

public boolean addUnique(java.lang.Object pKey,
                         java.lang.Object pNewEntry)