Class LazyLength

java.lang.Object
java.lang.Number
io.pebbletemplates.pebble.node.fornode.LazyLength
All Implemented Interfaces:
Serializable

public class LazyLength extends Number
See Also:
  • Field Details

    • iterableEvaluation

      private final Object iterableEvaluation
    • value

      private int value
  • Constructor Details

    • LazyLength

      public LazyLength(Object iterableEvaluation)
  • Method Details

    • intValue

      public int intValue()
      Specified by:
      intValue in class Number
    • longValue

      public long longValue()
      Specified by:
      longValue in class Number
    • floatValue

      public float floatValue()
      Specified by:
      floatValue in class Number
    • doubleValue

      public double doubleValue()
      Specified by:
      doubleValue in class Number
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getValue

      private int getValue()
    • getIteratorSize

      private int getIteratorSize(Object iterable)