Download List

Project Description

tclib is a library/framework for type-specific collections in Java. It provides basic implementations for several common varieties of collections, including growable arrays, stacks, queues, hash maps, and hash sets. Both primitive and object element types are supported. Some specific typed variants are supplied for each collection flavor, and instructions are included for easily deriving other typed variants based on the code provided.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-09-29 11:07
1.1

Iterator support for object-based collections, identity hash and identity compare options for hash sets and hash maps, and ObjectIntHashMap and ObjectObjectHashMap implementations have been added.
Tags: Stable, Minor feature enhancements

2001-03-23 11:32
1.0.1

First public release.
Tags: Stable, Initial freshmeat announcement

Project Resources