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

Method hasMoreElements

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

Returns whether this Enumeration has more elements. @return true if there are more elements, false otherwise. @see #nextElement

()

Source from the content-addressed store, hash-verified

37 * @see #nextElement
38 */
39 public boolean hasMoreElements();
40
41 /**
42 * Returns the next element in this {@code Enumeration}.

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