Package ch.njol.util.coll
Interface BidiMap<T1,T2>
- All Superinterfaces:
Map<T1,
T2>
- All Known Implementing Classes:
BidiHashMap
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.valueSet()
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from interface java.util.Map
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
-
Method Details
-
getReverseView
Deprecated, for removal: This API element is subject to removal in a future version. -
getKey
Deprecated, for removal: This API element is subject to removal in a future version. -
getValue
Deprecated, for removal: This API element is subject to removal in a future version. -
valueSet
Deprecated, for removal: This API element is subject to removal in a future version.
-
BiMap