Package freemarker.template
Interface TemplateHashModelEx2.KeyValuePair
-
- Enclosing interface:
- TemplateHashModelEx2
public static interface TemplateHashModelEx2.KeyValuePairA key-value pair in a hash; used forTemplateHashModelEx2.KeyValuePairIterator.- Since:
- 2.3.25
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemplateModelgetKey()TemplateModelgetValue()
-
-
-
Method Detail
-
getKey
TemplateModel getKey() throws TemplateModelException
- Returns:
- Any type of
TemplateModel, maybenull(if the hash entry key isnull). - Throws:
TemplateModelException
-
getValue
TemplateModel getValue() throws TemplateModelException
- Returns:
- Any type of
TemplateModel, maybenull(if the hash entry value isnull). - Throws:
TemplateModelException
-
-