public class CompositeMap
extends java.util.AbstractMap
| Constructor and Description |
|---|
CompositeMap(java.util.List maps) |
CompositeMap(java.util.List maps,
boolean useSystemProperties,
boolean systemPropertiesFirst) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMap(java.util.Map map) |
java.util.Set |
entrySet() |
java.lang.Object |
get(java.lang.Object key) |
java.util.List |
getMaps() |
boolean |
isSystemPropertiesFirst() |
void |
setSystemPropertiesFirst(boolean systemPropertiesFirst) |
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuespublic CompositeMap(java.util.List maps)
maps - public CompositeMap(java.util.List maps,
boolean useSystemProperties,
boolean systemPropertiesFirst)
maps - an orderer List of MapuseSystemProperties - using or not the System PropertiessystemPropertiesFirst - if with get( key ) the sysProps must wins (the internal ordered List
will have in first the System Properties)public java.lang.Object get(java.lang.Object key)
get in interface java.util.Mapget in class java.util.AbstractMappublic java.util.Set entrySet()
entrySet in interface java.util.MapentrySet in class java.util.AbstractMapAbstractMap.entrySet()public java.util.List getMaps()
public void addMap(java.util.Map map)
public boolean isSystemPropertiesFirst()
public void setSystemPropertiesFirst(boolean systemPropertiesFirst)
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.