Module io.github.mmm.base
Package io.github.mmm.base.range
Interface WritableRange<V extends Comparable<?>>
- Type Parameters:
V- type of the contained values.
- All Superinterfaces:
Range<V>
- Since:
- 1.0.0
-
Field Summary
Fields inherited from interface io.github.mmm.base.range.Range
BOUND_END_EXCLUSIVE, BOUND_END_INCLUSIVE, BOUND_SEPARATOR, BOUND_START_EXCLUSIVE, BOUND_START_INCLUSIVE, MAX_UNBOUND, MIN_UNBOUND, PROPERTY_MAX, PROPERTY_MIN -
Method Summary
Methods inherited from interface io.github.mmm.base.range.Range
clip, contains, getComparator, getMax, getMin, intersection, isUnbounded, withMax, withMin
-
Method Details
-
setMin
- Parameters:
min- the new value ofRange.getMin().
-
setMax
- Parameters:
max- the new value ofRange.getMax().
-