libcommons-collections3-java 3.2.2-3 source package in Ubuntu

Changelog

libcommons-collections3-java (3.2.2-3) unstable; urgency=medium

  * Team upload
  [ Vladimir Petko ]
  * Use java_compat_level variable provided by java-common to set Java
    release level (Closes: #1057517).

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + libcommons-collections3-java: Drop conflict with removed package
      libjson-java (<= 2.3-2) in Breaks.
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Update watch file format version to 4.
  * Use secure URI in Homepage field.
  * Bump debhelper from old 11 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Binary packages are now Multi-Arch: foreign

 -- Vladimir Petko <email address hidden>  Thu, 25 Jan 2024 16:05:04 +1300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcommons-collections3-java_3.2.2-3.dsc 2.3 KiB 07998b53dbeedc6e387dbe703ef3e9b1c725869ab5f5cb61546fbb301f2de24b
libcommons-collections3-java_3.2.2.orig.tar.xz 378.8 KiB 04747f22038291c79ae0059dcec184ea2a40b7aaf5ed55e9c50fe2b646ebd771
libcommons-collections3-java_3.2.2-3.debian.tar.xz 7.6 KiB e8b15f53176b5927fab70a37e76e4477b2a4d320ed9e9dbf882dd37e7216b52a

Available diffs

No changes file available.

Binary packages built by this source

libcommons-collections3-java: Apache Commons Collections - Extended Collections API for Java

 The Java Collections Framework was a major addition in JDK 1.2. It added many
 powerful data structures that accelerate development of most significant Java
 applications. Since that time it has become the recognised standard for
 collection handling in Java.
 .
 Commons Collections seek to build upon the JDK classes by providing new
 interfaces, implementations and utilities. There are many features, including:
 .
  * Bag interface for collections that have a number of copies of each object
  * BidiMap interface for maps that can be looked up from value to key as well
    and key to value
  * MapIterator interface to provide simple and quick iteration over maps
  * Transforming decorators that alter each object as it is added to the
    collection
  * Composite collections that make multiple collections look like one
  * Ordered maps and sets that retain the order elements are added in,
    including an LRU based map
  * Reference map that allows keys and/or values to be garbage collected under
    close control
  * Many comparator implementations
  * Many iterator implementations
  * Adapter classes from array and enumerations to collections
  * Utilities to test or create typical set-theory properties of collections
    such as union, intersection, and closure

libcommons-collections3-java-doc: Documentation for libcommons-collections3-java

 Javadocs for libcommons-collections3-java which is a Java
 collection framework.