This package contains implementations of the {@link java.util.Collection Collection} interface.
The following implementations are provided in the package:
Collection
Each method call made on this Collection is forwarded to the decorated Collection.
You should create a concrete subclass of this class to test any custom Collection implementation.
Changes made to this collection will actually be made on the decorated collection. Add and remove operations require the use of a pluggable strategy.
The validation of additions is performed via an instanceof test against a specified Class.
Class
UnmodifiableBoundedCollection
BoundedCollection