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

Method belowAll

output/java_guava/1.4.18/Cut.java:119–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 */
118
119 @SuppressWarnings("unchecked")
120 static <C extends Comparable> Cut<C> belowAll() {
121 return (Cut<C>) BelowAll.INSTANCE;
122 }
123
124 private static final long serialVersionUID = 0;
125 private static final class BelowAll extends Cut<Comparable<?>> {

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