java.util.List mapToList(java.util.Map)
Map<K, V>
to a List<Map.Entry<K, V>>
. Useful when
you want to iterate over a Map
in for example <ui:repeat>
. Each of the
entries has the usual getKey()
and getValue()
methods.
Info | Value |
---|---|
Function Class | org.omnifaces.el.functions.Converters |
Function Signature | java.util.List mapToList(java.util.Map) |
Display Name | None |
Output generated by Vdldoc View Declaration Language Documentation Generator.