|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttreebolic.provider.xml.fast.Entities.MapIntMap
abstract static class Entities.MapIntMap
Field Summary | |
---|---|
protected java.util.Map<java.lang.String,java.lang.Integer> |
mapNameToValue
|
Constructor Summary | |
---|---|
Entities.MapIntMap()
|
Method Summary | |
---|---|
void |
add(java.lang.String name,
int value)
Add an entry to this entity map. |
int |
value(java.lang.String name)
Returns the value of the entity identified by the specified name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Map<java.lang.String,java.lang.Integer> mapNameToValue
Constructor Detail |
---|
Entities.MapIntMap()
Method Detail |
---|
public void add(java.lang.String name, int value)
Add an entry to this entity map.
add
in interface Entities.EntityMap
name
- the entity namevalue
- the entity valuepublic int value(java.lang.String name)
Returns the value of the entity identified by the specified name.
value
in interface Entities.EntityMap
name
- the name to locate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |