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

Method create

output/java_guava/1.4.17/Range.java:142–144  ·  view source on GitHub ↗
(Cut<C> lowerBound, Cut<C> upperBound)

Source from the content-addressed store, hash-verified

140 static final Ordering<Range<?>> RANGE_LEX_ORDERING = new RangeLexOrdering();
141
142 static <C extends Comparable<?>> Range<C> create(Cut<C> lowerBound, Cut<C> upperBound) {
143 return new Range<C>(lowerBound, upperBound);
144 }
145
146 /**
147 * 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