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

Method add

output/java_guava/1.4.18/Lists.java:888–891  ·  view source on GitHub ↗
(int index, @Nullable T element)

Source from the content-addressed store, hash-verified

886 }
887
888 @Override
889 public void add(int index, @Nullable T element) {
890 forwardList.add(reversePosition(index), element);
891 }
892
893 @Override
894 public void clear() {

Callers

nothing calls this directly

Calls 3

reversePositionMethod · 0.95
addMethod · 0.65
previousMethod · 0.45

Tested by

no test coverage detected