-
pcj v1.2 released
PCJ is a collections framework for primitive Java
types. The framework supports all primitive
types and includes bridges to the standard Java
Collections Framework.
The focus of v1.2 has been to implement sorted sets and add meaningful messages to exceptions.
Homepage: http://pcj.sf.net
Changes:
* Sorted set interfaces
* Adapters from JCF SortedSet to primitive sorted sets
* Adapters from primitive sorted sets to JCF SortedSet
* Bit and range set classes now implement the sorted set interface
* Exceptions thrown now include error messages
* List interfaces and implementations now includes element searches from specified positions
* Minor corrections to documentation
* Bugfixes in map implementations
2003-08-27 18:02:20 UTC by bak
-
Bugfix release 1.1.1
A patch for v1.1 is now available. It fixes a problem with the getLast() method of the TArrayDeque classes. If you have already installed version 1.1 simply download the patch and unzip it in the installation directory.
Get the patch: http://prdownloads.sourceforge.net/pcj/pcj-1.1.1-patch.zip?download
2003-03-07 00:59:57 UTC by bak
-
pcj v1.1 released
PCJ is a collections framework for primitive Java types. The framework supports all primitive types and includes bridges to the standard Java Collections Framework.
The focus of v1.1 has been to complete a branch of the map interface hierarchy and make the API interact better with client Java code.
Homepage: http://pcj.sf.net
Changes:
* Maps from objects to primitive values
* Array constructors for collection classes
* Support for cloning
* Support for serialization
* Minor corrections of the documentation
2003-03-05 20:59:26 UTC by bak
-
PCJ 1.0 released
PCJ is a collections framework for primitive Java types. The framework supports all primitive types and includes bridges to the standard Java Collections Framework.
With this first production version the API has stabilized and future versions will be backwards compatible.
Changes from last beta release:
* Support for JDK 1.3
* Unmodifiable sets
* Unmodifiable lists
* Minor simplifications of the code
2003-02-17 18:04:47 UTC by bak
-
PCJ 1.0 beta 1 released
PCJ is a collections framework for primitive Java types. The framework supports all primitive types and includes bridges to the standard Java Collections Framework.
With the first beta release the API has stabilized. Further development of the API will aim at compatibility with previous releases.
Changes from last alpha release:
* New: Stack interfaces and array based implementations
* New: Hash based implementations of TKeyMaps
* New: Adapter classes for TKeyMaps
* New: Deque interfaces and array implementations
* New: Validation methods for adapter collections
* Developer's guide rewritten
* API documentation improved and corrected
* Minor changes to abstract implementations
Homepage: http://pcj.sourceforge.net
2003-01-15 00:53:02 UTC by bak