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