Uses of Interface
org.fest.util.CollectionFilter

Uses of CollectionFilter in org.fest.util
 

Classes in org.fest.util that implement CollectionFilter
 class TypeFilter<T>
          Understands filtering elements of a collection by their data type.
 

Methods in org.fest.util with parameters of type CollectionFilter
static
<T> List<T>
Collections.filter(Collection<?> target, CollectionFilter<T> filter)
           
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.