Class LazyLength
java.lang.Object
java.lang.Number
io.pebbletemplates.pebble.node.fornode.LazyLength
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
float
private int
getIteratorSize
(Object iterable) private int
getValue()
int
intValue()
long
toString()
Methods inherited from class java.lang.Number
byteValue, shortValue
-
Field Details
-
iterableEvaluation
-
value
private int value
-
-
Constructor Details
-
LazyLength
-
-
Method Details
-
intValue
public int intValue() -
longValue
public long longValue() -
floatValue
public float floatValue()- Specified by:
floatValue
in classNumber
-
doubleValue
public double doubleValue()- Specified by:
doubleValue
in classNumber
-
toString
-
getValue
private int getValue() -
getIteratorSize
-