Class StringManager

All Implemented Interfaces:
Serializable, Cloneable, Map<String,Integer>, SequencedMap<String,Integer>

public class StringManager extends LinkedHashMap<String,Integer>
Handle all the constant strings. The constant strings will be write into the data section. At runtime the strings will be instantiate on the fly and hold in a table.
Author:
Volker Berlin
See Also: