Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ asList
Method
asList
output/java_guava/1.4.17/ImmutableList.java:514–517 ·
view source on GitHub ↗
Returns this list instance. @since 2.0
()
Source
from the content-addressed store, hash-verified
512
*/
513
514
@Override
515
public
final
ImmutableList<E> asList() {
516
return
this;
517
}
518
519
@Override
520
int
copyIntoArray(Object[] dst,
int
offset) {
Callers
1
copyOf
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected