|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PredicatedCollection | |
org.apache.commons.collections.bag |
This package contains implementations of the
Bag and
SortedBag interfaces. |
org.apache.commons.collections.buffer |
This package contains implementations of the
Buffer interface. |
org.apache.commons.collections.list |
This package contains implementations of the
List interface. |
org.apache.commons.collections.set |
This package contains implementations of the
Set and
SortedSet interfaces. |
Uses of PredicatedCollection in org.apache.commons.collections.bag |
Subclasses of PredicatedCollection in org.apache.commons.collections.bag | |
class |
PredicatedBag
Decorates another Bag to validate that additions
match a specified predicate. |
class |
PredicatedSortedBag
Decorates another SortedBag to validate that additions
match a specified predicate. |
Uses of PredicatedCollection in org.apache.commons.collections.buffer |
Subclasses of PredicatedCollection in org.apache.commons.collections.buffer | |
class |
PredicatedBuffer
Decorates another Buffer to validate that additions
match a specified predicate. |
Uses of PredicatedCollection in org.apache.commons.collections.list |
Subclasses of PredicatedCollection in org.apache.commons.collections.list | |
class |
PredicatedList
Decorates another List to validate that all additions
match a specified predicate. |
Uses of PredicatedCollection in org.apache.commons.collections.set |
Subclasses of PredicatedCollection in org.apache.commons.collections.set | |
class |
PredicatedSet
Decorates another Set to validate that all additions
match a specified predicate. |
class |
PredicatedSortedSet
Decorates another SortedSet to validate that all additions
match a specified predicate. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |