T - the generic TypeVariable.public abstract class GenericTypeVariable<T> extends GenericTypeCapture<T>
TypeVariable that can then be bound at runtime.| Modifier and Type | Field and Description |
|---|---|
private TypeVariable<?> |
typeVariable |
| Constructor and Description |
|---|
GenericTypeVariable()
The constructor.
|
GenericTypeVariable(TypeVariable<?> typeVariable)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
TypeVariable<?> |
get() |
int |
hashCode() |
resolveprivate final TypeVariable<?> typeVariable
public GenericTypeVariable()
GenericTypeVariable(TypeVariable<?> typeVariable)
public TypeVariable<?> get()
TypeVariable.Copyright © 2001–2019 mmm-Team. All rights reserved.