Uses of Interface
org.jtheque.utils.collections.Filter

Packages that use Filter
org.jtheque.utils.collections Contains the utility classes for the use of collections. 
 

Uses of Filter in org.jtheque.utils.collections
 

Methods in org.jtheque.utils.collections with parameters of type Filter
static
<T> void
CollectionUtils.filter(Collection<T> collection, Filter<T> filter)
          Filter a collection with a filter.
 



Copyright © 2010 JTheque. All Rights Reserved.