jakarta-commons-collections - Provides new interfaces, implementations and utilities for Java Collections
Website: | http://jakarta.apache.org/commons/collections/ |
---|---|
License: | "ASL 2.0" |
Vendor: | Momonga Project |
- Description:
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.
Packages
jakarta-commons-collections-3.2-2jpp.2.1m.mo5.i686 [946 KiB] |
Changelog
by TABUCHI Takaaki (2008-07-10):
- (3.2-2jpp.2.1m) - sync Fedora - changelog iw below - - * Sun Mar 2 2008 Devrim GUNDUZ <[email protected]> - 0:3.2-2jpp.2 - - Add missing sources, per #434059 - - * Mon Feb 18 2008 Fedora Release Engineering <[email protected]> - 0:3.2-2jpp.1 - - Autorebuild for GCC 4.3 - - * Sat Feb 9 2008 Devrim GUNDUZ <[email protected]> - 0:3.2-1jpp.1 - - Updated to 3.2 - - Removed patch2 and patch3 - - Updated patch1 and patch4. - - Fix license - - * Wed Apr 25 2007 Matt Wringe <[email protected]> - 0:3.1-9jpp.2 - A couple of spec file cleanups for Fedora Review |