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