Uses of Class
org.apache.commons.collections4.collection.PredicatedCollection
Packages that use PredicatedCollection
Package
Description
This package contains implementations of the
Collection interface.This package contains implementations of the
List interface.This package contains implementations of the
MultiSet interface.This package contains implementations for the
Queue interface.-
Uses of PredicatedCollection in org.apache.commons.collections4.bag
Subclasses of PredicatedCollection in org.apache.commons.collections4.bag -
Uses of PredicatedCollection in org.apache.commons.collections4.collection
Methods 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.list
Subclasses 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.multiset
Subclasses 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.queue
Subclasses 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.set
Subclasses 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.