MCPcopy Index your code
hub / github.com/antlr/codebuff / newLinkedHashMap

Method newLinkedHashMap

output/java_guava/1.4.19/Maps.java:260–262  ·  view source on GitHub ↗

Creates a mutable , empty, insertion-ordered LinkedHashMap instance. Note: if mutability is not required, use ImmutableMap#of() instead. Note for Java 7 and later: this method is now unnecessary and should be treated as deprecated. Instead, use the {@code

()

Source from the content-addressed store, hash-verified

258
259
260 public static <K, V> LinkedHashMap<K, V> newLinkedHashMap() {
261 return new LinkedHashMap<K, V>();
262 }
263
264 /**
265 * Creates a {@code LinkedHashMap} instance, with a high enough

Callers 9

differenceMethod · 0.95
toMapMethod · 0.95
getAllMethod · 0.95
SparseImmutableTableMethod · 0.95
readObjectMethod · 0.95
getClassPathEntriesMethod · 0.95
getAllPresentMethod · 0.95
getAllMethod · 0.95
getAllPresentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected