<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - “Copy-on-Iterate” Java Idiom considered broken</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Tue, 21 May 2013 22:43:09 -0400</pubDate>


    <item>

        <title>Combination of non-thread-safe and concurrent collections</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=60595</link>

        

        
            <description><![CDATA[<p>AFAIK no "idiom" whatsoever breaks here.</p>...]]></description>
        

        <pubDate>Tue, 27 Jul 2010 02:27:07 -0400</pubDate>

        

        <jf:creationDate>Tue, 27 Jul 2010 02:27:07 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 27 Jul 2010 02:27:07 -0400</jf:modificationDate>
        <jf:date>Jul 27, 2010</jf:date>
        <jf:author>Christian Beutenmueller</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>right back at you</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=60595</link>

        

        
            <description><![CDATA[<p>And the same could be said for your choice in application performance monitoring tools :-)</p>]]></description>
        

        <pubDate>Mon, 26 Jul 2010 17:49:23 -0400</pubDate>

        

        <jf:creationDate>Mon, 26 Jul 2010 17:49:23 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 26 Jul 2010 17:49:23 -0400</jf:modificationDate>
        <jf:date>Jul 26, 2010</jf:date>
        <jf:author>wlouth</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>If it is broken in Java 5 but not Java 6, it isn't broken</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=60595</link>

        

        
            <description><![CDATA[<p>You're just using really old software.</p>
<p>Sam</p>]]></description>
        

        <pubDate>Sat, 24 Jul 2010 13:24:38 -0400</pubDate>

        

        <jf:creationDate>Sat, 24 Jul 2010 13:24:38 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 24 Jul 2010 13:24:38 -0400</jf:modificationDate>
        <jf:date>Jul 24, 2010</jf:date>
        <jf:author>spullara</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>“Copy-on-Iterate” Java Idiom considered broken</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=60595</link>

        

        
            <description><![CDATA[<blockquote>This line of the ArrayList constructor:...]]></description>
        

        <pubDate>Fri, 23 Jul 2010 09:47:31 -0400</pubDate>

        

        <jf:creationDate>Fri, 23 Jul 2010 09:47:31 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 23 Jul 2010 09:47:31 -0400</jf:modificationDate>
        <jf:date>Jul 23, 2010</jf:date>
        <jf:author>James Watson</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>“Copy-on-Iterate” Java Idiom considered broken</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=60595</link>

        

        
            <description><![CDATA[<p>This is really good information.&nbsp; Thanks for sharing it with the community.</p>...]]></description>
        

        <pubDate>Fri, 23 Jul 2010 09:30:27 -0400</pubDate>

        

        <jf:creationDate>Fri, 23 Jul 2010 09:30:27 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 23 Jul 2010 09:30:27 -0400</jf:modificationDate>
        <jf:date>Jul 23, 2010</jf:date>
        <jf:author>James Watson</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>“Copy-on-Iterate” Java Idiom considered broken</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=60595</link>

        

        
            <description><![CDATA[<p>One issue with collections is that when iterating a ConcurrentModificationException is thrown if a collection is changed (usually by a different thread). This is done to protect the Iterator from unpredictable behaviour. A common idiom to avoid it is...]]></description>
        

        <pubDate>Fri, 23 Jul 2010 06:53:27 -0400</pubDate>

        

        <jf:creationDate>Fri, 23 Jul 2010 06:53:27 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 23 Jul 2010 06:53:27 -0400</jf:modificationDate>
        <jf:date>Jul 23, 2010</jf:date>
        <jf:author>Jevgeni Kabanov</jf:author>
        <jf:replyCount>7</jf:replyCount>
    </item>



</channel>
</rss>

