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
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Copyright © 2005–2020 Alfresco Software. All rights reserved.