Package | Description |
---|---|
org.apache.commons.collections4.collection |
This package contains implementations of the
Collection interface. |
Modifier and Type | Method and Description |
---|---|
boolean |
CompositeCollection.CollectionMutator.add(CompositeCollection<E> composite,
List<Collection<E>> collections,
E obj)
Called when an object is to be added to the composite.
|
boolean |
CompositeCollection.CollectionMutator.addAll(CompositeCollection<E> composite,
List<Collection<E>> collections,
Collection<? extends E> coll)
Called when a collection is to be added to the composite.
|
boolean |
CompositeCollection.CollectionMutator.remove(CompositeCollection<E> composite,
List<Collection<E>> collections,
Object obj)
Called when an object is to be removed to the composite.
|
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.