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

Method lastKey

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

Source from the content-addressed store, hash-verified

930 }
931
932 @Override
933 public K lastKey() {
934 return backingSet().last();
935 }
936 }
937
938 @GwtIncompatible // NavigableMap

Callers

nothing calls this directly

Calls 2

backingSetMethod · 0.95
lastMethod · 0.45

Tested by

no test coverage detected