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

Method of

output/java_guava/1.4.16/ImmutableSortedMap.java:80–85  ·  view source on GitHub ↗

Returns the empty sorted map.

()

Source from the content-addressed store, hash-verified

78 */
79
80 @SuppressWarnings("unchecked")
81 // unsafe, comparator() returns a comparator on the specified type
82 // TODO(kevinb): evaluate whether or not of().comparator() should return null
83 public static <K, V> ImmutableSortedMap<K, V> of() {
84 return (ImmutableSortedMap<K, V>) NATURAL_EMPTY_MAP;
85 }
86
87 /**
88 * Returns an immutable map containing a single entry.

Callers 6

subMapMethod · 0.95
subMapMethod · 0.95
subMapMethod · 0.95
emptyMapMethod · 0.95
fromEntriesMethod · 0.95
buildMethod · 0.45

Calls 5

naturalMethod · 0.95
ofMethod · 0.95
ofEntriesMethod · 0.95
checkNotNullMethod · 0.45
entryOfMethod · 0.45

Tested by

no test coverage detected