Re: Can Pattern objects be stored in a Hashtable?

"Daniel F. Savarese" <[email protected]> Fri, 10 May 2002 17:59:26 -0400
Newsgroups gmane.comp.jakarta.oro.user
Message-ID <[email protected]>
In message <[email protected]>, "St
eve Cohen" writes:
>Very interesting.  I actually solved my problem by eliminating the
>HashSet (which I didn't need for patterns anyway) and replacing it with
>LinkedList.

I just compared the implementations of HashMap/HashSet JDK 1.3.1 vs. 1.4,
and there were a lot of changes in 1.4.  I thought I visually spotted a
bug in the 1.3.1 implementation, but I was unable to verify it with a
quick test program.  I'm curious to know exactly what the problem is, but I
think it's more like I'm looking for an excuse not to work on what I'm 
supposed to be doing right now so I'll drop it.

daniel