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

Method lastKey

output/java_guava/1.4.17/Maps.java:961–964  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

959 }
960
961 @Override
962 public K lastKey() {
963 return backingSet().last();
964 }
965 }
966
967 @GwtIncompatible // NavigableMap

Callers

nothing calls this directly

Calls 2

backingSetMethod · 0.95
lastMethod · 0.45

Tested by

no test coverage detected