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

Method ceiling

output/java_guava/1.4.17/Sets.java:1046–1049  ·  view source on GitHub ↗
(E e)

Source from the content-addressed store, hash-verified

1044 }
1045
1046 @Override
1047 public E ceiling(E e) {
1048 return Iterables.getFirst(tailSet(e, true), null);
1049 }
1050
1051 @Override
1052 public E higher(E e) {

Callers

nothing calls this directly

Calls 2

getFirstMethod · 0.95
tailSetMethod · 0.95

Tested by

no test coverage detected