Uses of Class
org.apache.commons.collections4.collection.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.bag
-
Uses of PredicatedCollection in org.apache.commons.collections4.collection
Modifier 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
Modifier and TypeClassDescriptionclass
Decorates anotherList
to validate that all additions match a specified predicate. -
Uses of PredicatedCollection in org.apache.commons.collections4.multiset
Modifier and TypeClassDescriptionclass
Decorates anotherMultiSet
to validate that additions match a specified predicate. -
Uses of PredicatedCollection in org.apache.commons.collections4.queue
Modifier and TypeClassDescriptionclass
Decorates anotherQueue
to validate that additions match a specified predicate. -
Uses of PredicatedCollection in org.apache.commons.collections4.set
Modifier and TypeClassDescriptionclass
Decorates anotherNavigableSet
to validate that all additions match a specified predicate.class
Decorates anotherSet
to validate that all additions match a specified predicate.class
Decorates anotherSortedSet
to validate that all additions match a specified predicate.