Class Entities.PrimitiveEntityMap

    • 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

        private java.util.Map mapNameToValue
      • mapValueToName

        private IntHashMap mapValueToName
    • Constructor Detail

      • PrimitiveEntityMap

        PrimitiveEntityMap()