Package org.eclipse.m2m.atl.emftvm.util
Class LazyCollection.ReadOnlyListIterator<E>
java.lang.Object
org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyIterator<E>
org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyListIterator<E>
- Type Parameters:
E-
- All Implemented Interfaces:
Iterator<E>,ListIterator<E>
- Direct Known Subclasses:
LazyCollection.IntegerRangeListIterator,LazyCollection.LongRangeListIterator,LazyCollection.ReverseListIterator,LazyCollection.SubListListIterator,LazyCollection.WrappedListIterator
- Enclosing class:
LazyCollection<E>
public abstract static class LazyCollection.ReadOnlyListIterator<E>
extends LazyCollection.ReadOnlyIterator<E>
implements ListIterator<E>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyIterator
removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemainingMethods inherited from interface java.util.ListIterator
hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove
-
Constructor Details
-
ReadOnlyListIterator
public ReadOnlyListIterator()
-
-
Method Details
-
add
Unsupported.- Specified by:
addin interfaceListIterator<E>- Parameters:
o- the object to add- Throws:
UnsupportedOperationException
-
set
Unsupported.- Specified by:
setin interfaceListIterator<E>- Parameters:
o- the object to set- Throws:
UnsupportedOperationException
-