public final class TypeVariableName extends TypeName
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static TypeVariableName |
get(String name)
Returns type variable named
name without bounds. |
static TypeVariableName |
get(String name,
Type... bounds)
Returns type variable named
name with bounds. |
static TypeVariableName |
get(String name,
TypeName... bounds)
Returns type variable named
name with bounds. |
static TypeVariableName |
get(TypeVariable mirror)
Returns type variable equivalent to
mirror. |
static TypeVariableName |
get(TypeVariable<?> type)
Returns type variable equivalent to
type. |
int |
hashCode() |
get, get, isPrimitive, toStringpublic static TypeVariableName get(String name)
name without bounds.public static TypeVariableName get(String name, TypeName... bounds)
name with bounds.public static TypeVariableName get(String name, Type... bounds)
name with bounds.public static TypeVariableName get(TypeVariable mirror)
mirror.public static TypeVariableName get(TypeVariable<?> type)
type.Copyright © 2015 Square, Inc.. All Rights Reserved.