68bcd073c1
- Use USE_ANT - Use %%JAVAJARDIR%% - Use ${INSTALL_DATA} and ${CPIO} rather than ${CP} [1] - ECHO_CMD -> ECHO_MSG - Fix homepage in pkg-descr (and arrange the text a little) - Add 'devel' category PR: 70213 Submitted by: me Reviewed by: glewis [1] Approved by: glewis (mentor), znerd (maintainer)
12 lines
580 B
Text
12 lines
580 B
Text
A suite of classes that extend or augment the Java Collections Framework.
|
|
|
|
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 Java 2-style
|
|
collections. Methods to test or create typical set-theory properties of
|
|
collections such as union, intersection, and closure.
|
|
|
|
WWW: http://jakarta.apache.org/commons/collections/
|