|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mmm.util.reflect.impl.CommonTypeVariables
public final class CommonTypeVariables
This class contains common TypeVariables.
| 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 |
|---|
public static final TypeVariable<Class<Collection>> TYPE_VARIABLE_COLLECTION_ELEMENT
TypeVariable E of Collection<E>
.
public static final TypeVariable<Class<Map>> TYPE_VARIABLE_MAP_KEY
TypeVariable K of Map<K, V>.
public static final TypeVariable<Class<Map>> TYPE_VARIABLE_MAP_VALUE
TypeVariable V of Map<K, V>.
| Constructor Detail |
|---|
private CommonTypeVariables()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||