Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ asList
Method
asList
corpus/java/training/guava/collect/ImmutableList.java:476–479 ·
view source on GitHub ↗
Returns this list instance. @since 2.0
()
Source
from the content-addressed store, hash-verified
474
* @since 2.0
475
*/
476
@Override
477
public
final
ImmutableList<E> asList() {
478
return
this;
479
}
480
481
@Override
482
int
copyIntoArray(Object[] dst,
int
offset) {
Callers
1
copyOf
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected