public class IteratorDecorator<T>
extends com.google.common.collect.ForwardingIterator<T>
| Modifier and Type | Field and Description |
|---|---|
protected Iterator<T> |
delegate |
protected long |
numItems |
| Constructor and Description |
|---|
IteratorDecorator(Iterator<T> delegate) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterator<T> |
delegate() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingCopyright © 2018. All rights reserved.