Class XmlMap
java.lang.Object
java.util.AbstractMap
com.thoughtworks.xstream.persistence.XmlMap
- All Implemented Interfaces:
Map
A persistent map. Its values are actually serialized as xml files. If you
need an application-wide synchronized version of this map, try the respective
Collections methods.
- Author:
- Guilherme Silveira
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, toString, valuesMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
XmlMap
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceMap- Overrides:
sizein classAbstractMap
-
get
-
put
-
remove
-
entrySet
- Specified by:
entrySetin interfaceMap- Specified by:
entrySetin classAbstractMap
-