Class ImmutableIterator<T>
- java.lang.Object
-
- org.eclipse.collections.impl.list.immutable.ImmutableIterator<T>
-
- All Implemented Interfaces:
Iterator<T>
- Direct Known Subclasses:
ImmutableListIterator
public class ImmutableIterator<T> extends Object implements Iterator<T>
-
-
Constructor Summary
Constructors Constructor Description ImmutableIterator(List<T> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Tnext()voidremove()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-