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

Method fromMap

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

Source from the content-addressed store, hash-verified

2078 implements SortedMap<K, V2> {
2079
2080 protected SortedMap<K, V1> fromMap() {
2081 return (SortedMap<K, V1>) fromMap;
2082 }
2083
2084 TransformedEntriesSortedMap(SortedMap<K, V1> fromMap, EntryTransformer<? super K, ? super V1, V2> transformer) {
2085 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