I'm working on a bug 576410. The problem is that we need a Set implementation that will order elements by its addition to the set. I called it SequencedSet.
There are two main approaches: implement it from scratch extending AbstractSet or on top of something. I talked with Dain and he advised me "on-top" and pointed to SequencedHashMap from Apache commons-collections (it's really nice). Now the problem: - SequencedSet needs to be in client's class path in both approaches. Let it be. - in "on-top" approach the class SequencedHashMap needs to be in client's classpath too. i.e. +1 jar for client. That's not so nice. Indeed, SequencedHashMap can be taken out from commons-collections.jar. But that's not nice too. Any thoughts? Thanks. alex PS: Dain currently isn't available. ------------------------------------------------------- This sf.net email is sponsored by: DEDICATED SERVERS only $89! Linux or FreeBSD, FREE setup, FAST network. Get your own server today at http://www.ServePath.com/indexfm.htm _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development