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

Method last

output/java_guava/1.4.16/Maps.java:3764–3767  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3762 }
3763
3764 @Override
3765 public K last() {
3766 return map().lastKey();
3767 }
3768 }
3769
3770 @GwtIncompatible // NavigableMap

Callers 3

lastKeyMethod · 0.45
lastKeyMethod · 0.45
containsAllMethod · 0.45

Calls 2

mapMethod · 0.95
lastKeyMethod · 0.45

Tested by

no test coverage detected