T
- der Typ der Feldelemente@Deprecated public class FeldIterator<T> extends Object implements Iterator<T>
Modifier and Type | Field and Description |
---|---|
private int |
cursor
Deprecated.
Die aktuelle Position im Feld.
|
private T[] |
data
Deprecated.
Das Feld.
|
Constructor and Description |
---|
FeldIterator(T... data)
Deprecated.
Initialisiert das Objekt, indem die Referenz gesichert wird.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Deprecated.
|
T |
next()
Deprecated.
|
void |
remove()
Deprecated.
Wirft immer eine
UnsupportedOperationException . |
String |
toString()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEachRemaining
private final T[] data
private int cursor
public FeldIterator(T... data)
data
- das Feld.public void remove()
UnsupportedOperationException
.remove
in interface Iterator<T>
Iterator.remove()
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.