Modifier and Type | Class and Description |
---|---|
class |
DecimalItem
Represents a Decimal.
|
class |
IntegerItem
Represents an Integer.
|
Modifier and Type | Method and Description |
---|---|
static NumberItem<? extends Object> |
Parser.parseIntegerOrDecimal(String input)
Implementation of "Parsing an Integer or Decimal" (assuming no extra
characters left in input string)
|
NumberItem<T> |
NumberItem.withParams(Parameters params) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.