public abstract class FilterIterable<T> extends LookAheadIterable<T,T> implements Iterable<T>
| Constructor and Description |
|---|
FilterIterable(Iterable<? extends T> iterable) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
convert(T next) |
protected Iterator<T> |
createIterator() |
protected abstract boolean |
isIncluded(T o) |
protected boolean |
isIncluded(T src,
T dest) |
close, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, iterator, spliteratorprotected Iterator<T> createIterator()
createIterator in class LookAheadIterable<T,T>protected final boolean isIncluded(T src, T dest)
isIncluded in class LookAheadIterable<T,T>protected abstract boolean isIncluded(T o)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.