Package ch.njol.util.coll
Interface BidiMap<T1,T2>
- All Superinterfaces:
- Map<T1,T2>
- All Known Implementing Classes:
- BidiHashMap
- 
Nested Class Summary
- 
Method SummaryMethods inherited from interface java.util.Mapclear, 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
 
-