MCPcopy
hub / github.com/google/guava / builder

Method builder

guava/src/com/google/common/collect/ImmutableSet.java:435–437  ·  view source on GitHub ↗

Returns a new builder. The generated builder is equivalent to the builder created by the {@link Builder} constructor.

()

Source from the content-addressed store, hash-verified

433 * Builder} constructor.
434 */
435 public static <E> Builder<E> builder() {
436 return new Builder<>();
437 }
438
439 /**
440 * Returns a new builder, expecting the specified number of distinct elements to be added.

Callers 7

getRawTypesMethod · 0.95
fromMethod · 0.95
getTopLevelClassesMethod · 0.95
locationsFromMethod · 0.95
scanResourcesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected