MCPcopy Create free account
hub / github.com/Whiley/WhileyCompiler / next

Method next

src/main/java/wycc/util/ArrayUtils.java:518–521  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

516 }
517
518 @Override
519 public T next() {
520 return items[index++];
521 }
522
523 };
524 }

Callers 3

executeMethod · 0.45
parseOptionsMethod · 0.45
parseShortFormMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected