Class CompositeMap<KEYTYPE,VALUETYPE>

java.lang.Object
org.ocpsoft.rewrite.util.CompositeMap<KEYTYPE,VALUETYPE>
Type Parameters:
KEYTYPE -
VALUETYPE -
All Implemented Interfaces:
Map<KEYTYPE,VALUETYPE>

public class CompositeMap<KEYTYPE,VALUETYPE> extends Object implements Map<KEYTYPE,VALUETYPE>
Map implementation supporting delegation to other Map instances configured with addDelegate(Map).
Author:
Lincoln Baxter, III