public static interface TemplateHashModelEx2.KeyValuePair
TemplateHashModelEx2.KeyValuePairIterator.| Modifier and Type | Method and Description |
|---|---|
TemplateModel |
getKey() |
TemplateModel |
getValue() |
TemplateModel getKey() throws TemplateModelException
TemplateModel, maybe null (if the hash entry key is null).TemplateModelExceptionTemplateModel getValue() throws TemplateModelException
TemplateModel, maybe null (if the hash entry value is null).TemplateModelException