Package | Description |
---|---|
org.springframework.data.domain |
Central domain abstractions especially to be used in combination with the
Repository abstraction. |
org.springframework.data.geo |
Value types representing geo-spatial concepts.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Comparable<T>> |
Range.of(Range.Bound<T> lowerBound,
Range.Bound<T> upperBound)
Creates a new
Range with the given lower and upper bound. |
Range<T> |
Range.RangeBuilder.to(Range.Bound<T> upper)
Create a
Range given the upper Range.Bound . |
static <T extends Comparable<T>> |
Range.unbounded()
Returns an unbounded
Range . |
Modifier and Type | Method and Description |
---|---|
static Range<Distance> |
Distance.between(Distance min,
Distance max)
|
static Range<Distance> |
Distance.between(double minValue,
Metric minMetric,
double maxValue,
Metric maxMetric)
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.