Uses of Interface
org.apache.commons.collections4.map.CompositeMap.MapMutator
-
Packages that use CompositeMap.MapMutator Package Description org.apache.commons.collections4.map -
-
Uses of CompositeMap.MapMutator in org.apache.commons.collections4.map
Methods in org.apache.commons.collections4.map with parameters of type CompositeMap.MapMutator Modifier and Type Method Description void
CompositeMap. setMutator(CompositeMap.MapMutator<K,V> mutator)
Specify the MapMutator to be used by mutation operations.Constructors in org.apache.commons.collections4.map with parameters of type CompositeMap.MapMutator Constructor Description CompositeMap(Map<K,V>[] composite, CompositeMap.MapMutator<K,V> mutator)
Create a new CompositeMap which composites all of the Map instances in the argument.CompositeMap(Map<K,V> one, Map<K,V> two, CompositeMap.MapMutator<K,V> mutator)
Create a new CompositeMap with two composited Map instances.
-