public class PrimitiveArray extends GenericType
OBJECT| Constructor and Description |
|---|
PrimitiveArray(Primitive elementType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
GenericType |
erasure() |
Primitive |
getElementType() |
int |
hashCode() |
PrimitiveArray |
substitute(Substitutions substitutions) |
GenericType |
substituteArgs(java.util.function.Function<TypeVar,TypeArgument> substitutions) |
public PrimitiveArray(Primitive elementType)
public Primitive getElementType()
public PrimitiveArray substitute(Substitutions substitutions)
substitute in class GenericTypepublic GenericType substituteArgs(java.util.function.Function<TypeVar,TypeArgument> substitutions)
substituteArgs in class GenericTypepublic GenericType erasure()
erasure in class GenericTypeCopyright © 2019. All rights reserved.