Jupperware Container Library for Java ===================================== The Jupperware library is yet another contain class library, but provides increased support for List-like scalar sequences (boolean, int, float), associative linking, and compound pseudo collections such as Union, Intersection, and Minus (also includes free-standing, matching Iterators). Version 2.0.1 ------------- * RandomAccessAssociatedList.toConstantInstance and RandomAccessAssociatedList.toConstantLabeledInstance renamed to RandomAccessAssociatedList.toUnmodifiableInstance and RandomAccessAssociatedList.toUnmodifiableLabeledInstance (respectively) * All toString behavior now compatible with Java Collection class output Version 2.0 ----------- * Pseudo collections have been added which bind together two collections into Unions, Intersections, and Minuses. * Free-standing Iterators (e.g., UnionIterator) have also been included for each matching pseudo collection Building: This library has been built using Maven 3. I have included the pom.xml file for your amusement. Please direct all comments, suggestions and gripes to: Nicole Tedesco nicole@tedesco.name I would really appreciate knowing how this library works out for you, and even the context within which it is being used.