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

Method belowAll

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

Source from the content-addressed store, hash-verified

113 * casting the type parameter is safe.
114 */
115 @SuppressWarnings("unchecked")
116 static <C extends Comparable> Cut<C> belowAll() {
117 return (Cut<C>) BelowAll.INSTANCE;
118 }
119
120 @GwtIncompatible @J2ktIncompatible private static final long serialVersionUID = 0;
121

Callers 13

entryIteratorMethod · 0.95
computeNextMethod · 0.95
compareToMethod · 0.95
withLowerBoundTypeMethod · 0.95
withLowerBoundTypeMethod · 0.95
lessThanMethod · 0.95
atMostMethod · 0.95
RangeClass · 0.95
RangeMethod · 0.95
hasLowerBoundMethod · 0.95
getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected