T - der Typ der Feldelemente@Deprecated public class FeldIterator<T> extends Object implements Iterator<T>
| 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, waitforEachRemainingpublic 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.