Re: [collections] New utility methods for CollectionUtils & ListUtils

2006-02-01 Thread Matt Blum
k I've ever implemented it > so > that it rolls around to the bottom of the list as you mentioned. > > -Original Message- > From: Matt Blum [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 01, 2006 8:36 AM > To: Jakarta Commons Developers List > Subject: Re

Re: [collections] New utility methods for CollectionUtils & ListUtils

2006-02-01 Thread Matt Blum
Since the dependency in my deep-clone method is only on SerializationUtils, and the clone method there just serializes and then deserializes the object being cloned, it might be easiest to avoid the dependency by simply re-implementing that functionality in my method. What do you think? As for th

[collections] New utility methods for CollectionUtils & ListUtils

2006-01-29 Thread Matt Blum
I'm new to the commons-dev list, but I've participated a bit in the MyFaces list and, a while ago, in the Struts list. I have several methods that I think would make good additions to the Commons Collections CollectionUtils and ListUtils classes, and I wanted to find out: 1. Whether there was int