Package io.pebbletemplates.pebble.node
Class ForNode.ArrayIterable
- java.lang.Object
-
- io.pebbletemplates.pebble.node.ForNode.ArrayIterable
-
- All Implemented Interfaces:
java.lang.Iterable<java.lang.Object>
- Enclosing class:
- ForNode
private class ForNode.ArrayIterable extends java.lang.Object implements java.lang.Iterable<java.lang.Object>
Adapts an array to an Iterable
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Object
obj
-
Constructor Summary
Constructors Constructor Description ArrayIterable(java.lang.Object array)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<java.lang.Object>
iterator()
-