Package | Description |
---|---|
org.apache.commons.collections4.list |
This package contains implementations of the
List interface. |
Modifier and Type | Method and Description |
---|---|
static <T> PredicatedList<T> |
PredicatedList.predicatedList(List<T> list,
Predicate<? super T> predicate)
Factory method to create a predicated (validating) list.
|
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.