MCPcopy Index your code
hub / github.com/apache/groovy / next

Method next

src/main/java/org/codehaus/groovy/vmplugin/v8/IndyMath.java:431–433  ·  view source on GitHub ↗

Returns the successor of an int value. @param i the input value @return i + 1

(int i)

Source from the content-addressed store, hash-verified

429 * @return {@code i + 1}
430 */
431 public static int next(int i) {
432 return i + 1;
433 }
434
435 /**
436 * Returns the successor of a {@code long} value.

Callers 15

printClassContentsMethod · 0.45
sortClassesMethod · 0.45
lowestUpperBoundMethod · 0.45
visitClassMethod · 0.45
deleteExistingMethod · 0.45
deleteReplacementMethod · 0.45
adjustToClassVarMethod · 0.45
collectMethodsMethod · 0.45
transformClassMethod · 0.45
processClassMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected