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

Method belowAll

corpus/java/training/guava/collect/Cut.java:110–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 * casting the type parameter is safe.
109 */
110 @SuppressWarnings("unchecked")
111 static <C extends Comparable> Cut<C> belowAll() {
112 return (Cut<C>) BelowAll.INSTANCE;
113 }
114
115 private static final long serialVersionUID = 0;
116

Callers 12

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