- org.codehaus.groovy.util.ArrayIterator
-
-
Constructor Summary
Constructors
Constructor and description |
ArrayIterator
(T[] array)
|
-
Methods Summary
Methods
Type Params |
Return Type |
Name and description |
|
boolean |
hasNext()
|
|
T |
next()
|
|
void |
remove()
|
-
Inherited Methods Summary
-
-
Constructor Detail
-
public ArrayIterator(T[] array)
-
Method Detail
-
@com.github.javaparser.ast.expr.SingleMemberAnnotationExprSuppressWarnings
public T next()
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.