groovyx.gpars.extra166y
Class AbstractParallelAnyArray.UnfilteredAsDoubleIterator

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

 class AbstractParallelAnyArray.UnfilteredAsDoubleIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.Double>


Field Summary
(package private)  int cursor
           
 
Constructor Summary
AbstractParallelAnyArray.UnfilteredAsDoubleIterator()
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Double 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.UnfilteredAsDoubleIterator

AbstractParallelAnyArray.UnfilteredAsDoubleIterator()
Method Detail

hasNext

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

next

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

remove

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

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