MCPcopy Create free account
hub / github.com/SquirrelJME/SquirrelJME / next

Method next

utils-dev/ReorderErrors.java:366–369  ·  view source on GitHub ↗

Returns the next index. @return The next index. @since 2018/01/15

()

Source from the content-addressed store, hash-verified

364 * @since 2018/01/15
365 */
366 public Code next()
367 {
368 return new Code(this.prefix, this.number + 1);
369 }
370
371 /**
372 * Returns the number as a string.

Callers 1

__processMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected