public class DelegatingIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
Copyright 2009 Partner Software, Inc.
| Modifier and Type | Field and Description |
|---|---|
protected T |
currentValue |
protected java.util.Iterator<T> |
delegate |
| Constructor and Description |
|---|
DelegatingIterator(java.util.Iterator<T> delegate) |