![]() |
AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
|
Forward iterator. More...
Public Member Functions | |
boolean | hasNext () |
return true unless "advanced" over tail More... | |
T | next () |
return current entry and advance More... | |
void | remove () |
not implemented More... | |
Forward iterator.
Definition at line 213 of file Vector.java.
boolean aud.Vector< T >.Iterator.hasNext | ( | ) |
return true
unless "advanced" over tail
Definition at line 220 of file Vector.java.
T aud.Vector< T >.Iterator.next | ( | ) |
return current entry and advance
Definition at line 223 of file Vector.java.
void aud.Vector< T >.Iterator.remove | ( | ) |
not implemented
UnsupportedOperationException |
Definition at line 228 of file Vector.java.