MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / nextElement

Method nextElement

vm/JavaAPI/src/java/util/Enumeration.java:40–40  ·  view source on GitHub ↗

Returns the next element of this enumeration if this enumeration object has at least one more element to provide.

()

Source from the content-addressed store, hash-verified

38 * Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
39 */
40 abstract T nextElement();
41
42}

Callers 15

pointerReleasedMethod · 0.95
drawTilesMethod · 0.95
drawLayersMethod · 0.95
zoomToLayersMethod · 0.95
toStringMethod · 0.95
fromXmlMethod · 0.95
enumurateQueueMethod · 0.95
runMethod · 0.95
writeObjectMethod · 0.95
putMethod · 0.95
getKeysInCacheMethod · 0.95
initConnectionMethod · 0.95

Implementers 15

StringTokenizerPorts/CLDC11/src/java/util/StringToken
HashtablePorts/CLDC11/src/java/util/Hashtable.j
HashEnumIteratorPorts/CLDC11/src/java/util/Hashtable.j
CollectionsPorts/CLDC11/src/java/util/Collections
VectorPorts/CLDC11/src/java/util/Vector.java
StringTokenizerPorts/retro/JavaCompatibility/src/net/
HashtablePorts/retro/JavaCompatibility/src/net/
HashEnumIteratorPorts/retro/JavaCompatibility/src/net/
CollectionsPorts/retro/JavaCompatibility/src/net/
VectorPorts/retro/JavaCompatibility/src/net/
StringTokenizervm/JavaAPI/src/java/util/StringTokeniz
Hashtablevm/JavaAPI/src/java/util/Hashtable.jav

Calls

no outgoing calls