JavaScript is disabled on your browser.
XStream Core 1.4.10.redhat-1
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
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
XStream Core 1.4.10.redhat-1
Copyright © 2004–2018 XStream . All rights reserved.