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, waitgetTypeNamepublic Type[] getActualTypeArguments()
getActualTypeArguments in interface ParameterizedTypepublic Type getRawType()
getRawType in interface ParameterizedTypepublic Type getOwnerType()
getOwnerType in interface ParameterizedTypeCopyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.