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

Method ceilingEntry

output/java_guava/1.4.16/Maps.java:4066–4069  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

4064 }
4065
4066 @Override
4067 public Entry<K, V> ceilingEntry(K key) {
4068 return forward().floorEntry(key);
4069 }
4070
4071 @Override
4072 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