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

Method aboveAll

guava/src/com/google/common/collect/Cut.java:222–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220 * type C, so casting the type parameter is safe.
221 */
222 @SuppressWarnings("unchecked")
223 static <C extends Comparable> Cut<C> aboveAll() {
224 return (Cut<C>) AboveAll.INSTANCE;
225 }
226
227 private static final class AboveAll extends Cut<Comparable<?>> {
228 private static final AboveAll INSTANCE = new AboveAll();

Callers 13

computeNextMethod · 0.95
compareToMethod · 0.95
withUpperBoundTypeMethod · 0.95
withUpperBoundTypeMethod · 0.95
canonicalMethod · 0.95
greaterThanMethod · 0.95
atLeastMethod · 0.95
RangeClass · 0.95
RangeMethod · 0.95
hasUpperBoundMethod · 0.95
getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected