MCPcopy Create free account
hub / github.com/davidgiven/luje / nextElement

Method nextElement

lib/java/util/Enumeration.java:49–49  ·  view source on GitHub ↗

Returns the next element in this Enumeration. @return the next element.. @throws NoSuchElementException if there are no more elements. @see #hasMoreElements

()

Source from the content-addressed store, hash-verified

47 * @see #hasMoreElements
48 */
49 public E nextElement();
50}

Callers 1

listMethod · 0.65

Implementers 5

StringTokenizerlib/java/util/StringTokenizer.java
Hashtablelib/java/util/Hashtable.java
HashEnumIteratorlib/java/util/Hashtable.java
Collectionslib/java/util/Collections.java
Vectorlib/java/util/Vector.java

Calls

no outgoing calls

Tested by

no test coverage detected