MCPcopy Create free account
hub / github.com/antlr/codebuff / size

Method size

output/java_guava/1.4.18/Lists.java:392–395  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

390 }
391
392 @Override
393 public int size() {
394 return IntMath.saturatedAdd(rest.length, 2);
395 }
396
397 @Override
398 public E get(int index) {

Callers 1

getMethod · 0.95

Calls 1

saturatedAddMethod · 0.95

Tested by

no test coverage detected