Re: [collections] [patch] NodeCachingLinkedList

2002-12-18 Thread Rich Dougherty
> Here is a patch to resolve the license issues with > NodeCachingLinkedList. Included in this patch is: > > - CommonsLinkedList, a version of java.util.LinkedList that we can > distribute with [collections]. > > A few points about this class: > > [snip] > > - It extends LinkedList ra

[collections] [patch] NodeCachingLinkedList

2002-12-14 Thread rich
Hi Here is a patch to resolve the license issues with NodeCachingLinkedList. Included in this patch is: - CommonsLinkedList, a version of java.util.LinkedList that we can distribute with [collections]. A few points about this class: - Is the name ok? I couldn't think of anything else to d

Re: [collections] [patch] NodeCachingLinkedList

2002-12-14 Thread Rich Dougherty
> Thanks, although I'm a little confused ;-) > > What benefit does CommonsLinkedList give? A NodeCachingLinkedList class > is allowed to subclass LinkedList directly. The licencing issue was that > some of the methods in NodeCachingLinkedList were copied verbatim, > especially noted in the javadoc.

Re: [collections] [patch] NodeCachingLinkedList

2002-12-14 Thread Stephen Colebourne
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 14, 2002 7:03 AM Subject: [collections] [patch] NodeCachingLinkedList > (I'm reposting this, since I sent the original over eight hours ago and it > hasn't shown up here. Apologies if you get it t

[collections] [patch] NodeCachingLinkedList

2002-12-13 Thread Rich Dougherty
(I'm reposting this, since I sent the original over eight hours ago and it hasn't shown up here. Apologies if you get it twice.) Hi Here is a patch to resolve the license issues with NodeCachingLinkedList. Included in this patch is: - CommonsLinkedList, a version of java.util.LinkedList that we