|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovyx.gpars.extra166y.ParallelArray.ListIter
final class ParallelArray.ListIter
Field Summary | |
---|---|
(package private) T[] |
arr
|
(package private) int |
cursor
|
(package private) int |
hi
|
(package private) int |
lastRet
|
Constructor Summary | |
---|---|
ParallelArray.ListIter(int lo)
|
Method Summary | |
---|---|
void |
add(T e)
|
boolean |
hasNext()
|
boolean |
hasPrevious()
|
T |
next()
|
int |
nextIndex()
|
T |
previous()
|
int |
previousIndex()
|
void |
remove()
|
void |
set(T e)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int cursor
int lastRet
T[] arr
int hi
Constructor Detail |
---|
ParallelArray.ListIter(int lo)
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<T>
hasNext
in interface java.util.ListIterator<T>
public T next()
next
in interface java.util.Iterator<T>
next
in interface java.util.ListIterator<T>
public void remove()
remove
in interface java.util.Iterator<T>
remove
in interface java.util.ListIterator<T>
public boolean hasPrevious()
hasPrevious
in interface java.util.ListIterator<T>
public T previous()
previous
in interface java.util.ListIterator<T>
public int nextIndex()
nextIndex
in interface java.util.ListIterator<T>
public int previousIndex()
previousIndex
in interface java.util.ListIterator<T>
public void set(T e)
set
in interface java.util.ListIterator<T>
public void add(T e)
add
in interface java.util.ListIterator<T>
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |