Klasse ArrayIterator<T>
java.lang.Object
org.eclipse.net4j.util.collection.ArrayIterator<T>
- Alle implementierten Schnittstellen:
Iterator<T>
An object that iterates over the elements of an array
- Seit:
- 3.0
- Autor:
- Eike Stepper
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungArrayIterator
(T[] elements) ArrayIterator
(T[] elements, int firstElement) ArrayIterator
(T[] elements, int firstElement, int lastElement) -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden java.util.Iterator
forEachRemaining
-
Konstruktordetails
-
ArrayIterator
-
ArrayIterator
-
ArrayIterator
-
-
Methodendetails
-
hasNext
public boolean hasNext() -
next
- Angegeben von:
next
in SchnittstelleIterator<T>
- Löst aus:
NoSuchElementException
-
remove
public void remove()Unsupported.- Angegeben von:
remove
in SchnittstelleIterator<T>
- Löst aus:
UnsupportedOperationException
- always
-