Source: trove Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Torsten Werner Build-Depends: ant, debhelper (>= 11), default-jdk, maven-repo-helper Standards-Version: 4.1.4 Vcs-Git: https://anonscm.debian.org/git/pkg-java/trove.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/trove.git Homepage: http://trove4j.sourceforge.net Package: libtrove-java Architecture: all Depends: ${misc:Depends} 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 Depends: ${misc:Depends} 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.