summaryrefslogtreecommitdiff
path: root/java/apache-commons-primitives/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'java/apache-commons-primitives/pkg-descr')
-rw-r--r--java/apache-commons-primitives/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/java/apache-commons-primitives/pkg-descr b/java/apache-commons-primitives/pkg-descr
new file mode 100644
index 000000000000..3c8644d749fd
--- /dev/null
+++ b/java/apache-commons-primitives/pkg-descr
@@ -0,0 +1,9 @@
+Apache Commons Primitives provides a collection of types and utilities
+optimized for working with Java primitives (boolean, byte, char, double, float,
+int, long, short). Generally, the Commons-Primitives classes are faster,
+smaller and easier to work with than their purely Object based alternatives.
+
+Currently Commons Primitives is primarily composed of implementations of the
+java.util collections adapted for the primitive types.
+
+WWW: http://commons.apache.org/dormant/commons-primitives/