Package org.onebusaway.utility.filter
Class FilteredIterable<T>
- java.lang.Object
-
- org.onebusaway.utility.filter.FilteredIterable<T>
-
-
Constructor Summary
Constructors Constructor Description FilteredIterable(Iterable<T> source, IFilter<T> filter)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> Iterable<T>filter(Iterable<T> source, IFilter<T> filter)Iterator<T>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-