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

Method floor

output/java_guava/1.4.18/Sets.java:1040–1044  ·  view source on GitHub ↗
(E e)

Source from the content-addressed store, hash-verified

1038 }
1039
1040 @Override
1041 @Nullable
1042 public E floor(E e) {
1043 return Iterators.getNext(headSet(e, true).descendingIterator(), null);
1044 }
1045
1046 @Override
1047 public E ceiling(E e) {

Callers

nothing calls this directly

Calls 3

getNextMethod · 0.95
headSetMethod · 0.95
descendingIteratorMethod · 0.45

Tested by

no test coverage detected