public class XmlMap extends AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
XmlMap(PersistenceStrategy streamStrategy) |
Modifier and Type | Method and Description |
---|---|
Set |
entrySet() |
Object |
get(Object key) |
Object |
put(Object key,
Object value) |
Object |
remove(Object key) |
int |
size() |
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public XmlMap(PersistenceStrategy streamStrategy)
public int size()
size
in interface Map
size
in class AbstractMap
public Object get(Object key)
get
in interface Map
get
in class AbstractMap
public Object put(Object key, Object value)
put
in interface Map
put
in class AbstractMap
public Object remove(Object key)
remove
in interface Map
remove
in class AbstractMap
public Set entrySet()
entrySet
in interface Map
entrySet
in class AbstractMap
Copyright © 2004–2017 XStream. All rights reserved.