You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2009/08/03 21:37:14 UTC

[jira] Resolved: (PIVOT-191) Create a FilteredList class

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

Greg Brown resolved PIVOT-191.
------------------------------

    Resolution: Fixed

A basic unit test has been added for this class.


> 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.