Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 55246 invoked from network); 3 Nov 2010 13:38:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Nov 2010 13:38:25 -0000 Received: (qmail 2971 invoked by uid 500); 3 Nov 2010 13:38:56 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 2488 invoked by uid 500); 3 Nov 2010 13:38:52 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 2477 invoked by uid 99); 3 Nov 2010 13:38:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 13:38:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 13:38:49 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA3DcRJT016006 for ; Wed, 3 Nov 2010 13:38:27 GMT Message-ID: <8046557.219401288791507045.JavaMail.jira@thor> Date: Wed, 3 Nov 2010 09:38:27 -0400 (EDT) From: "Dmitry Katsubo (JIRA)" To: issues@commons.apache.org Subject: [jira] Updated: (COLLECTIONS-366) A light-weighted list of integers In-Reply-To: <7529631.202031288725026107.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COLLECTIONS-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Katsubo updated COLLECTIONS-366: --------------------------------------- Attachment: RangeList_fixed1.zip The fix for subList() functionality. > A light-weighted 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 > Attachments: 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. - You can reply to this email to add a comment to the issue online.