Uses of Interface
org.onebusaway.utility.filter.IFilter
-
Packages that use IFilter Package Description org.onebusaway.utility.filter -
-
Uses of IFilter in org.onebusaway.utility.filter
Methods in org.onebusaway.utility.filter with parameters of type IFilter Modifier and Type Method Description static <T> Iterable<T>FilteredIterable. filter(Iterable<T> source, IFilter<T> filter)Constructors in org.onebusaway.utility.filter with parameters of type IFilter Constructor Description FilteredIterable(Iterable<T> source, IFilter<T> filter)FilteredIterator(Iterator<T> sourceIt, IFilter<T> filter)
-