public class CompositeMap extends AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CompositeMap(List maps) |
CompositeMap(List maps,
boolean useSystemProperties,
boolean systemPropertiesFirst) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMap(Map map) |
Set |
entrySet() |
Object |
get(Object key) |
List |
getMaps() |
boolean |
isSystemPropertiesFirst() |
void |
setSystemPropertiesFirst(boolean systemPropertiesFirst) |
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuespublic CompositeMap(List maps)
maps - public CompositeMap(List maps, boolean useSystemProperties, boolean systemPropertiesFirst)
public Object get(Object key)
get in interface Mapget in class AbstractMappublic Set entrySet()
entrySet in interface MapentrySet in class AbstractMapAbstractMap.entrySet()public List getMaps()
public void addMap(Map map)
public boolean isSystemPropertiesFirst()
public void setSystemPropertiesFirst(boolean systemPropertiesFirst)
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.