Class Entities.MapIntMap

    • Constructor Summary

      Constructors 
      Constructor Description
      MapIntMap()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.lang.String name, int value)  
      java.lang.String name​(int value)  
      int value​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mapNameToValue

        protected java.util.Map mapNameToValue
      • mapValueToName

        protected java.util.Map mapValueToName
    • Constructor Detail

      • MapIntMap

        MapIntMap()