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

Method ceiling

output/java_guava/1.4.16/ImmutableSortedSet.java:708–712  ·  view source on GitHub ↗

@since 12.0

(E e)

Source from the content-addressed store, hash-verified

706 */
707
708 @GwtIncompatible // NavigableSet
709 @Override
710 public E ceiling(E e) {
711 return Iterables.getFirst(tailSet(e, true), null);
712 }
713
714 /**
715 * @since 12.0

Callers

nothing calls this directly

Calls 2

getFirstMethod · 0.95
tailSetMethod · 0.95

Tested by

no test coverage detected