Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
reverseIndex
Method · 0.95
reversePosition
Method · 0.95
subList
Method · 0.95
Calls
1
size
Method · 0.65
Tested by
no test coverage detected