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

Method get

output/java_guava/1.4.17/Floats.java:483–487  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

481 }
482
483 @Override
484 public Float get(int index) {
485 checkElementIndex(index, size());
486 return array[start + index];
487 }
488
489 @Override
490 public boolean contains(Object target) {

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.95
checkElementIndexMethod · 0.45

Tested by

no test coverage detected