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

Method removeRange

corpus/java/training/guava/collect/Lists.java:873–876  ·  view source on GitHub ↗
(int fromIndex, int toIndex)

Source from the content-addressed store, hash-verified

871 }
872
873 @Override
874 protected void removeRange(int fromIndex, int toIndex) {
875 subList(fromIndex, toIndex).clear();
876 }
877
878 @Override
879 public T set(int index, @Nullable T element) {

Callers

nothing calls this directly

Calls 2

subListMethod · 0.95
clearMethod · 0.65

Tested by

no test coverage detected