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