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

Method nextElement

lib/java/util/StringTokenizer.java:234–236  ·  view source on GitHub ↗

Returns the next token in the string as an Object. This method is implemented in order to satisfy the Enumeration interface. @return next token in the string as an Object @throws NoSuchElementException if no tokens remain.

()

Source from the content-addressed store, hash-verified

232 * if no tokens remain.
233 */
234 public Object nextElement() {
235 return nextToken();
236 }
237
238 /**
239 * Returns the next token in the string as a {@code String}.

Callers

nothing calls this directly

Calls 1

nextTokenMethod · 0.95

Tested by

no test coverage detected