public abstract class LookAheadIterable<TSource,TDest> extends Object implements CloseableIterable<TDest>
| Constructor and Description |
|---|
LookAheadIterable() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected abstract TDest |
convert(TSource next) |
protected abstract Iterator<TSource> |
createIterator() |
protected abstract boolean |
isIncluded(TSource src,
TDest dest) |
Iterator<TDest> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.