Class XmlMap

java.lang.Object
java.util.AbstractMap
com.thoughtworks.xstream.persistence.XmlMap
All Implemented Interfaces:
Map

public class XmlMap extends AbstractMap
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.