Interface Entities.EntityMap
- All Known Implementing Classes:
Entities.PrimitiveEntityMap
- Enclosing class:
Entities
@ClassVersion(sourceVersion="$Id: Entities.java 1060 2023-09-24 19:21:40Z tquadrat $")
private static interface Entities.EntityMap
Local interface for the data structure that is used to store the
entity mappings.
- Authors:
- Alexander Day Chaffee (alex@purpletech.com), Gary Gregory (ggregory@seagullsw.com), Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: Entities.java 1060 2023-09-24 19:21:40Z tquadrat $
- Since:
- 0.0.5
- UML Diagram
-
UML Diagram for "org.tquadrat.foundation.util.internal.Entities.EntityMap"
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds an entry to this entity map.
If the value is negative, only the name to value relation will be stored.list()Returns the entities.name(int value) Returns the name of the entity identified by the specified value.Returns the value of the entity identified by the specified name.
-
Method Details
-
add
-
list
-
name
-
value
-
