public static class ConvertDouble.DoubleConverter
extends java.lang.Object
Constructor and Description |
---|
DoubleConverter() |
Modifier and Type | Method and Description |
---|---|
void |
init(ByteList list,
boolean isStrict) |
double |
parse(ByteList list,
boolean strict,
boolean is19)
Everything runs in 1.9+ mode now, so the `is19` parameter is vestigial.
|
public void init(ByteList list, boolean isStrict)
public double parse(ByteList list, boolean strict, boolean is19)
Copyright © 2001-2020 JRuby. All Rights Reserved.