| Projects on Google Code | Results 1 - 10 of 31 |
NUtilities provides easy to use utilities using Generics in C# to perform common tasks like:
* Serialization
* IO
* HTTP Requests
= Presentation =
_*Jeneral*_ is a *pure-Java class templates* framework, that uses annotations processors.
The project is still in its early research phase. Feel free to contribute any comment / suggestion through the issues tab.
It aims at bridging the gap between Java's poor type-erasure...
Utilities for Java Generics
==Links==
===API===
http://janerics.googlecode.com/svn/trunk/janerics/apidocs/index.html
===Maven Repository===
http://janerics.googlecode.com/svn/maven2/
== Maven Info ==
===groupId, artifactId===
{{{
<groupId>jp.dodododo.janerics</groupId>
<artifactId>...
FuncJ provides lightweight implementations of simple but useful data structures and abstractions mainly known from functional programming languages.
The current version provides the following types:
* *Pair*: A type which represents a 2-tuple.
* *Maybe* (sometimes also known as Option): A...
There are various useful things that can be done with generic methods/classes where there's a type constraint of "T : enum" or "T : delegate" - but unfortunately, those are prohibited in C#.
This utility library works around the prohibitions using ildasm/ilasm, by building the code with "fake" co...
Enclave Standart Library contains useful data structures for general programming.
The Google Collections Library 1.0 (RC5) 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 [http://java.sun.com/j2se/1.5.0/docs/guide/collections/ Java Collections Framework] you already know and l...
Java,
Collections,
Generics,
Iterators,
Multiset,
Multimap,
Google,
ReferenceMap,
SoftReferences,
WeakReferences,
Predicate,
Immutable,
Functional
Jjoost (named after Boost for C++) is a complete replacement for all but the most basic collections classes provided by the JDK.
The main purpose behind jjoost was to provide a more sensible collections API with certain functionality that was obviously lacking from the JDK, and to fix the broken...
A small library for reflection related to generic types in Java.
Java provides some reflection for generic types. There is the `java.lang.reflect.Type`, implemented by `Class`, and with subinterfaces `ParameterizedType`, `GenericArrayType`,...
These can represent complex types like `List<? exten...
The Javadoc tool allows programmers to create HTML documentation from comments in java programs.
With the advent of generics, it is possible to define type parameters (type variables) of classes and interfaces. It is possible to assign concrete types to these type variables to derive more specif...