Uses of Class org.apache.commons.collections.collection.PredicatedCollection

Uses in package org.apache.commons.collections.set

Classes derived from org.apache.commons.collections.collection.PredicatedCollection

class
Decorates another Set to validate that all additions match a specified predicate.
class
Decorates another SortedSet to validate that all additions match a specified predicate.

Uses in package org.apache.commons.collections.buffer

Classes derived from org.apache.commons.collections.collection.PredicatedCollection

class
Decorates another Buffer to validate that additions match a specified predicate.

Uses in package org.apache.commons.collections.list

Classes derived from org.apache.commons.collections.collection.PredicatedCollection

class
Decorates another List to validate that all additions match a specified predicate.

Uses in package org.apache.commons.collections.bag

Classes derived from org.apache.commons.collections.collection.PredicatedCollection

class
Decorates another Bag to validate that additions match a specified predicate.
class
Decorates another SortedBag to validate that additions match a specified predicate.

Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.