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

Method higherEntry

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

Source from the content-addressed store, hash-verified

4008 }
4009
4010 @Override
4011 public Entry<K, V> higherEntry(K key) {
4012 return forward().lowerEntry(key);
4013 }
4014
4015 @Override
4016 public K higherKey(K key) {

Callers 3

higherEntryMethod · 0.45
higherEntryMethod · 0.45
lowerEntryMethod · 0.45

Calls 2

forwardMethod · 0.95
lowerEntryMethod · 0.45

Tested by

no test coverage detected