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

Method last

corpus/java/training/guava/collect/Maps.java:3701–3704  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3699 }
3700
3701 @Override
3702 public K last() {
3703 return map().lastKey();
3704 }
3705 }
3706
3707 @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