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

Method builder

output/java_guava/1.4.18/ImmutableMap.java:140–142  ·  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

138
139
140 public static <K, V> Builder<K, V> builder() {
141 return new Builder<K, V>();
142 }
143
144 static void checkNoConflict(boolean safe, String conflictDescription, Entry<?, ?> entry1, Entry<?, ?> entry2) {
145 if (!safe) {

Callers 13

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

Calls

no outgoing calls

Tested by

no test coverage detected