Package org.bouncycastle.asn1.eac
Class BidirectionalMap
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable
-
- org.bouncycastle.asn1.eac.BidirectionalMap
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map
public class BidirectionalMap extends Hashtable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BidirectionalMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getReverse(Object o)
Object
put(Object key, Object o)
-
Methods inherited from class java.util.Hashtable
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
-
-