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

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

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


Field Summary
(package private)  int cursor
           
(package private)  java.lang.Object next
           
 
Constructor Summary
AbstractParallelAnyArray.FilteredIterator()
           
 
Method Summary
private  void advance()
           
 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

next

java.lang.Object next

cursor

int cursor
Constructor Detail

AbstractParallelAnyArray.FilteredIterator

AbstractParallelAnyArray.FilteredIterator()
Method Detail

advance

private void advance()

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.