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

Method lastKey

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

Source from the content-addressed store, hash-verified

1000 }
1001
1002 @Override
1003 @ParametricNullness
1004 public K lastKey() {
1005 return backingSet().last();
1006 }
1007 }
1008
1009 @GwtIncompatible // NavigableMap

Callers

nothing calls this directly

Calls 2

backingSetMethod · 0.95
lastMethod · 0.45

Tested by

no test coverage detected