public class ImmutableIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
| Modifier and Type | Field and Description |
|---|---|
protected int |
currentIndex
Index of element to be returned by subsequent call to next.
|
protected java.util.List<T> |
list |
| Constructor and Description |
|---|
ImmutableIterator(java.util.List<T> list) |