public class ParameterizedTypeImpl extends Object implements ParameterizedType
ParameterizedType
.
John Wells (john.wells at oracle.com)
Constructor and Description |
---|
ParameterizedTypeImpl(Type rawType,
Type... actualTypeArguments)
A new parameterized type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Type[] |
getActualTypeArguments() |
Type |
getOwnerType() |
Type |
getRawType() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getTypeName
public Type[] getActualTypeArguments()
getActualTypeArguments
in interface ParameterizedType
public Type getRawType()
getRawType
in interface ParameterizedType
public Type getOwnerType()
getOwnerType
in interface ParameterizedType
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.