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

Method size

corpus/java/training/guava/collect/Lists.java:327–330  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

325 }
326
327 @Override
328 public int size() {
329 return IntMath.saturatedAdd(rest.length, 1);
330 }
331
332 @Override
333 public E get(int index) {

Callers 1

getMethod · 0.95

Calls 1

saturatedAddMethod · 0.95

Tested by

no test coverage detected