Package freemarker.template
Interface TemplateHashModelEx2.KeyValuePair
- Enclosing interface:
- TemplateHashModelEx2
public static interface TemplateHashModelEx2.KeyValuePair
A key-value pair in a hash; used for
TemplateHashModelEx2.KeyValuePairIterator
.- Since:
- 2.3.25
-
Method Summary
-
Method Details
-
getKey
- Returns:
- Any type of
TemplateModel
, maybenull
(if the hash entry key isnull
). - Throws:
TemplateModelException
-
getValue
- Returns:
- Any type of
TemplateModel
, maybenull
(if the hash entry value isnull
). - Throws:
TemplateModelException
-