Package | Description |
---|---|
org.apache.commons.collections4.collection |
This package contains implementations of the
Collection interface. |
Modifier and Type | Method and Description |
---|---|
PredicatedCollection.Builder<E> |
PredicatedCollection.Builder.add(E item)
Adds the item to the builder.
|
PredicatedCollection.Builder<E> |
PredicatedCollection.Builder.addAll(Collection<? extends E> items)
Adds all elements from the given collection to the builder.
|
static <E> PredicatedCollection.Builder<E> |
PredicatedCollection.builder(Predicate<? super E> predicate)
Returns a Builder with the given predicate.
|
static <E> PredicatedCollection.Builder<E> |
PredicatedCollection.notNullBuilder()
Returns a Builder with a NotNullPredicate.
|
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.