net.sf.mmm.util.reflect.impl
Class CommonTypeVariables

java.lang.Object
  extended by net.sf.mmm.util.reflect.impl.CommonTypeVariables

public final class CommonTypeVariables
extends Object

This class contains common TypeVariables.

Since:
1.0.1
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)

Field Summary
static TypeVariable<Class<Collection>> TYPE_VARIABLE_COLLECTION_ELEMENT
          The TypeVariable E of Collection<E> .
static TypeVariable<Class<Map>> TYPE_VARIABLE_MAP_KEY
          The TypeVariable K of Map<K, V>.
static TypeVariable<Class<Map>> TYPE_VARIABLE_MAP_VALUE
          The TypeVariable V of Map<K, V>.
 
Constructor Summary
private CommonTypeVariables()
          The forbidden constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_VARIABLE_COLLECTION_ELEMENT

public static final TypeVariable<Class<Collection>> TYPE_VARIABLE_COLLECTION_ELEMENT
The TypeVariable E of Collection<E> .


TYPE_VARIABLE_MAP_KEY

public static final TypeVariable<Class<Map>> TYPE_VARIABLE_MAP_KEY
The TypeVariable K of Map<K, V>.


TYPE_VARIABLE_MAP_VALUE

public static final TypeVariable<Class<Map>> TYPE_VARIABLE_MAP_VALUE
The TypeVariable V of Map<K, V>.

Constructor Detail

CommonTypeVariables

private CommonTypeVariables()
The forbidden constructor.



Copyright © 2001-2010 mmm-Team. All Rights Reserved.