public static interface TemplateHashModelEx2.KeyValuePairIterator
Iterator, but has a fixed item
type, can throw TemplateModelException-s, and has no remove() method.| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Similar to
Iterator.hasNext(). |
TemplateHashModelEx2.KeyValuePair |
next()
Similar to
Iterator.next(). |
boolean hasNext()
throws TemplateModelException
Iterator.hasNext().TemplateModelExceptionTemplateHashModelEx2.KeyValuePair next() throws TemplateModelException
Iterator.next().nulljava.util.NoSuchElementExceptionTemplateModelException