Paketname | libtrove-java |
Beschreibung | high performance collections for java |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.1.0-2 |
Sektion | java |
Priorität | optional |
Installierte Größe | 856 Byte |
Hängt ab von | default-jre-headless | java5-runtime-headless |
Empfohlene Pakete | |
Paketbetreuer | Debian Java Maintainers |
Quelle | trove |
Paketgröße | 745458 Byte |
Prüfsumme MD5 | 5a6429c275bd2b4c200c4630cbbd9580 |
Prüfsumme SHA1 | 75ab2df2998ebb2ddc9e643aa641a4ba19bc6200 |
Prüfsumme SHA256 | cdcd53588140f77fe152eecb1a919d72e5a8885bc546f551863d4fc919f873db |
Link zum Herunterladen | libtrove-java_2.1.0-2_all.deb |
Ausführliche Beschreibung | 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.
|