[
https://issues.apache.org/jira/browse/COLLECTIONS-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Neidhart updated COLLECTIONS-270:
----------------------------------------
Fix Version/s: 4.x
> Proposal for a new List implementation: BackedList
> --------------------------------------------------
>
> Key: COLLECTIONS-270
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-270
> Project: Commons Collections
> Issue Type: New Feature
> Components: List
> Affects Versions: 3.2
> Reporter: Sergio Bossa
> Fix For: 4.x
>
> Attachments: BackedList.java, BackedListTest.java,
> DataAccessStrategy.java
>
>
> Here is a new List implementation named BackedList, to use for transparently
> accessing values of a generic data source as it were a normal List.
> This List implementation dynamically accesses data source values through a
> proper strategy object, keeping in memory only a limited, configurable,
> buffer of values.
> So, it is useful for:
> 1) Providing a List-like view of different data source values.
> 2) Avoiding to pre-load all values in a standard list, providing better
> performances and less memory consumption.
> As a side note, this list implementation is already used in production for
> implementing pagination over a relational data source.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira