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

Method higher

corpus/java/training/guava/collect/Maps.java:3733–3736  ·  view source on GitHub ↗
(K e)

Source from the content-addressed store, hash-verified

3731 }
3732
3733 @Override
3734 public K higher(K e) {
3735 return map().higherKey(e);
3736 }
3737
3738 @Override
3739 public K pollFirst() {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
higherKeyMethod · 0.45

Tested by

no test coverage detected