Uses of Class
org.apache.commons.collections4.list.PredicatedList

Packages that use PredicatedList
org.apache.commons.collections4.list This package contains implementations of the List interface. 
 

Uses of PredicatedList in org.apache.commons.collections4.list
 

Methods in org.apache.commons.collections4.list that return PredicatedList
static
<T> PredicatedList<T>
PredicatedList.predicatedList(List<T> list, Predicate<? super T> predicate)
          Factory method to create a predicated (validating) list.
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.