Class DoubleLazyAny
java.lang.Object
com.jsoniter.any.Any
com.jsoniter.any.LazyAny
com.jsoniter.any.DoubleLazyAny
-
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, asList, asMap, 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, 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
-
isCached
private boolean isCached -
cache
private double cache
-
-
Constructor Details
-
DoubleLazyAny
public DoubleLazyAny(byte[] data, int head, int tail)
-
-
Method Details
-
valueType
-
object
-
toBoolean
-
toInt
-
toLong
-
toFloat
-
toDouble
-
toBigInteger
- Specified by:
toBigIntegerin classAny
-
toBigDecimal
- Specified by:
toBigDecimalin classAny
-
fillCache
private void fillCache()
-