Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
jakarta-commons-collections: Jakarta Commons Collections Package
- Summary
- The introduction of the Collections API by Sun in JDK 1.2 has been a
boon to quick and effective Java programming. Ready access to powerful
data structures has accelerated development by reducing the need for
custom container classes around each core object. Most Java2 APIs are
significantly easier to use because of the Collections API.
However, there are certain holes left unfilled by Sun's
implementations, and the Jakarta-Commons Collections Component strives
to fulfill them. Among the features of this package are:
- special-purpose implementations of Lists and Maps for fast access
- adapter classes from Java1-style containers (arrays, enumerations) to
Java2-style collections.
- methods to test or create typical set-theory properties of collections
such as union, intersection, and closure.
Changelog
- * Wed May 25 14:00:00 2005 Gary Benson <gbenson at redhat.com> - 0:3.1-2jpp
-
- Do not fetch stuff from sun.com during javadoc generation.
- Add build dependency on ant-junit.
- * Thu Sep 16 14:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:3.1-1jpp
-
- Upgrade to 3.1
- * Mon Aug 23 14:00:00 2004 Randy Watler <rwatler at finali.com> - 0:2.1.1-2jpp
-
- Rebuild with ant-1.6.2