Package org.eclipse.m2m.atl.emftvm.util
Class LazyOrderedSet.ExcludingOrderedSet.ExcludingOrderedSetListIterator
java.lang.Object
org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyIterator<E>
org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyListIterator<E>
LazyCollection<E>.WrappedListIterator
org.eclipse.m2m.atl.emftvm.util.LazyOrderedSet.ExcludingOrderedSet.ExcludingOrderedSetListIterator
- All Implemented Interfaces:
Iterator<E>,ListIterator<E>
- Enclosing class:
- LazyOrderedSet.ExcludingOrderedSet<E>
public class LazyOrderedSet.ExcludingOrderedSet.ExcludingOrderedSetListIterator
extends LazyCollection<E>.WrappedListIterator
ListIterator that excludes a given object.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected Eprotected booleanprotected Eprotected booleanFields inherited from class org.eclipse.m2m.atl.emftvm.util.LazyCollection.WrappedListIterator
inner -
Constructor Summary
ConstructorsConstructorDescriptionCreates a newLazyCollection<E>.ExcludingIterator.ExcludingOrderedSetListIterator(int index) Creates a newLazyCollection<E>.ExcludingIterator. -
Method Summary
Methods inherited from class org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyListIterator
add, setMethods 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
remove
-
Field Details
-
i
protected int i -
next
-
nextSet
protected boolean nextSet -
prev
-
prevSet
protected boolean prevSet
-
-
Constructor Details
-
ExcludingOrderedSetListIterator
public ExcludingOrderedSetListIterator()Creates a newLazyCollection<E>.ExcludingIterator. -
ExcludingOrderedSetListIterator
public ExcludingOrderedSetListIterator(int index) Creates a newLazyCollection<E>.ExcludingIterator.- Parameters:
index- the iterator starting index.
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<E>- Specified by:
hasNextin interfaceListIterator<E>- Overrides:
hasNextin classLazyCollection<E>.WrappedListIterator
-
next
- Specified by:
nextin interfaceIterator<E>- Specified by:
nextin interfaceListIterator<E>- Overrides:
nextin classLazyCollection<E>.WrappedListIterator
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<E>- Overrides:
nextIndexin classLazyCollection<E>.WrappedListIterator
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator<E>- Overrides:
hasPreviousin classLazyCollection<E>.WrappedListIterator
-
previous
- Specified by:
previousin interfaceListIterator<E>- Overrides:
previousin classLazyCollection<E>.WrappedListIterator
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<E>- Overrides:
previousIndexin classLazyCollection<E>.WrappedListIterator
-