public interface OneToManyBiMap<K,V> extends OneToManyMap<K,V>
org.alfresco.util.OneToManyMap
that stores the
inverse mapping from a value to its key.Modifier and Type | Method and Description |
---|---|
K |
getKey(V value)
Returns the key, if any, for the specified
value . |
K |
removeValue(V value)
Removes the specified
value from the OneToManyBiMap . |
containsSingleValue, entries, flatValues, putAllSingleValues, putSingleValue
Copyright © 2005–2015 Alfresco Software. All rights reserved.