| Package | Description |
|---|---|
| org.apache.commons.collections.collection |
This package contains implementations of the
Collection interface. |
| org.apache.commons.collections.set |
This package contains implementations of the
Set and
SortedSet interfaces. |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
CompositeCollection.CollectionMutator.add(CompositeCollection composite,
java.util.Collection[] collections,
java.lang.Object obj) |
Called when an object is to be added to the composite.
|
boolean |
CompositeCollection.CollectionMutator.addAll(CompositeCollection composite,
java.util.Collection[] collections,
java.util.Collection coll) |
Called when a collection is to be added to the composite.
|
boolean |
CompositeCollection.CollectionMutator.remove(CompositeCollection composite,
java.util.Collection[] collections,
java.lang.Object obj) |
Called when an object is to be removed to the composite.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
CompositeSet |
Decorates a set of other sets to provide a single unified view.
|
Copyright © 2001-2018 Apache Software Foundation. All Rights Reserved.