groovyx.gpars.extra166y
Class ParallelDoubleArray.ParallelDoubleArrayIterator

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

static final class ParallelDoubleArray.ParallelDoubleArrayIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.Double>


Field Summary
(package private)  double[] arr
           
(package private)  int cursor
           
(package private)  int hi
           
 
Constructor Summary
ParallelDoubleArray.ParallelDoubleArrayIterator(double[] a, int limit)
           
 
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

arr

final double[] arr

hi

final int hi
Constructor Detail

ParallelDoubleArray.ParallelDoubleArrayIterator

ParallelDoubleArray.ParallelDoubleArrayIterator(double[] a,
                                                int limit)
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.