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

Method last

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

Source from the content-addressed store, hash-verified

3766 }
3767
3768 @Override
3769 public K last() {
3770 return map().lastKey();
3771 }
3772 }
3773
3774 @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