Java org.apache.commons.collections.map CompositeMap fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections.map CompositeMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections.map CompositeMap.

The text is from its open source code.

Constructor

CompositeMap(Map one, Map two)
Create a new CompositeMap with two composited Map instances.
CompositeMap(Map[] composite, MapMutator mutator)
Create a new CompositeMap which composites all of the Map instances in the argument.
CompositeMap(Map[] composite)
Create a new CompositeMap which composites all of the Map instances in the argument.
CompositeMap(Map one, Map two, MapMutator mutator)
Create a new CompositeMap with two composited Map instances.