public class DoubleParser extends java.lang.Object implements Parser<java.lang.Double>
NumberFormat.getDecimalFormat()
.Modifier | Constructor and Description |
---|---|
protected |
DoubleParser() |
Modifier and Type | Method and Description |
---|---|
static Parser<java.lang.Double> |
instance()
Returns the instance of the no-op renderer.
|
java.lang.Double |
parse(java.lang.CharSequence object) |
public static Parser<java.lang.Double> instance()