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
Reporter: Greg Brown
Assignee: Greg Brown
Priority: Minor
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.