private static class Dictionary.Table<T>extends HashMap<String,T>
The Table object is used to represent a map of
entries mapped to a string name. Each implementation of the
entry must contain a name attribute, which is used to insert
the entry into the map. This acts as a typedef.
Constructor for the Table object. This will
create a map that is used to store the entry objects that
are serialized and deserialized to and from an XML source.