|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.util.ArrayIterator
public class ArrayIterator extends Object
Constructor Summary | |
ArrayIterator(Object[] array)
|
Method Summary | |
---|---|
boolean
|
hasNext()
|
Object
|
next()
|
void
|
remove()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public ArrayIterator(Object[] array)
Method Detail |
---|
public boolean hasNext()
@SuppressWarnings("unchecked") public Object next()
public void remove()
Copyright © 2003-2013 The Codehaus. All rights reserved.