CopyOnWriteArraySet......in java 1.4
807580Aug 24 2010 — edited Aug 26 2010Hi,
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.