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

Method lastKey

output/java_guava/1.4.19/ImmutableSortedMap.java:635–638  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

633 }
634
635 @Override
636 public K lastKey() {
637 return keySet().last();
638 }
639
640 private ImmutableSortedMap<K, V> getSubMap(int fromIndex, int toIndex) {
641 if (fromIndex == 0 && toIndex == size()) {

Callers

nothing calls this directly

Calls 2

keySetMethod · 0.95
lastMethod · 0.45

Tested by

no test coverage detected