Class DoubleAny
java.lang.Object
com.jsoniter.any.Any
com.jsoniter.any.DoubleAny
-
Nested Class Summary
Nested classes/interfaces inherited from class Any
Any.EntryIterator -
Field Summary
FieldsFields inherited from class Any
EMPTY_ENTRIES_ITERATOR, EMPTY_ITERATOR, EMPTY_KEYS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Any
as, as, as, as, asList, asMap, bindTo, bindTo, bindTo, bindTo, entries, equals, get, get, get, get, hashCode, isWildcard, iterator, keys, lazyArray, lazyDouble, lazyLong, lazyObject, lazyString, mustBeValid, object, registerEncoders, reportUnexpectedType, rewrap, rewrap, set, set, set, set, size, toBigDecimal, toBigInteger, toBoolean, toDouble, toFloat, toInt, toLong, toString, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrapArray, wrapNullMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
val
private double val
-
-
Constructor Details
-
DoubleAny
public DoubleAny(double val)
-
-
Method Details
-
valueType
-
object
-
toBoolean
-
toInt
-
toLong
-
toFloat
-
toDouble
-
toBigInteger
- Specified by:
toBigIntegerin classAny
-
toBigDecimal
- Specified by:
toBigDecimalin classAny
-
toString
-
set
-
writeTo
- Specified by:
writeToin classAny- Throws:
IOException
-