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

Method builder

guava/src/com/google/common/collect/ImmutableMap.java:352–354  ·  guava/src/com/google/common/collect/ImmutableMap.java::ImmutableMap.builder

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

350 * Builder} constructor.
351 */
352 public static <K, V> Builder<K, V> builder() {
353 return new Builder<>();
354 }
355
356 /**
357 * Returns a new builder, expecting the specified number of entries to be added.

Callers 15

CacheBuilderSpecClass · 0.95
getAllPresentMethod · 0.95
readObjectMethod · 0.95
toMapMethod · 0.95
uniqueIndexMethod · 0.95
fromPropertiesMethod · 0.95
mergeMethod · 0.95
readObjectMethod · 0.95
BuilderClass · 0.95
BuilderClass · 0.95
whereMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected