JavaScript is disabled on your browser.
com.thoughtworks.xstream.persistence
Class XmlMap
- java.lang.Object
-
- java.util.AbstractMap
-
- com.thoughtworks.xstream.persistence.XmlMap
-
- All Implemented Interfaces:
- java.util.Map
public class XmlMap
extends java.util.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 Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
-
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
-
Method Summary
All Methods
Modifier and Type |
Method and Description |
java.util.Set |
entrySet () |
java.lang.Object |
get (java.lang.Object key) |
java.lang.Object |
put (java.lang.Object key,
java.lang.Object value) |
java.lang.Object |
remove (java.lang.Object key) |
int |
size () |
-
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, toString, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
size
public int size()
- Specified by:
size
in interface java.util.Map
- Overrides:
size
in class java.util.AbstractMap
Copyright © 2004–2024 XStream. All rights reserved.