I - The unmapped type.E - The mapped type.public class MappedIterable<I,E> extends Object implements Iterable<E>
| Modifier | Constructor and Description |
|---|---|
protected |
MappedIterable(Iterable<I> i,
Function<I,E> f)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<E> |
iterator() |
static <I,E> Iterable<E> |
of(Iterable<I> i,
Function<I,E> f)
Constructor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorCopyright © 2016–2019 The Apache Software Foundation. All rights reserved.