Uses of Class
org.apache.commons.collections4.collection.PredicatedCollection
Packages that use PredicatedCollection
Package
Description
Implementations of the
 
Collection interface.Implements the 
List interface.Implements the
 
MultiSet interface.Implements the 
Queue interface.- 
Uses of PredicatedCollection in org.apache.commons.collections4.bagSubclasses of PredicatedCollection in org.apache.commons.collections4.bag
- 
Uses of PredicatedCollection in org.apache.commons.collections4.collectionMethods in org.apache.commons.collections4.collection that return PredicatedCollectionModifier and TypeMethodDescriptionstatic <T> PredicatedCollection<T> PredicatedCollection.predicatedCollection(Collection<T> coll, Predicate<? super T> predicate) Factory method to create a predicated (validating) collection.
- 
Uses of PredicatedCollection in org.apache.commons.collections4.listSubclasses of PredicatedCollection in org.apache.commons.collections4.listModifier and TypeClassDescriptionclassDecorates anotherListto validate that all additions match a specified predicate.
- 
Uses of PredicatedCollection in org.apache.commons.collections4.multisetSubclasses of PredicatedCollection in org.apache.commons.collections4.multisetModifier and TypeClassDescriptionclassDecorates anotherMultiSetto validate that additions match a specified predicate.
- 
Uses of PredicatedCollection in org.apache.commons.collections4.queueSubclasses of PredicatedCollection in org.apache.commons.collections4.queueModifier and TypeClassDescriptionclassDecorates anotherQueueto validate that additions match a specified predicate.
- 
Uses of PredicatedCollection in org.apache.commons.collections4.setSubclasses of PredicatedCollection in org.apache.commons.collections4.setModifier and TypeClassDescriptionclassDecorates anotherNavigableSetto validate that all additions match a specified predicate.classDecorates anotherSetto validate that all additions match a specified predicate.classDecorates anotherSortedSetto validate that all additions match a specified predicate.