Class LazyCollection.WrappedIterator

java.lang.Object
org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyIterator<E>
org.eclipse.m2m.atl.emftvm.util.LazyCollection.WrappedIterator
All Implemented Interfaces:
Iterator<E>
Direct Known Subclasses:
CDOModelImpl.InResourceList.InResourceIterator, LazyCollection.AppendIterator, LazyCollection.UnionIterator, LazyList.InsertAtList.InsertAtIterator, LazyList.PrependList.PrependIterator, LazyOrderedSet.AppendOrderedSet.AppendOrderedSetIterator, LazyOrderedSet.ExcludingOrderedSet.ExcludingOrderedSetIterator, LazyOrderedSet.InsertAtOrderedSet.InsertAtOrderedSetIterator, LazyOrderedSet.PrependOrderedSet.PrependOrderedSetIterator, LazySet.ExcludingSet.ExcludingSetIterator, LazySet.IncludingSet.IncludingSetIterator
Enclosing class:
LazyCollection<E>

public abstract class LazyCollection.WrappedIterator extends LazyCollection.ReadOnlyIterator<E>
Abstract LazyCollection.ReadOnlyIterator that wraps around the underlying collection.
  • Field Details

  • Constructor Details

    • WrappedIterator

      public WrappedIterator()
  • Method Details

    • hasNext

      public boolean hasNext()
    • next

      public E next()