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

Method lastKey

output/java_guava/1.4.16/Maps.java:4041–4044  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4039 }
4040
4041 @Override
4042 public K lastKey() {
4043 return forward().firstKey();
4044 }
4045
4046 @Override
4047 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