Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ get
Method
get
output/java_guava/1.4.17/Lists.java:913–916 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
911
}
912
913
@Override
914
public
T get(
int
index) {
915
return
forwardList.get(reverseIndex(index));
916
}
917
918
@Override
919
public
int
size() {
Callers
nothing calls this directly
Calls
2
reverseIndex
Method · 0.95
get
Method · 0.65
Tested by
no test coverage detected