boolean | add(CompositeCollection composite, Collection[] collections, Object obj) Called when an object is to be added to the composite. |
boolean | addAll(CompositeCollection composite, Collection[] collections, Collection coll) Called when a collection is to be added to the composite. |
boolean | remove(CompositeCollection composite, Collection[] collections, Object obj) Called when an object is to be removed to the composite. |
public boolean add(CompositeCollection composite, Collection[] collections, Object obj)
- if add is unsupported
- if the object cannot be added due to its type
- if the object cannot be added because its null
- if the object cannot be addedpublic boolean addAll(CompositeCollection composite, Collection[] collections, Collection coll)
- if add is unsupported
- if the object cannot be added due to its type
- if the object cannot be added because its null
- if the object cannot be addedpublic boolean remove(CompositeCollection composite, Collection[] collections, Object obj)
- if removed is unsupported
- if the object cannot be removed due to its type
- if the object cannot be removed because its null
- if the object cannot be removed