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

Method get

output/java_guava/1.4.18/Ints.java:553–557  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

551 }
552
553 @Override
554 public Integer get(int index) {
555 checkElementIndex(index, size());
556 return array[start + index];
557 }
558
559 @Override
560 public boolean contains(Object target) {

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.95
checkElementIndexMethod · 0.45

Tested by

no test coverage detected