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

Method higherKey

output/java_guava/1.4.19/Maps.java:4085–4088  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

4083 }
4084
4085 @Override
4086 public K higherKey(K key) {
4087 return forward().lowerKey(key);
4088 }
4089
4090 @Override
4091 public Entry<K, V> firstEntry() {

Callers 5

higherKeyMethod · 0.45
higherKeyMethod · 0.45
higherMethod · 0.45
lowerKeyMethod · 0.45

Calls 2

forwardMethod · 0.95
lowerKeyMethod · 0.45

Tested by

no test coverage detected