dwt v1.0.4+swt-3.4.1 (2020-03-19T06:15:23Z)
Home
Dub
Repo
Iterator
java
util
Iterator
Undocumented in source.
interface
Iterator {
bool
hasNext
();
Object
next
();
void
remove
();
}
Members
Functions
hasNext
bool
hasNext
()
Undocumented in source.
next
Object
next
()
Undocumented in source.
remove
void
remove
()
Undocumented in source.
Meta
Source
See Implementation
java
util
Iterator
interfaces
Iterator