Class BiMap
java.lang.Object
org.ek9lang.compiler.common.BiMap
- Direct Known Subclasses:
OperatorMap
Simple bi-directional map for Strings.
Useful when needing to look both ways on unique maps of String.
getForwards is v1 ->v2 as entered input getBackwards is v2->v1 as entered input
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BiMap
public BiMap()
-
-
Method Details
-
put
-
getForwardKeys
-
getBackwardKeys
-
getForward
-
getBackward
-