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

Method builder

output/java_guava/1.4.17/ImmutableSet.java:422–424  ·  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

420
421
422 public static <E> Builder<E> builder() {
423 return new Builder<E>();
424 }
425
426 /**
427 * A builder for creating {@code ImmutableSet} instances. Example: <pre> {@code

Callers 6

rootsMethod · 0.95
getRawTypesMethod · 0.95
getTopLevelClassesMethod · 0.95
getResourcesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected