Uses of Class
org.apache.commons.collections4.list.PredicatedList
-
Uses of PredicatedList in org.apache.commons.collections4.list
Modifier and TypeMethodDescriptionstatic <T> PredicatedList
<T> PredicatedList.predicatedList
(List<T> list, Predicate<? super T> predicate) Factory method to create a predicated (validating) list.