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

Method create

corpus/java/training/guava/collect/Range.java:145–147  ·  view source on GitHub ↗
(Cut<C> lowerBound, Cut<C> upperBound)

Source from the content-addressed store, hash-verified

143 static final Ordering<Range<?>> RANGE_LEX_ORDERING = new RangeLexOrdering();
144
145 static <C extends Comparable<?>> Range<C> create(Cut<C> lowerBound, Cut<C> upperBound) {
146 return new Range<C>(lowerBound, upperBound);
147 }
148
149 /**
150 * Returns a range that contains all values strictly greater than {@code

Callers 15

spanMethod · 0.95
addMethod · 0.95
removeMethod · 0.95
computeNextMethod · 0.95
RangeMapEntryMethod · 0.95
spanMethod · 0.95
spanMethod · 0.95
rangeMethod · 0.95
openMethod · 0.95
closedMethod · 0.95
closedOpenMethod · 0.95
openClosedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected