groovy / 3.0 / org / codehaus / groovy / util / intarrayiterator.html

[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

Constructors
Constructor and description
IntArrayIterator (int[] array)

Methods Summary

Methods
Type Params Return Type Name and description
public boolean hasNext()
public Integer next()
public void remove()

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

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