MCPcopy
hub / github.com/google/guava / last

Method last

guava/src/com/google/common/collect/Maps.java:3978–3982  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3976 }
3977
3978 @Override
3979 @ParametricNullness
3980 public K last() {
3981 return map().lastKey();
3982 }
3983 }
3984
3985 @GwtIncompatible // NavigableMap

Callers 5

lastKeyMethod · 0.45
getLastMethod · 0.45
lastKeyMethod · 0.45
encloseAllMethod · 0.45
containsAllMethod · 0.45

Calls 2

mapMethod · 0.95
lastKeyMethod · 0.45

Tested by

no test coverage detected