Package org.eclipse.m2m.atl.emftvm.util
Class LazyCollection.ReadOnlyIterator<E>
java.lang.Object
org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyIterator<E>
- Type Parameters:
E
-
- All Implemented Interfaces:
Iterator<E>
- Direct Known Subclasses:
LazyCollection.CachingIterator
,LazyCollection.CollectIterator
,LazyCollection.FlattenIterator
,LazyCollection.FlattenSetIterator
,LazyCollection.ReadOnlyListIterator
,LazyCollection.ReverseIterator
,LazyCollection.SubListIterator
,LazyCollection.WrappedIterator
- Enclosing class:
- LazyCollection<E>
-
Constructor Details
-
ReadOnlyIterator
public ReadOnlyIterator()
-
-
Method Details
-
remove
public void remove()Unsupported.- Specified by:
remove
in interfaceIterator<E>
- Throws:
UnsupportedOperationException
-