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

Changelog

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

  * Mention Jason Baldridge’s copyright.

 -- Andrej Shadura <email address hidden>  Mon, 11 Nov 2019 16:45:24 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtrove-intellij-java_1.0.20190514-2.dsc 1.9 KiB 65fe5a892a4a9f4ff9d850450da3164ace592ab669178b28284a33cfc103eb17
libtrove-intellij-java_1.0.20190514.orig.tar.xz 50.6 KiB 60434e4c7b5d00a43d9ccd8314051b4ac5c91fde11f443ffb5b1d32530791a43
libtrove-intellij-java_1.0.20190514-2.debian.tar.xz 4.6 KiB 8ebb1466b9cc791e6efc526ef1c46d04abadd214cac99373bf45f98a5827ab42

Available diffs

No changes file available.

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.