dwt ~dev (2021-09-28T23:59:43.584138)
Dub
Repo
Hashtable.ObjectEnumeration
java
util
Hashtable
Hashtable
Undocumented in source.
class
Hashtable
class
ObjectEnumeration :
Enumeration
{
Object
[]
values
;
int
index
;
this
(Object[] values);
bool
hasMoreElements
();
Object
nextElement
();
}
Constructors
this
this
(Object[] values)
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
index
int
index
;
Undocumented in source.
values
Object
[]
values
;
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
Hashtable
Hashtable
classes
ObjectEnumeration
constructors
this
functions
clear
containsKey
containsValue
elements
entrySet
get
isEmpty
keySet
keys
opApply
opEquals
put
putAll
remove
size
toHash
values
variables
map