libcommons-collections4-java 4.4-2 source package in Ubuntu
Changelog
libcommons-collections4-java (4.4-2) unstable; urgency=medium * Team upload. * Upload to unstable -- Pierre Gruet <email address hidden> Sun, 18 Jun 2023 14:37:42 +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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libcommons-collections4-java_4.4-2.dsc | 2.4 KiB | 8d554fa396bd2387b717d0f00c417ff0b3c3bf6edc460b37145fe6b1aeb741fa |
libcommons-collections4-java_4.4.orig.tar.xz | 440.1 KiB | 3571a826540a49ed2033db0191471223d3ebc5b63871605dafc249b367ca412b |
libcommons-collections4-java_4.4-2.debian.tar.xz | 3.5 KiB | 4cdaf33ce0f340385f6e6c0a1c7f302f7d0e1d52b9b8ffb64aaaf10498e005ef |
Available diffs
- diff from 4.2-1 to 4.4-2 (73.5 KiB)
No changes file available.
Binary packages built by this source
- libcommons-collections4-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 recognized 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-collections4-java-doc: Documentation for Commons Collections 4
Commons Collections seek to build upon the JDK classes by providing new
interfaces, implementations and utilities.
.
This package contains the API documentation of libcommons-collections4- java.