Uses of Interface
org.onebusaway.utility.filter.IFilter

Packages that use IFilter
org.onebusaway.geospatial.grid   
org.onebusaway.utility.filter   
 

Uses of IFilter in org.onebusaway.geospatial.grid
 

Constructors in org.onebusaway.geospatial.grid with parameters of type IFilter
FilteredGrid(Grid<T> grid, IFilter<T> filter)
           
 

Uses of IFilter in org.onebusaway.utility.filter
 

Methods in org.onebusaway.utility.filter with parameters of type IFilter
static
<T> Iterable<T>
FilteredIterable.filter(Iterable<T> source, IFilter<T> filter)
           
 

Constructors in org.onebusaway.utility.filter with parameters of type IFilter
FilteredIterable(Iterable<T> source, IFilter<T> filter)
           
FilteredIterator(Iterator<T> sourceIt, IFilter<T> filter)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.