summaryrefslogtreecommitdiff
path: root/java/jakarta-commons-collections/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'java/jakarta-commons-collections/pkg-descr')
-rw-r--r--java/jakarta-commons-collections/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/java/jakarta-commons-collections/pkg-descr b/java/jakarta-commons-collections/pkg-descr
new file mode 100644
index 000000000000..3755e0aa0324
--- /dev/null
+++ b/java/jakarta-commons-collections/pkg-descr
@@ -0,0 +1,14 @@
+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.html