You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Todd Volkert (JIRA)" <ji...@apache.org> on 2009/07/21 18:12:15 UTC

[jira] Created: (PIVOT-179) Add org.apache.pivot.collections.MapList

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.


[jira] Resolved: (PIVOT-179) Add org.apache.pivot.collections.MapList

Posted by "Todd Volkert (JIRA)" <ji...@apache.org>.
     [ 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.