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

Method ceilingKey

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

Source from the content-addressed store, hash-verified

3299 }
3300
3301 @Override
3302 public K ceilingKey(K key) {
3303 return delegate.ceilingKey(key);
3304 }
3305
3306 @Override
3307 public Entry<K, V> higherEntry(K key) {

Callers

nothing calls this directly

Calls 1

ceilingKeyMethod · 0.45

Tested by

no test coverage detected