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

Method higherKey

corpus/java/training/guava/collect/Maps.java:4015–4018  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

4013 }
4014
4015 @Override
4016 public K higherKey(K key) {
4017 return forward().lowerKey(key);
4018 }
4019
4020 @Override
4021 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