public class IntegerRange extends NumberRange<Integer>
| Constructor and Description |
|---|
IntegerRange(Integer min,
Integer max,
Integer step,
int startPosition,
org.solovyev.common.text.Formatter<Integer> formatter) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getCount(Integer min,
Integer max,
Integer step) |
protected Integer |
getValueAt(int position,
Integer min,
Integer max,
Integer step) |
static NumberRange<Integer> |
newInstance(Integer min,
Integer max,
Integer step,
Integer selected) |
getCount, getStartPosition, getStringValueAt, getValueAt@Nonnull public static NumberRange<Integer> newInstance(@Nonnull Integer min, @Nonnull Integer max, @Nonnull Integer step, @Nonnull Integer selected)
protected int getCount(@Nonnull Integer min, @Nonnull Integer max, @Nonnull Integer step)
getCount in class NumberRange<Integer>Copyright © 2014 se.solovyev. All Rights Reserved.