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

Method higherEntry

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

Source from the content-addressed store, hash-verified

4078 }
4079
4080 @Override
4081 public Entry<K, V> higherEntry(K key) {
4082 return forward().lowerEntry(key);
4083 }
4084
4085 @Override
4086 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