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