F - from typeT - to typeabstract static class CompatibleGuava11.TransformedIterator<F,T> extends Object implements Iterator<T>
| Modifier and Type | Field and Description |
|---|---|
(package private) Iterator<? extends F> |
backingIterator |
| Constructor and Description |
|---|
TransformedIterator(Iterator<? extends F> backingIterator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
(package private) abstract T |
transform(F from) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.