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 TypeClassDescriptionclass
Decorates anotherList
to 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 TypeClassDescriptionclass
Decorates anotherMultiSet
to 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 TypeClassDescriptionclass
Decorates anotherQueue
to 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 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.