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, valuespublic XmlMap(PersistenceStrategy streamStrategy)
public int size()
size in interface Mapsize in class AbstractMappublic Object get(Object key)
get in interface Mapget in class AbstractMappublic Object put(Object key, Object value)
put in interface Mapput in class AbstractMappublic Object remove(Object key)
remove in interface Mapremove in class AbstractMappublic Set entrySet()
entrySet in interface MapentrySet in class AbstractMapCopyright © 2004-2014 XStream. All Rights Reserved.