Projects tagged ‘generics’


[49 total ]

15 Users
   

The Google Collections Library 1.0 is a set of new collection types, implementations and related goodness for Java 5 and higher, brought to you by Google. It is a natural extension of the Java ... [More] Collections Framework you already know and love. We are now posting release candidates for the final 1.0 release. Until the release is final, the API is still subject to change. (However, these changes should be very minimal at this point.) Download 1.0 Release Candidate 2 nowThe library consists of: New Collection types: Multimap, Multiset, BiMap and others High-performance immutable implementations of the standard collection types, for example ImmutableSet MapMaker, a builder for concurrent hash maps with many advanced features Ordering, which can only be described as a "Comparator on stero [Less]
Created about 1 year ago.

1 Users

C5 is a generic collection library whose functionality, efficiency, and quality meets or exceeds what is available for similar contemporary programming platforms. Influenced by the collection ... [More] libraries for Java and Smalltalk and their published critiques, C5 contains functionality and a regularity of design that considerably exceeds that of the standard libraries for existing platforms. C5 is designed in keeping to a policy of designing toward interface rather than implementation. C5 works with Microsoft .NET 2.0 and later and Mono 1.2 and later. [Less]
Created about 1 year ago.

1 Users

This project aims to create a useful code library for Delphi 2009+ platform. Project includes a generic collections library, big numbers support and better date/time processing.
Created 10 months ago.

1 Users

Utilities for Java Generics LinksAPIhttp://janerics.googlecode.com/svn/trunk/janerics/apidocs/index.html Maven Repositoryhttp://janerics.googlecode.com/svn/maven2/ Maven InfogroupId ... [More] , artifactIdjp.dodododo.janerics janerics 0.1.0current version0.1.00.2.0-SNAPSHOT [Less]
Created 10 months ago.

1 Users

A set of reflection utilities and miscellaneous utilities related to working with classes and their fields with no dependencies which is compatible with java 1.5 and generics. Features:These are ... [More] built to be compatible with Apache Commons BeanUtils and the nesting structure works the same, refer to the apache BeanUtils project docs for details. Support for Apache DynaClass / DynaBean is included. Current users of beanutils should be able to drop in these utilities and gain the functionality with minimal code changes. Handles field operations for properties (getters and setters), partial properties (only getter or only setter), and fields. This is configurable to use the fields only, properties only, or the hybrid approach (default). This improves upon the BeanUtils limitation of handlin [Less]
Created about 1 year ago.

1 Users
 

A generic implementation of STL containers and some STL algorithms. It is absolutly independent from external types it use only types declared in type_traits. So containers can be used with any poiner types which satisfies PointerConcept.
Created about 1 year ago.

1 Users
 

Generic Memory Manager is the fastest generic cross-platform C++ memory management library. It is easy in use and easy extensible. It has clear design and implementation. Memory management algorithm ... [More] bases on memory chunks mapping technology. Generic Memory Manager uses compile time information (memory size, chunk size) and performes all possible computations at compile time to improve performance. [Less]
Created about 1 year ago.

1 Users
 

JUtil is a fully-parameterized (generic) collections library for Java. It was originally part of the FLEX compiler infrastructure.
Created 11 months ago.

0 Users

LibMiniStruct is a mini library containing data structures (trees, graphs and matrices...)
Created 11 months ago.

0 Users

Dnum is a static class for accessing enumeration values much like the built-in .NET Enum class. Unlike Enum, Dnum is type-safe, reducing the number of enum-related runtime errors and eliminating the ... [More] need for tedious, error-prone and inelegant down-casts. Dnum also transparently supports the DescriptionAttribute attribute, which allows you to conveniently use spaces and other characters in your enumeration constants. Dnum 1.0.0-rc1 is now available from the downloads section. [Less]
Created 4 months ago.