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

Method size

output/java_guava/1.4.19/Lists.java:918–921  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

916 }
917
918 @Override
919 public int size() {
920 return forwardList.size();
921 }
922
923 @Override
924 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