Package io.pebbletemplates.pebble.node
Class ForNode.EnumerationIterable
java.lang.Object
io.pebbletemplates.pebble.node.ForNode.EnumerationIterable
- Enclosing class:
ForNode
Adapts an Enumeration to an Iterable
-
Field Details
-
obj
-
-
Constructor Details
-
EnumerationIterable
EnumerationIterable(Enumeration<Object> enumeration)
-
-
Method Details