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

Method ceilingKey

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

Source from the content-addressed store, hash-verified

4073 }
4074
4075 @Override
4076 public K ceilingKey(K key) {
4077 return forward().floorKey(key);
4078 }
4079
4080 @Override
4081 public Entry<K, V> higherEntry(K key) {

Callers 5

ceilingKeyMethod · 0.45
ceilingKeyMethod · 0.45
ceilingMethod · 0.45
floorKeyMethod · 0.45
spanMethod · 0.45

Calls 2

forwardMethod · 0.95
floorKeyMethod · 0.45

Tested by

no test coverage detected