Collections API implementation available 
    Per Bothner 
    bothner at cygnus.com
       
    Wed Jul 22 14:55:37 PDT 1998
    
    
  
Patrick A Tullmann <tullmann at cs.utah.edu> wrote:
> http://g.oswego.edu/dl/classes/collections/index.html
> also has an existing collections implementation.  Its is in the public
> domain.  It claims to be close to the JDK 1.2 API.
Nope.  The key sentence is: "While there are some design and implementation
differences, the JDK1.2 package contains most of the same basic abstractions,
structure, and functionality as this package."
I.e. it is quite different, though it offers much of the same functionality.
It might help in implementing some of the trickier algorithms and
data structure, but not in implementing the basic interfaces.
	--Per Bothner
Cygnus Solutions     bothner at cygnus.com     http://www.cygnus.com/~bothner
    
    
More information about the kaffe
mailing list