MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / nextElement

Method nextElement

src/java/util/Enumeration.java:50–50  ·  view source on GitHub ↗

Returns the next element of the enumeration. Calls to this method will enumerate successive elements. @exception NoSuchElementException If no more elements exist.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

removeLayoutComponentMethod · 0.95
saveMethod · 0.95
listMethod · 0.95
enumerateMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
fetchSoundsMethod · 0.95
nextStreamMethod · 0.65

Implementers 3

StringTokenizersrc/java/util/StringTokenizer.java
HashtableEnumeratorsrc/java/util/Hashtable.java
VectorEnumeratorsrc/java/util/Vector.java

Calls

no outgoing calls

Tested by

no test coverage detected