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

Method remove

output/java_guava/1.4.17/Lists.java:898–901  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

896 }
897
898 @Override
899 public T remove(int index) {
900 return forwardList.remove(reverseIndex(index));
901 }
902
903 @Override
904 protected void removeRange(int fromIndex, int toIndex) {

Callers

nothing calls this directly

Calls 3

reverseIndexMethod · 0.95
removeMethod · 0.65
checkRemoveMethod · 0.45

Tested by

no test coverage detected