Package com.apple.foundationdb.record
Class ValueRange<T>
java.lang.Object
com.apple.foundationdb.record.ValueRange<T>
- Type Parameters:
T
- the type of values defined by this range.
A range defines the boundaries around a contiguous span of values of some type.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionValueRange
(T low, T high, EndpointType lowEndpoint, EndpointType highEndpoint) -
Method Summary
-
Field Details
-
ALL
-
-
Constructor Details
-
ValueRange
public ValueRange(@Nullable T low, @Nullable T high, @Nonnull EndpointType lowEndpoint, @Nonnull EndpointType highEndpoint)
-
-
Method Details