Summary:
Detail:
static <T> Iterable<T>
filter(Iterable<T> source, Predicate<T> condition)
static <T> Iterator<T>
filter(Iterator<T> source, Predicate<T> condition)
static <S, T> Iterable<T>
map(Iterable<S> source, Function<S,T> transformation)
static <S, T> Iterator<T>
map(Iterator<S> source, Function<S,T> transformation)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait