Class BiMap

java.lang.Object
org.ek9lang.compiler.common.BiMap
Direct Known Subclasses:
OperatorMap

public class BiMap extends Object
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 Details

    • BiMap

      public BiMap()
  • Method Details