groovyx.gpars.extra166y
Class AbstractParallelAnyArray.FilteredAsDoubleIterator

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

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


Field Summary
(package private)  int cursor
           
(package private)  double next
           
 
Constructor Summary
AbstractParallelAnyArray.FilteredAsDoubleIterator()
           
 
Method Summary
private  void advance()
           
 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

next

double next

cursor

int cursor
Constructor Detail

AbstractParallelAnyArray.FilteredAsDoubleIterator

AbstractParallelAnyArray.FilteredAsDoubleIterator()
Method Detail

advance

private void advance()

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.