Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder2.hal-mli.net!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!postnews.google.com!cs7g2000vbb.googlegroups.com!not-for-mail From: "raphfrk@gmail.com" Newsgroups: comp.lang.java.programmer Subject: Atomic integer array class question Date: Mon, 9 Jan 2012 07:10:44 -0800 (PST) Organization: http://groups.google.com Lines: 6 Message-ID: <9d7d89a6-3109-412f-a898-e2c9e82b780b@cs7g2000vbb.googlegroups.com> NNTP-Posting-Host: 137.71.226.54 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1326122231 22152 127.0.0.1 (9 Jan 2012 15:17:11 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 9 Jan 2012 15:17:11 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: cs7g2000vbb.googlegroups.com; posting-host=137.71.226.54; posting-account=iOAcbgoAAADC8J1iW-JMMSO74f5TboSg User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.24) Gecko/20111103 Firefox/3.6.24,gzip(gfe) Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:11127 Does the atomic integer array class treat each individual element in the array separately? Would an array of size 10 have the same performance as an array of AtomicIntegers of size 10, in terms of accesses to one element affecting accesses to another element?