Package org.eclipse.m2m.atl.emftvm.util
Class LazySet.IncludingSet.IncludingSetIterator
java.lang.Object
org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyIterator<E>
LazyCollection<E>.WrappedIterator
org.eclipse.m2m.atl.emftvm.util.LazySet.IncludingSet.IncludingSetIterator
- All Implemented Interfaces:
Iterator<E>
- Enclosing class:
- LazySet.IncludingSet<E>
Iterator
that appends an object to the underlying
collection, except when it already occurs in the underlying collection.-
Field Summary
Fields inherited from class org.eclipse.m2m.atl.emftvm.util.LazyCollection.WrappedIterator
inner
-
Constructor Summary
ConstructorDescriptionIncludingSetIterator
(E object) Creates a newLazySet.IncludingSet<E>.IncludingSetIterator
. -
Method Summary
Methods inherited from class org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyIterator
remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
object
-
beforeTail
protected boolean beforeTail -
innerNext
protected boolean innerNext
-
-
Constructor Details
-
IncludingSetIterator
Creates a newLazySet.IncludingSet<E>.IncludingSetIterator
.- Parameters:
object
- the object to include
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<E>
- Overrides:
hasNext
in classLazyCollection<E>.WrappedIterator
-
next
- Specified by:
next
in interfaceIterator<E>
- Overrides:
next
in classLazyCollection<E>.WrappedIterator
-