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

Method size

output/java_guava/1.4.19/Lists.java:340–343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

338 }
339
340 @Override
341 public int size() {
342 return IntMath.saturatedAdd(rest.length, 1);
343 }
344
345 @Override
346 public E get(int index) {

Callers 1

getMethod · 0.95

Calls 1

saturatedAddMethod · 0.95

Tested by

no test coverage detected