Package org.onebusaway.utility.filter

Interface Summary
IFilter<T> Simple filter interface that returns a true/false value for a specified target object to determine inclusion.
 

Class Summary
FilteredIterable<T> An iterable adapter that selectively filters a source Iterable given a IFilter to apply.
FilteredIterator<T> An iterator adapter that selectively filters a source Iterator given a IFilter to apply.
 



Copyright © 2012 OneBusAway. All Rights Reserved.