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

Method higherKey

output/java_guava/1.4.17/Maps.java:4081–4084  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

4079 }
4080
4081 @Override
4082 public K higherKey(K key) {
4083 return forward().lowerKey(key);
4084 }
4085
4086 @Override
4087 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