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

Method create

guava/src/com/google/common/collect/Range.java:132–134  ·  view source on GitHub ↗
(Cut<C> lowerBound, Cut<C> upperBound)

Source from the content-addressed store, hash-verified

130 }
131
132 static <C extends Comparable<?>> Range<C> create(Cut<C> lowerBound, Cut<C> upperBound) {
133 return new Range<>(lowerBound, upperBound);
134 }
135
136 /**
137 * Returns a range that contains all values strictly greater than {@code lower} and strictly less

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