Package org.eclipse.m2m.atl.emftvm.util
Class LazyCollection.SubListListIterator
java.lang.Object
org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyIterator<E>
org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyListIterator<E>
org.eclipse.m2m.atl.emftvm.util.LazyCollection.SubListListIterator
- All Implemented Interfaces:
Iterator<E>
,ListIterator<E>
- Enclosing class:
- LazyCollection<E>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSubListListIterator
(int fromIndex, int toIndex) Creates aLazyCollection<E>.SubListListIterator
for the rangefromIndex
, including, totoIndex
, excluding.SubListListIterator
(int fromIndex, int toIndex, int index) Creates aLazyCollection<E>.SubListListIterator
for the rangefromIndex
, including, totoIndex
, excluding. -
Method Summary
Methods inherited from class org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyListIterator
add, set
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
Methods inherited from interface java.util.ListIterator
remove
-
Field Details
-
fromIndex
protected final int fromIndex -
toIndex
protected final int toIndex -
i
protected int i
-
-
Constructor Details
-
SubListListIterator
public SubListListIterator(int fromIndex, int toIndex) Creates aLazyCollection<E>.SubListListIterator
for the rangefromIndex
, including, totoIndex
, excluding.- Parameters:
fromIndex
- the starting index. inclusivetoIndex
- the ending index, exclusive
-
SubListListIterator
public SubListListIterator(int fromIndex, int toIndex, int index) Creates aLazyCollection<E>.SubListListIterator
for the rangefromIndex
, including, totoIndex
, excluding.- Parameters:
fromIndex
- the starting index, inclusivetoIndex
- the ending index, exclusiveindex
- the iterator starting index.
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
nextIndex
public int nextIndex() -
hasPrevious
public boolean hasPrevious() -
previous
-
previousIndex
public int previousIndex()
-