[Java] Class ArrayIterator<T>

  • org.codehaus.groovy.util.ArrayIterator
All Implemented Interfaces and Traits:
Iterator
public class ArrayIterator
extends Object

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

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

Constructor Detail

public ArrayIterator(T[] array)

Method Detail

public boolean hasNext()

@SuppressWarnings("unchecked") public T next()

public void remove()

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/util/ArrayIterator.html