- org.codehaus.groovy.util.ArrayIterator
-
-
Constructor Summary
Constructors
| Constructor and description |
ArrayIterator(T[] array) Creates an iterator that traverses the supplied array in index order. |
-
Methods Summary
Methods
| Type Params |
Return Type |
Name and description |
|
public boolean |
hasNext() {@inheritDoc} |
|
public T |
next() {@inheritDoc} |
|
public void |
remove() {@inheritDoc} |
-
Inherited Methods Summary
-
-
Method Detail
-
public boolean hasNext()
{@inheritDoc}
-
public T next()
{@inheritDoc}
-
public void remove()
{@inheritDoc}
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.