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

Method builder

corpus/java/training/guava/collect/ImmutableMap.java:130–132  ·  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

128 * created by the {@link Builder} constructor.
129 */
130 public static <K, V> Builder<K, V> builder() {
131 return new Builder<K, V>();
132 }
133
134 static void checkNoConflict(
135 boolean safe, String conflictDescription, Entry<?, ?> entry1, Entry<?, ?> entry2) {

Callers 13

CacheBuilderSpecClass · 0.95
readObjectMethod · 0.95
uniqueIndexMethod · 0.95
fromPropertiesMethod · 0.95
readObjectMethod · 0.95
BuilderClass · 0.95
BuilderClass · 0.95
whereMethod · 0.95
getNodeConnectionsMethod · 0.95
getNodeConnectionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected