Class Dictionary.Table<T>

java.lang.Object
java.util.AbstractMap<String,T>
java.util.HashMap<String,T>
org.simpleframework.xml.util.Dictionary.Table<T>
All Implemented Interfaces:
Serializable, Cloneable, Map<String,T>
Enclosing class:
Dictionary<T extends Entry>

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.
See Also:
  • Constructor Details

    • Table

      public Table()
      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.