Uses of Class
org.apache.commons.collections4.collection.PredicatedCollection.Builder
Packages that use PredicatedCollection.Builder
-
Uses of PredicatedCollection.Builder in org.apache.commons.collections4.collection
Methods in org.apache.commons.collections4.collection that return PredicatedCollection.BuilderModifier and TypeMethodDescriptionAdds the item to the builder.PredicatedCollection.Builder.addAll
(Collection<? extends E> items) Adds all elements from the given collection to the builder.static <E> PredicatedCollection.Builder
<E> Returns a Builder with the given predicate.static <E> PredicatedCollection.Builder
<E> PredicatedCollection.notNullBuilder()
Returns a Builder with a NotNullPredicate.