On this page
[Java] Class IntArrayIterator
- org.codehaus.groovy.util.IntArrayIterator
- All Implemented Interfaces and Traits:
- Iterator
public class IntArrayIterator
extends Object
implements Iterator
Allow an int array to be used where an Iterator is expected.
- Since:
- 3.0.8
Constructor Summary
Constructor and description |
---|
IntArrayIterator (int[] array) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public boolean |
hasNext() |
|
public Integer |
next() |
|
public void |
remove() |
Inherited Methods Summary
Constructor Detail
public IntArrayIterator(int[] array)
Method Detail
@Override public boolean hasNext()
@Override public Integer next()
@Override public void remove()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.9/html/gapi/org/codehaus/groovy/util/IntArrayIterator.html