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

Method asList

output/java_guava/1.4.16/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

copyOfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected