Package | Description |
---|---|
nl.lxtreme.ols.util |
Modifier and Type | Method and Description |
---|---|
static NumberUtils.UnitDefinition |
NumberUtils.UnitDefinition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberUtils.UnitDefinition[] |
NumberUtils.UnitDefinition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static int |
NumberUtils.smartParseInt(String aText,
NumberUtils.UnitDefinition aUnitDefinition)
Provides a "smart" integer parsing routine that allows (decimal) numbers in
string form with all kind of trailing characters to be parsed into an
integer.
|
static int |
NumberUtils.smartParseInt(String aText,
NumberUtils.UnitDefinition aUnitDefinition,
int aDefault)
Provides a "smart" integer parsing routine that allows (decimal) numbers in
string form with all kind of trailing characters to be parsed into an
integer.
|
Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.