Class AbstractRangeBean<V extends Comparable<?>>

java.lang.Object
io.github.mmm.base.range.AbstractRange<V>
io.github.mmm.base.range.AbstractRangeBean<V>
Type Parameters:
V - type of the contained values.
All Implemented Interfaces:
Range<V>, WritableRange<V>
Direct Known Subclasses:
NumberRangeBean

public abstract class AbstractRangeBean<V extends Comparable<?>> extends AbstractRange<V> implements WritableRange<V>
Implementation of WritableRange for UiNumericInput.
Since:
1.0.0
  • Constructor Details

    • AbstractRangeBean

      public AbstractRangeBean()
      The constructor.
    • AbstractRangeBean

      public AbstractRangeBean(V min, V max)
      The constructor.
      Parameters:
      min - the minimum.
      max - the maximum.
  • Method Details