Uses of Interface
org.apache.commons.collections.map.CompositeMap.MapMutator
Packages that use CompositeMap.MapMutator
Package
Description
-
Uses of CompositeMap.MapMutator in org.apache.commons.collections.map
Methods in org.apache.commons.collections.map with parameters of type CompositeMap.MapMutatorModifier and TypeMethodDescriptionvoidCompositeMap.setMutator(CompositeMap.MapMutator mutator) Specify the MapMutator to be used by mutation operations.Constructors in org.apache.commons.collections.map with parameters of type CompositeMap.MapMutatorModifierConstructorDescriptionCompositeMap(Map[] composite, CompositeMap.MapMutator mutator) Create a new CompositeMap which composites all of the Map instances in the argument.CompositeMap(Map one, Map two, CompositeMap.MapMutator mutator) Create a new CompositeMap with two composited Map instances.