The Java2 Collections classes are available for use with java1.
Download at
http://java.sun.com/products/javabeans/infobus/index.html#COLLECTIONS
The package name has been changed to allow it to work within
java 1 browsers too.
Some care must be taken when using the package. For example, the
Comparator interface is NOT implemented by String in Java 1.
Therefore, Collections.sort(stringarray) will work in Java2 but
fail with Java1 and the retrofitted collections package.
[My opinion is that people should be using the Java Plug In to
run their apps. This is the only option with Netscape 6 and
Mozilla.]
best,
Steven Marcus
__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/
|