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

Method size

corpus/java/training/guava/collect/Lists.java:888–891  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

886 }
887
888 @Override
889 public int size() {
890 return forwardList.size();
891 }
892
893 @Override
894 public List<T> subList(int fromIndex, int toIndex) {

Callers 3

reverseIndexMethod · 0.95
reversePositionMethod · 0.95
subListMethod · 0.95

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected