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

Method floor

output/java_guava/1.4.17/ImmutableSortedSet.java:698–702  ·  view source on GitHub ↗

@since 12.0

(E e)

Source from the content-addressed store, hash-verified

696 */
697
698 @GwtIncompatible // NavigableSet
699 @Override
700 public E floor(E e) {
701 return Iterators.getNext(headSet(e, true).descendingIterator(), null);
702 }
703
704 /**
705 * @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