com.thoughtworks.xstream.persistence
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.
- Author:
- Guilherme Silveira
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class java.util.AbstractMap |
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, toString, values |
XmlMap
public XmlMap(PersistenceStrategy streamStrategy)
size
public int size()
- Specified by:
size
in interface Map
- Overrides:
size
in class AbstractMap
get
public Object get(Object key)
- Specified by:
get
in interface Map
- Overrides:
get
in class AbstractMap
put
public Object put(Object key,
Object value)
- Specified by:
put
in interface Map
- Overrides:
put
in class AbstractMap
remove
public Object remove(Object key)
- Specified by:
remove
in interface Map
- Overrides:
remove
in class AbstractMap
entrySet
public Set entrySet()
- Specified by:
entrySet
in interface Map
- Specified by:
entrySet
in class AbstractMap
Copyright © 2004-2014 XStream. All Rights Reserved.