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

Method fromMap

output/java_guava/1.4.19/Maps.java:2082–2084  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2080 implements SortedMap<K, V2> {
2081
2082 protected SortedMap<K, V1> fromMap() {
2083 return (SortedMap<K, V1>) fromMap;
2084 }
2085
2086 TransformedEntriesSortedMap(SortedMap<K, V1> fromMap, EntryTransformer<? super K, ? super V1, V2> transformer) {
2087 super(fromMap, transformer);

Callers 7

comparatorMethod · 0.95
firstKeyMethod · 0.95
headMapMethod · 0.95
lastKeyMethod · 0.95
subMapMethod · 0.95
tailMapMethod · 0.95
fromMapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected