libfastutil-java 8.5.12+dfsg-2 source package in Ubuntu

Changelog

libfastutil-java (8.5.12+dfsg-2) unstable; urgency=medium

  * Fixing the clean target (Closes: #1048315)
  * Raising Standards version to 4.7.0 (no change)

 -- Pierre Gruet <email address hidden>  Sun, 12 May 2024 21:09:31 +0200

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfastutil-java_8.5.12+dfsg-2.dsc 2.2 KiB 30fb975a99418f190d89a8e3075b822a1b44060fcfd598827846c8c95912f47c
libfastutil-java_8.5.12+dfsg.orig.tar.xz 294.6 KiB 68d80fff96b3b734096dc6f5864c05d6daa4f935cbed5796a24e44eb95c21d36
libfastutil-java_8.5.12+dfsg-2.debian.tar.xz 5.1 KiB cf3f446f4cded258029b83895e148e754293fbf26505e11d9be4c21c9b1a408c

Available diffs

No changes file available.

Binary packages built by this source

libfastutil-java: Java API providing type-specific maps, sets, lists and queues

 Fastutil extends the Java™ Collections Framework by providing
 type-specific maps, sets, lists and queues with a small memory footprint
 and fast access and insertion; provides also big (64-bit) arrays, sets
 and lists, and fast, practical I/O classes for binary and text files.
 .
 The classes implement their standard counterpart interface (e.g., Map
 for maps) and can be plugged into existing code. Moreover, they provide
 additional features (such as bidirectional iterators) that are not
 available in the standard classes.
 .
 Besides objects and primitive types, fastutil classes provide support
 for references, that is, objects that are compared using the equality
 operator rather than the equals() method.

libfastutil-java-doc: API documentation for libfastutil-java

 Fastutil extends the Java™ Collections Framework by providing
 type-specific maps, sets, lists and queues with a small memory footprint
 and fast access and insertion; provides also big (64-bit) arrays, sets
 and lists, and fast, practical I/O classes for binary and text files.
 .
 The classes implement their standard counterpart interface (e.g., Map
 for maps) and can be plugged into existing code. Moreover, they provide
 additional features (such as bidirectional iterators) that are not
 available in the standard classes.
 .
 Besides objects and primitive types, fastutil classes provide support
 for references, that is, objects that are compared using the equality
 operator rather than the equals() method.
 .
 This package contains the javadoc documentation files.