Uses of Class
org.apache.commons.collections4.list.PredicatedList
-
Packages that use PredicatedList Package Description org.apache.commons.collections4.list This package contains implementations of theList
interface. -
-
Uses of PredicatedList in org.apache.commons.collections4.list
Methods in org.apache.commons.collections4.list that return PredicatedList Modifier and Type Method Description static <T> PredicatedList<T>
PredicatedList. predicatedList(List<T> list, Predicate<? super T> predicate)
Factory method to create a predicated (validating) list.
-