[ 
https://issues.apache.org/jira/browse/PIVOT-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Greg Brown updated PIVOT-191:
-----------------------------

    Affects Version/s: 1.3
        Fix Version/s: 1.3

> Create a FilteredList class
> ---------------------------
>
>                 Key: PIVOT-191
>                 URL: https://issues.apache.org/jira/browse/PIVOT-191
>             Project: Pivot
>          Issue Type: New Feature
>          Components: core-collections
>    Affects Versions: 1.3
>            Reporter: Greg Brown
>            Assignee: Greg Brown
>            Priority: Minor
>             Fix For: 1.3
>
>
> This class will wrap a List and provide a filtered view of its contents that 
> can be sorted independently of the source data.
> Question: should the filtered view be read-only? If not, we'd need some way 
> to map indexes from the view to the source, which could be problematic 
> (indexOf() won't be reliable since it returns the index of the first match 
> based on equals()).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to