Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

CopyOnWriteArraySet......in java 1.4

807580Aug 24 2010 — edited Aug 26 2010
Hi,

So I have a program that uses java.util.concurrent.CopyOnWriteArraySet. I need to have this program run in Java 1.4. CopyOnWriteArrraySet API is not available in Java 1.4.

Any ideas on how I can implement similar functionality?

basically, I am using this set to store a bunch of sockets....that might need to work concurrently.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 23 2010
Added on Aug 24 2010
6 comments
128 views