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

Method builder

output/java_guava/1.4.16/ImmutableList.java:654–656  ·  view source on GitHub ↗

Returns a new builder. The generated builder is equivalent to the builder created by the Builder constructor.

()

Source from the content-addressed store, hash-verified

652
653
654 public static <E> Builder<E> builder() {
655 return new Builder<E>();
656 }
657
658 /**
659 * A builder for creating immutable list instances, especially {@code public

Callers 9

readObjectMethod · 0.95
inCompletionOrderMethod · 0.95
getGenericInterfacesMethod · 0.95
boundsAsInterfacesMethod · 0.95
collectTypesMethod · 0.95
wrapTasksMethod · 0.95
getParametersMethod · 0.95
getExceptionTypesMethod · 0.95
usedInGenericTypeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected