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

Method get

output/java_guava/1.4.19/Longs.java:638–642  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

636 }
637
638 @Override
639 public Long get(int index) {
640 checkElementIndex(index, size());
641 return array[start + index];
642 }
643
644 @Override
645 public boolean contains(Object target) {

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.95
checkElementIndexMethod · 0.45

Tested by

no test coverage detected