aboutsummaryrefslogtreecommitdiff
path: root/java/trove4j/pkg-descr
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:44:11 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:44:11 +0000
commit4e942b64191e2ef98dce2c5af31047a8640db768 (patch)
tree8c3238b7f0cbec2e9210d52f562960bb22323a7d /java/trove4j/pkg-descr
parent1d1f878054efdd1171a8cb006e59ad0727610293 (diff)
downloadports-4e942b64191e2ef98dce2c5af31047a8640db768.tar.gz
ports-4e942b64191e2ef98dce2c5af31047a8640db768.zip
Notes
Diffstat (limited to 'java/trove4j/pkg-descr')
-rw-r--r--java/trove4j/pkg-descr4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/trove4j/pkg-descr b/java/trove4j/pkg-descr
index 54d6c2314b3f..2cc62ba0242d 100644
--- a/java/trove4j/pkg-descr
+++ b/java/trove4j/pkg-descr
@@ -6,12 +6,12 @@ The GNU Trove library has two objectives:
lightweight implementations of the java.util Collections API.
These implementations are designed to be pluggable replacements
for their JDK equivalents.
-
+
2. Whenever possible, provide the same collections support for
primitive types. This gap in the JDK is often addressed by using
the "wrapper" classes (java.lang.Integer, java.lang.Float, etc.)
with Object-based collections. For most applications, however,
collections which store primitives directly will require less
- space and yield significant performance gains.
+ space and yield significant performance gains.
WWW: https://bitbucket.org/robeden/trove/