Klasse ArrayIterator<T>

java.lang.Object
org.eclipse.net4j.util.collection.ArrayIterator<T>
Alle implementierten Schnittstellen:
Iterator<T>

public class ArrayIterator<T> extends Object implements Iterator<T>
An object that iterates over the elements of an array
Seit:
3.0
Autor:
Eike Stepper
  • Konstruktordetails

    • ArrayIterator

      public ArrayIterator(T[] elements)
    • ArrayIterator

      public ArrayIterator(T[] elements, int firstElement)
    • ArrayIterator

      public ArrayIterator(T[] elements, int firstElement, int lastElement)
  • Methodendetails