Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 70107 invoked from network); 10 Oct 2006 10:43:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Oct 2006 10:43:28 -0000 Received: (qmail 70060 invoked by uid 500); 10 Oct 2006 10:43:25 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 70020 invoked by uid 500); 10 Oct 2006 10:43:25 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 70009 invoked by uid 99); 10 Oct 2006 10:43:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Oct 2006 03:43:25 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of oleg.v.khaschansky@gmail.com designates 66.249.82.237 as permitted sender) Received: from [66.249.82.237] (HELO wx-out-0506.google.com) (66.249.82.237) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Oct 2006 03:43:24 -0700 Received: by wx-out-0506.google.com with SMTP id s13so2016425wxc for ; Tue, 10 Oct 2006 03:43:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=VNlXl1OWVEOE9tdbvXxI42NZqsHJkFbZtAh/tci/rb6xH4+W7GGZP2Ju48lYpbZEUXuyia5f4tmQRBATJT72rOXJBV4WwNdtK6C58oqC/IEq6h1PIjGsJ4saoA4yTnw8HifVuRmrArFo39lXwNeUKFhHTL6Ay6AbrFkI1J4l3v8= Received: by 10.90.118.10 with SMTP id q10mr3366456agc; Tue, 10 Oct 2006 03:43:04 -0700 (PDT) Received: by 10.90.51.7 with HTTP; Tue, 10 Oct 2006 03:43:03 -0700 (PDT) Message-ID: <26c14c2a0610100343h70e6d989n3d9fce6b99bb2b1f@mail.gmail.com> Date: Tue, 10 Oct 2006 14:43:04 +0400 From: "Oleg Khaschansky" To: harmony-dev@incubator.apache.org Subject: [classlib][concurrent] Implementation of the CopyOnWriteArrayList class. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I uploaded a patch which implements CopyOnWriteArrayList class. Committers, please, take a look at [1]. I also ensured that CopyOnWriteArrayListTest passes with this implementation. [1] http://issues.apache.org/jira/browse/HARMONY-1805 --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org