Package org.simpleframework.xml.util
Class Dictionary.Table<T>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<java.lang.String,T>
-
- org.simpleframework.xml.util.Dictionary.Table<T>
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.String,T>
- Enclosing class:
- Dictionary<T extends Entry>
private static class Dictionary.Table<T> extends java.util.HashMap<java.lang.String,T>
TheTable
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:
Entry
-
-
Constructor Summary
Constructors Constructor Description Table()
Constructor for theTable
object.
-
Method Summary
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-