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

Method lastKey

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

Source from the content-addressed store, hash-verified

2101 }
2102
2103 @Override
2104 public K lastKey() {
2105 return fromMap().lastKey();
2106 }
2107
2108 @Override
2109 public SortedMap<K, V2> subMap(K fromKey, K toKey) {

Callers

nothing calls this directly

Calls 2

fromMapMethod · 0.95
lastKeyMethod · 0.45

Tested by

no test coverage detected