Package ch.njol.util.coll
Interface BidiMap<T1,T2>
- All Superinterfaces:
Map<T1,T2>
- All Known Implementing Classes:
BidiHashMap
-
Nested Class Summary
-
Method Summary
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
-
getKey
-
getValue
-
valueSet
-