Package org.simpleframework.xml.core
Class Collector.Registry
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
,Variable> SequencedMap<Object,
Variable>
- Enclosing class:
Collector
The
Registry
object is used to store variables
for the collector. All variables are stored under its name so
that they can be later retrieved and used to populate the
object when deserialization of all variables has finished.-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, newLinkedHashMap, putFirst, putLast, removeEldestEntry, replaceAll, reversed, sequencedEntrySet, sequencedKeySet, sequencedValues, values
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, size
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
Methods inherited from interface java.util.SequencedMap
firstEntry, lastEntry, pollFirstEntry, pollLastEntry
-
Constructor Details
-
Registry
private Registry()
-
-
Method Details
-
iterator
This is used to iterate over the names of the variables in the registry. This is primarily used for convenience so that the variables can be acquired in a for each loop.- Returns:
- an iterator containing the names of the variables
-