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

Method lower

output/java_guava/1.4.17/Sets.java:1034–1038  ·  view source on GitHub ↗
(E e)

Source from the content-addressed store, hash-verified

1032 }
1033
1034 @Override
1035 @Nullable
1036 public E lower(E e) {
1037 return Iterators.getNext(headSet(e, false).descendingIterator(), null);
1038 }
1039
1040 @Override
1041 @Nullable

Callers

nothing calls this directly

Calls 3

getNextMethod · 0.95
headSetMethod · 0.95
descendingIteratorMethod · 0.45

Tested by

no test coverage detected