F - From TypeT - To Typepublic class ConvertedIterator<F,T> extends NutsIteratorBase<T>
| Constructor and Description |
|---|
ConvertedIterator(Iterator<F> base,
Function<? super F,? extends T> converter) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsElement |
describe(net.thevpc.nuts.NutsElements elems) |
boolean |
hasNext() |
T |
next() |
void |
remove() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingCopyright © 2022 vpc open source initiative. All rights reserved.