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

Method ceilingEntry

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

Source from the content-addressed store, hash-verified

4068 }
4069
4070 @Override
4071 public Entry<K, V> ceilingEntry(K key) {
4072 return forward().floorEntry(key);
4073 }
4074
4075 @Override
4076 public K ceilingKey(K key) {

Callers 4

ceilingEntryMethod · 0.45
ceilingEntryMethod · 0.45
floorEntryMethod · 0.45
intersectsMethod · 0.45

Calls 2

forwardMethod · 0.95
floorEntryMethod · 0.45

Tested by

no test coverage detected