private static class ImmutableSLList.SLListIterator<T> extends Object implements Iterator<T>
Modifier and Type | Field and Description |
---|---|
private ImmutableList<T> |
list
the list of remaining elements
|
Constructor and Description |
---|
ImmutableSLList.SLListIterator(ImmutableList<T> list)
constructs the iterator
|
private ImmutableList<T> list
public ImmutableSLList.SLListIterator(ImmutableList<T> list)
list
- the IList