Class LongLazyAny

All Implemented Interfaces:
Iterable<Any>

class LongLazyAny extends LazyAny
  • Field Details

    • isCached

      private boolean isCached
    • cache

      private long cache
  • Constructor Details

    • LongLazyAny

      public LongLazyAny(byte[] data, int head, int tail)
  • Method Details

    • valueType

      public ValueType valueType()
      Specified by:
      valueType in class LazyAny
    • object

      public Object object()
      Specified by:
      object in class Any
    • toBoolean

      public boolean toBoolean()
      Specified by:
      toBoolean in class Any
    • toInt

      public int toInt()
      Specified by:
      toInt in class Any
    • toLong

      public long toLong()
      Specified by:
      toLong in class Any
    • toFloat

      public float toFloat()
      Specified by:
      toFloat in class Any
    • toDouble

      public double toDouble()
      Specified by:
      toDouble in class Any
    • toBigInteger

      public BigInteger toBigInteger()
      Specified by:
      toBigInteger in class Any
    • toBigDecimal

      public BigDecimal toBigDecimal()
      Specified by:
      toBigDecimal in class Any
    • fillCache

      private void fillCache()