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

Changelog

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

  * New upstream version 8.5.12+dfsg
  * Refresh patches for upstream 8.5.12
  * Freshen years in debian/copyright

 -- tony mancill <email address hidden>  Sun, 11 Jun 2023 21:06:43 -0700

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
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfastutil-java_8.5.12+dfsg-1.dsc 2.3 KiB f32e3ac374bd6502bfa9c7ade76547eaa4ecb99410ecc3802134d6f17f4efa9a
libfastutil-java_8.5.12+dfsg.orig.tar.xz 294.6 KiB 68d80fff96b3b734096dc6f5864c05d6daa4f935cbed5796a24e44eb95c21d36
libfastutil-java_8.5.12+dfsg-1.debian.tar.xz 4.9 KiB 6dd071ee1e98777cf73bc0b6d6c031beba8d0b406a0985a94ddbb2bc1a1ea897

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.