Commons Collections Package
The introduction of the Collections API by Sun in JDK 1.2
has been a boon to quick and effective Java programming.
Ready access to powerful data structures has accelerated
development by reducing the need for custom container
classes around each core object. Most Java2 APIs are
significantly easier to use because of the Collections API.
However, there are certain holes left unfilled by Sun's
implementations, and the Jakarta-Commons Collections
Component strives to fulfill them. Among the features of
this package are: - special-purpose implementations of
Lists and Maps for fast access
- adapter classes from Java1-style containers (arrays,
enumerations) to Java2-style collections
- methods to test or create typical set theory properties
of collections such as union, intersection, and closure
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / apache-comm...ollections
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Java:packages/apache-commons-collections && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
apache-commons-collections.changes | 0000005959 5.82 KB | |
apache-commons-collections.spec | 0000005003 4.89 KB | |
commons-collections-3.2-build_xml.patch | 0000002428 2.37 KB | |
commons-collections-3.2.2-src.tar.gz | 0000630693 616 KB | |
commons-collections-3.2.2-tf.javadoc.patch | 0000000678 678 Bytes | |
commons-collections-jdk11.patch | 0000000582 582 Bytes | |
commons-collections-missing-MF.patch | 0000000688 688 Bytes | |
jakarta-commons-collections-javadoc-nonet.patch | 0000001183 1.16 KB | |
java8-compat.patch | 0000006796 6.64 KB |
Latest Revision
baserev update by copy to link target
Comments 0