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

Method build

output/java_guava/1.4.19/ImmutableList.java:760–763  ·  view source on GitHub ↗

Returns a newly-created ImmutableList based on the contents of the Builder.

()

Source from the content-addressed store, hash-verified

758 */
759
760 @Override
761 public ImmutableList<E> build() {
762 return asImmutableList(contents, size);
763 }
764 }
765}

Callers 1

copyOfMethod · 0.45

Calls 1

asImmutableListMethod · 0.45

Tested by

no test coverage detected