public class FilterIterable<NewType,OldType> extends Object implements Iterable<NewType>
FilterIterable(Iterable<OldType> decoratedIterable, Filter<NewType,OldType> filter)
Iterator<NewType>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FilterIterable(Iterable<OldType> decoratedIterable, Filter<NewType,OldType> filter)
public Iterator<NewType> iterator()
iterator
Iterable<NewType>
Copyright © 2004–2016 52north.org. All rights reserved.