libtrove-intellij-java 1.0.20190514-2build1 source package in Ubuntu

Changelog

libtrove-intellij-java (1.0.20190514-2build1) resolute; urgency=medium

  * No-change mass rebuild for Ubuntu 26.04 (LP: #2132257)

 -- Graham Inggs <email address hidden>  Mon, 24 Nov 2025 12:10:14 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Resolute
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe misc

Builds

Resolute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtrove-intellij-java_1.0.20190514.orig.tar.xz 50.6 KiB 60434e4c7b5d00a43d9ccd8314051b4ac5c91fde11f443ffb5b1d32530791a43
libtrove-intellij-java_1.0.20190514-2build1.debian.tar.xz 4.6 KiB f4fcd0ee506909188ff33261b9acbe71fe76115d988a9bc99f98ffeb24f52dfc
libtrove-intellij-java_1.0.20190514-2build1.dsc 2.2 KiB 699ba45271344d9ca9eb223183b14394c9903ec7afee56f7b5e3d10e926ab8c0

View changes file

Binary packages built by this source

libtrove-intellij-java: 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 provides a fork of trove4j used by IntelliJ IDEA.