MCPcopy
hub / github.com/google/guava / greatestValueBelow

Method greatestValueBelow

guava/src/com/google/common/collect/Cut.java:60–60  ·  view source on GitHub ↗
(DiscreteDomain<C> domain)

Source from the content-addressed store, hash-verified

58 abstract @Nullable C leastValueAbove(DiscreteDomain<C> domain);
59
60 abstract @Nullable C greatestValueBelow(DiscreteDomain<C> domain);
61
62 /*
63 * The canonical form is a BelowValue cut whenever possible, otherwise ABOVE_ALL, or

Callers 2

lastMethod · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected