public abstract class ConvertingIterable<TSource,TDest> extends Object implements Iterable<TDest>
| Constructor and Description |
|---|
ConvertingIterable(Iterable<? extends TSource> iterable) |
ConvertingIterable(Iterator<? extends TSource> iterator) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract TDest |
convert(TSource o) |
Iterator<TDest> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorCopyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.