groovyx.gpars.extra166y
Class AbstractParallelAnyArray.UnfilteredIterator<U>

java.lang.Object
  extended by groovyx.gpars.extra166y.AbstractParallelAnyArray.UnfilteredIterator<U>
All Implemented Interfaces:
java.util.Iterator<U>
Enclosing class:
AbstractParallelAnyArray

 class AbstractParallelAnyArray.UnfilteredIterator<U>
extends java.lang.Object
implements java.util.Iterator<U>


Field Summary
(package private)  int cursor
           
 
Constructor Summary
AbstractParallelAnyArray.UnfilteredIterator()
           
 
Method Summary
 boolean hasNext()
           
 U next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cursor

int cursor
Constructor Detail

AbstractParallelAnyArray.UnfilteredIterator

AbstractParallelAnyArray.UnfilteredIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<U>

next

public U next()
Specified by:
next in interface java.util.Iterator<U>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<U>

Copyright © 2008–2012 Václav Pech. All Rights Reserved.