| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectfreemarker.template.WrappingTemplateModelfreemarker.template.SimpleSequencefreemarker.testcase.models.LegacyListpublic class LegacyListextends SimpleSequenceField Summary |
Fields inherited from class freemarker.template.SimpleSequence | |
list | |
Fields inherited from interface freemarker.template.TemplateModel | |
NOTHING | |
Method Summary | |
boolean |
|
boolean | |
TemplateModel |
|
void |
|
Methods inherited from class freemarker.template.SimpleSequence | |
add, add, get, size, synchronizedWrapper, toList, toString | |
Methods inherited from class freemarker.template.WrappingTemplateModel | |
getDefaultObjectWrapper, getObjectWrapper, setDefaultObjectWrapper, setObjectWrapper, wrap | |
public boolean hasNext()
- Returns:
- true if there is a next element.
public boolean isRewound()
- Returns:
- true if the cursor is at the beginning of the list.
public void rewind()
Resets the cursor to the beginning of the list.