org.alfresco.maven.plugin.amp.util
Class CompositeMap

java.lang.Object
  extended by java.util.AbstractMap
      extended by org.alfresco.maven.plugin.amp.util.CompositeMap
All Implemented Interfaces:
Map

public class CompositeMap
extends AbstractMap

Version:
$Id: CompositeMap.java 565036 2007-08-12 10:26:14Z snicoll $

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
CompositeMap(Map dominant, Map recessive)
           
 
Method Summary
 Set entrySet()
           
 Object get(Object key)
           
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompositeMap

public CompositeMap(Map dominant,
                    Map recessive)
Method Detail

get

public Object get(Object key)
Specified by:
get in interface Map
Overrides:
get in class AbstractMap

entrySet

public Set entrySet()
Specified by:
entrySet in interface Map
Specified by:
entrySet in class AbstractMap


Copyright © 2009 Alfresco. All Rights Reserved.