Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 55267 invoked from network); 24 Jan 2002 18:10:26 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 24 Jan 2002 18:10:26 -0000 Received: (qmail 13401 invoked by uid 97); 24 Jan 2002 18:10:03 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 13366 invoked by uid 97); 24 Jan 2002 18:10:03 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 22426 invoked from network); 24 Jan 2002 17:50:36 -0000 Date: Thu, 24 Jan 2002 11:50:24 -0600 (CST) From: "Michael A. Smith" X-X-Sender: iammichael@champion.sslsecure.com Reply-To: michael@iammichael.org To: Jakarta Commons Developers List Subject: RE: Silly Question In-Reply-To: <458473676F1AC74A84EAB2F22004DA6D1B1E81@mail.nextance.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Thu, 24 Jan 2002, Scott Sanders wrote: > But doesn't SequencedHashMap use the collections API? What if, for some > extremely crazy reason, you can't (JDK 1.0)? Hashtable != HashMap, > people. The collections component specifies that its objects conform to the Java2 collections API: http://jakarta.apache.org/commons/collections.html In any case, take a look at the SequencedHashtable implementation in the utils sandbox. While it extends "Hashtable" rather than "HashMap", that doesn't make it JDK <=1.1 compatible. Just looking at the imports demonstrates the SequencedHashtable is not <=1.1 compatible: import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.Set; regards, michael > > Scott > > > -----Original Message----- > > From: Janek Bogucki [mailto:yan@studylink.com] > > Sent: Thursday, January 24, 2002 2:08 AM > > To: Jakarta Commons Developers List > > Subject: Re: Silly Question > > > > > > It's already in commons-collections 1.1-dev as > > SequencedHashMap, and very useful it is too :) > > > > -Janek > > > > > From: "Scott Sanders" > > > Reply-To: "Jakarta Commons Developers List" > > > > > > Date: Wed, 23 Jan 2002 21:00:56 -0800 > > > To: > > > Subject: Silly Question > > > > > > In the sanbox in utils, there exists a SequencedHashtable. > > > > > > Other than the obvious, why is this not in > > commons-collections? Are we > > > saying that something has to implement/extend the > > Collections API to > > > be included? > > > > > > The PROPOSAL.html states that collections was intended for > > ADTs, not > > > just Collections API stuff. > > > > > > So can we say that anything collectionesque (ie, hastables, vectors, > > > etc) should also be included? > > > > > > I think that commons-collections is small enough to warrant the > > > inclusion of this SequencedHashtable, and possibly others, > > as I find > > > them. > > > > > > I will start adding these to commons-collections. Can I get some > > > feedback, maybe even some +1s? > > > > > > Scott Sanders > > > > > > -- > > > To unsubscribe, e-mail: > > unsubscribe@jakarta.apache.org> > > > For > > additional commands, > > e-mail: > > > > > > > > > > > > -- > > To unsubscribe, e-mail: > > unsubscribe@jakarta.apache.org> > > For > > additional commands, > > e-mail: > > > > > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > -- To unsubscribe, e-mail: For additional commands, e-mail: