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, values
public CompositeMap(List maps)
maps
- public CompositeMap(List maps, boolean useSystemProperties, boolean systemPropertiesFirst)
public Object get(Object key)
get
in interface Map
get
in class AbstractMap
public Set entrySet()
entrySet
in interface Map
entrySet
in class AbstractMap
AbstractMap.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.