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

Method get

output/java_guava/1.4.16/Chars.java:499–503  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

497 }
498
499 @Override
500 public Character get(int index) {
501 checkElementIndex(index, size());
502 return array[start + index];
503 }
504
505 @Override
506 public boolean contains(Object target) {

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.95
checkElementIndexMethod · 0.45

Tested by

no test coverage detected