[
https://issues.apache.org/jira/browse/PIVOT-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Todd Volkert resolved PIVOT-179.
--------------------------------
Resolution: Fixed
> Add org.apache.pivot.collections.MapList
> ----------------------------------------
>
> Key: PIVOT-179
> URL: https://issues.apache.org/jira/browse/PIVOT-179
> Project: Pivot
> Issue Type: New Feature
> Components: core-collections
> Reporter: Todd Volkert
> Assignee: Todd Volkert
> Priority: Minor
> Fix For: 1.3
>
>
> /**
> * Decorates a {...@link Map} to look like a {...@link List} of key/value
> pairs. This
> * facilitates the use of a <tt>Map</tt> as table data in a
> * {...@link org.apache.pivot.wtk.TableView}.
> */
> public class MapList<K, V> implements List<Map.Pair<K, V>> {
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.