treebolic.provider.xml.fast
Interface Entities.EntityMap

All Known Implementing Classes:
Entities.HashEntityMap, Entities.MapIntMap
Enclosing class:
Entities

static interface Entities.EntityMap


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.
 

Method Detail

add

void add(java.lang.String name,
         int value)

Add an entry to this entity map.

Parameters:
name - the entity name
value - the entity value

value

int value(java.lang.String name)

Returns the value of the entity identified by the specified name.

Parameters:
name - the name to locate
Returns:
entity value associated with the specified name