public interface OneToManyBiMap extends OneToManyMap
org.alfresco.util.OneToManyMap that stores the
inverse mapping from a value to its key.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getKey(java.lang.Object value)
Returns the key, if any, for the specified
value. |
java.lang.Object |
removeValue(java.lang.Object value)
Removes the specified
value from the OneToManyBiMap. |
containsSingleValue, entries, flatValues, putAllSingleValues, putSingleValuejava.lang.Object getKey(java.lang.Object value)
value. If the
specified value does not exist within the map then this method returns
null.value - value or null.java.lang.Object removeValue(java.lang.Object value)
value from the OneToManyBiMap. If this was the only value associated with the key to this value, then the key is also removed.value - The value to be removed.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.