[ 
https://issues.apache.org/jira/browse/COLLECTIONS-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13597276#comment-13597276
 ] 

Dmitry Katsubo edited comment on COLLECTIONS-366 at 3/8/13 4:51 PM:
--------------------------------------------------------------------

Benedikt, the patch was created (and attached) by Thomas (he has also made a 
great optimization – thanks for that). In {{RangeList_fixed1.zip}} I have 
supplied Unit Tests.
What I can do is fork 
[commons-collections|https://github.com/apache/commons-collections/] and 
initiate a pull. Agreed?
                
      was (Author: dma_k):
    Benedikt, the patch was created (and attached) by Thomas. In 
{{RangeList_fixed1.zip}} I have supplied Unit Tests.
What I can do is to fork 
[commons-collections|https://github.com/apache/commons-collections/] and 
initiate a pull. Agreed?
                  
> A light-weight list of integers
> -------------------------------
>
>                 Key: COLLECTIONS-366
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-366
>             Project: Commons Collections
>          Issue Type: New Feature
>    Affects Versions: 3.2
>            Reporter: Dmitry Katsubo
>             Fix For: 4.x
>
>         Attachments: COLLECTIONS-366.patch, RangeList_fixed1.zip
>
>
> Sometimes there is a demand too have a list, that represents numbers within 
> some range (say, [5..10]). If the range is big (millions of records), 
> creating a dummy list that holds all instances of objects is too expensive.
> The provided implementation (attached to this issue) solves this problem. 
> Nice to have in commons collections.

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

Reply via email to