Class StringLazyAny

  • All Implemented Interfaces:
    java.lang.Iterable<Any>

    class StringLazyAny
    extends LazyAny
    • Field Detail

      • cache

        private java.lang.String cache
    • Constructor Detail

      • StringLazyAny

        public StringLazyAny​(byte[] data,
                             int head,
                             int tail)
    • Method Detail

      • object

        public java.lang.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 java.math.BigInteger toBigInteger()
        Specified by:
        toBigInteger in class Any
      • toBigDecimal

        public java.math.BigDecimal toBigDecimal()
        Specified by:
        toBigDecimal in class Any
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class LazyAny
      • fillCache

        private void fillCache()