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

Method higherEntry

output/java_guava/1.4.18/Maps.java:4076–4079  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

4074 }
4075
4076 @Override
4077 public Entry<K, V> higherEntry(K key) {
4078 return forward().lowerEntry(key);
4079 }
4080
4081 @Override
4082 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