1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: trove
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk@debian.org>,
Torsten Werner <twerner@debian.org>
Build-Depends: debhelper (>= 4.2.30), cdbs
Build-Depends-Indep: java-gcj-compat-dev (>= 1.0.69-2), ant
Standards-Version: 3.7.3
Homepage: http://trove4j.sourceforge.net
Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/trove
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/trove/
Package: libtrove-java
Architecture: all
Depends: java-gcj-compat | java2-runtime
Description: high performance collections for java
GNU Trove is a fast, lightweight implementations of the java.util
Collections API. These implementations are designed to be pluggable
replacements for their JDK equivalents.
.
Whenever possible, GNU Trove 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.
Package: libtrove-java-doc
Section: doc
Architecture: all
Suggests: libtrove-java
Description: high performance collections for java
GNU Trove is a fast, lightweight implementations of the java.util
Collections API. These implementations are designed to be pluggable
replacements for their JDK equivalents.
.
Whenever possible, GNU Trove 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.
.
This package includes the documentation.
|