forked from Lainports/freebsd-ports
The Apache Softare Foundation used to maintain an umbrella project named Jakarta but it was retired on 2011. This name now conflicts with the new name for Java EE under the Eclipse Foundation. Rename most of the packages to be more consistent. Some other packages remain but they will require intervention by their corresponding maintainers. Approved by: thierry (mentor), makc Differential Revision: https://reviews.freebsd.org/D21902
11 lines
562 B
Text
11 lines
562 B
Text
A suite of classes that extend or augment the Java Collections Framework.
|
|
|
|
Commons-Collections seek to build upon the JDK classes by providing new interfaces, implementations and utilities. There are many features,
|
|
including:
|
|
|
|
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://commons.apache.org/proper/commons-collections/
|