dwt v1.0.3+swt-3.4.1 (2020-01-31T08:20:04Z)
Home
Dub
Repo
Collections.LocalEnumeration
java
util
Collections
Collections
Undocumented in source.
class
Collections
static
class
LocalEnumeration :
Enumeration
{
Object
[]
data
;
this
(Object[] data);
bool
hasMoreElements
();
Object
nextElement
();
}
Constructors
this
this
(Object[] data)
Undocumented in source.
Members
Functions
hasMoreElements
bool
hasMoreElements
()
Undocumented in source. Be warned that the author may not have intended to support it.
nextElement
Object
nextElement
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
data
Object
[]
data
;
Undocumented in source.
Inherited Members
From Enumeration
hasMoreElements
bool
hasMoreElements
()
Undocumented in source.
nextElement
Object
nextElement
()
Undocumented in source.
Meta
Source
See Implementation
java
util
Collections
Collections
classes
LocalEnumeration
SynchronizedList
SynchronizedMap
UnmodifiableIterator
UnmodifiableListIterator
UnmodifieableList
static functions
EMPTY_LIST
EMPTY_MAP
EMPTY_SET
binarySearch
enumeration
reverse
singleton
singletonList
sort
synchronizedCollection
synchronizedList
synchronizedMap
synchronizedSet
unmodifiableList
unmodifiableMap
unmodifiableSet