| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgroovyx.gpars.dataflow.stream.FListIterator<T>
public class FListIterator<T>
| Field Summary | |
|---|---|
private  FList<T> | 
current
 | 
| Constructor Summary | |
|---|---|
FListIterator(FList<T> list)
 | 
|
| Method Summary | |
|---|---|
 boolean | 
hasNext()
 | 
 T | 
next()
 | 
 void | 
remove()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
private FList<T> current
| Constructor Detail | 
|---|
public FListIterator(FList<T> list)
| Method Detail | 
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<T>public T next()
next in interface java.util.Iterator<T>public void remove()
remove in interface java.util.Iterator<T>
  | 
Copyright © 2008–2010 Václav Pech. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||