| |
|
| java.lang.Object freemarker.testcase.models.BooleanList1
BooleanList1 | public class BooleanList1 implements TemplateSequenceModel(Code) | | Model for testing the impact of isEmpty() on template list models. Every
other method simply delegates to a SimpleList model.
author: Nicholas Cull version: $Id: BooleanList1.java,v 1.16 2004/01/06 17:06:44 szegedia Exp $ |
BooleanList1 | public BooleanList1()(Code) | | Creates new BooleanList1
|
hasNext | public boolean hasNext()(Code) | | true if there is a next element. |
isRewound | public boolean isRewound()(Code) | | true if the cursor is at the beginning of the list. |
rewind | public void rewind()(Code) | | Resets the cursor to the beginning of the list.
|
|
|
|