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

Method higher

output/java_guava/1.4.17/ImmutableSortedSet.java:718–722  ·  view source on GitHub ↗

@since 12.0

(E e)

Source from the content-addressed store, hash-verified

716 */
717
718 @GwtIncompatible // NavigableSet
719 @Override
720 public E higher(E e) {
721 return Iterables.getFirst(tailSet(e, false), null);
722 }
723
724 @Override
725 public E first() {

Callers

nothing calls this directly

Calls 2

getFirstMethod · 0.95
tailSetMethod · 0.95

Tested by

no test coverage detected