T
- der konkrete Objekt-Typ.Remote
DBIterator<T>
DBIteratorImpl
, PseudoIterator
public interface GenericIterator<T extends GenericObject> extends Remote
Modifier and Type | Method | Description |
---|---|---|
void |
begin() |
Blaettert den Iterator wieder an den Anfang zurueck.
|
T |
contains(T o) |
Prueft, ob das uebergebene Objekt in der aktuellen Liste vorhanden ist.
|
boolean |
hasNext() |
Liefert true, wenn weitere Elemente in diesem Iterator existieren.
|
T |
next() |
Liefert das aktuelle Element der Iteration und blaettert um ein Element weiter.
|
T |
previous() |
Liefert das aktuelle Element der Iteration und blaetter um ein Element zurueck.
|
int |
size() |
Liefert die Anzahl der Elemente dieses Iterators.
|
boolean hasNext() throws RemoteException
RemoteException
T next() throws RemoteException
RemoteException
T previous() throws RemoteException
RemoteException
void begin() throws RemoteException
RemoteException
int size() throws RemoteException
RemoteException
T contains(T o) throws RemoteException
o
- das zu pruefende Objekt.RemoteException
Copyright © 2018. All rights reserved.