| Package | Description |
|---|---|
| de.intarsys.tools.number | |
| de.intarsys.tools.range |
| Modifier and Type | Class and Description |
|---|---|
class |
NumberInstance
An implementation of NumberWrapper that represents a single number object.
|
class |
NumberInterval
An implementation of NumberWrapper that represents an interval of numbers.
|
class |
NumberList
An implementation of NumberWrapper that represents an enumeration of single
number objects.
|
| Modifier and Type | Method and Description |
|---|---|
abstract NumberWrapper |
NumberWrapper.increment(int i) |
NumberWrapper |
NumberList.increment(int i) |
NumberWrapper |
NumberInterval.increment(int i) |
NumberWrapper |
NumberInstance.increment(int i) |
static NumberWrapper |
NumberParser.parse(String value) |
static NumberWrapper |
NumberParser.parseInteger(String value) |
| Modifier and Type | Method and Description |
|---|---|
NumberWrapper |
DefinedRange.getValue() |
| Constructor and Description |
|---|
DefinedRange(NumberWrapper value) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.