Jaggregate is a Java-5-only collections library that is modeled after the ANSI Smalltalk collection protocols.
Jaggregate is a Java-5-only collections library that is modeled after the ANSI Smalltalk collection protocols.
This second beta consists of minor additions and fixes. See changes.html in the documentation for more details.
Jaggregate is a collections library that is modeled after the ANSI Smalltalk collection protocols.
Changes in release 2.0:
-- Unary and binary functors and predicates now are abstract classes instead of interfaces, to hold common implementations of new operations.
-- Predicates now have methods and(), or(), not(), and xor(), to allow logical combinations of predicates.
-- Binary predicates and functors now have methods bindFirst() and bindSecond(), to allow creation of unary predicates and functors from binary ones.... read more
Jaggregate is a J2SE 5 collections library that is modeled after the ANSI Smalltalk collection protocols.