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

Method lastKey

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

Source from the content-addressed store, hash-verified

3973 }
3974
3975 @Override
3976 public K lastKey() {
3977 return forward().firstKey();
3978 }
3979
3980 @Override
3981 public Entry<K, V> lowerEntry(K key) {

Callers 5

lastKeyMethod · 0.45
lastMethod · 0.45
lastKeyMethod · 0.45
lastMethod · 0.45
firstKeyMethod · 0.45

Calls 2

forwardMethod · 0.95
firstKeyMethod · 0.45

Tested by

no test coverage detected