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

Method lower

output/java_guava/1.4.16/ImmutableSortedSet.java:688–692  ·  view source on GitHub ↗

@since 12.0

(E e)

Source from the content-addressed store, hash-verified

686 */
687
688 @GwtIncompatible // NavigableSet
689 @Override
690 public E lower(E e) {
691 return Iterators.getNext(headSet(e, false).descendingIterator(), null);
692 }
693
694 /**
695 * @since 12.0

Callers

nothing calls this directly

Calls 3

getNextMethod · 0.95
headSetMethod · 0.95
descendingIteratorMethod · 0.45

Tested by

no test coverage detected