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

Method higher

output/java_guava/1.4.17/Maps.java:3797–3800  ·  view source on GitHub ↗
(K e)

Source from the content-addressed store, hash-verified

3795 }
3796
3797 @Override
3798 public K higher(K e) {
3799 return map().higherKey(e);
3800 }
3801
3802 @Override
3803 public K pollFirst() {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
higherKeyMethod · 0.45

Tested by

no test coverage detected