Serializable
, Type
, WildcardType
public static class MoreTypes.WildcardTypeImpl extends Object implements WildcardType, Serializable
Constructor | Description |
---|---|
WildcardTypeImpl(Type[] upperBounds,
Type[] lowerBounds) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object other) |
|
Type[] |
getLowerBounds() |
|
Type[] |
getUpperBounds() |
|
int |
hashCode() |
|
boolean |
isFullySpecified() |
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getTypeName
public Type[] getUpperBounds()
getUpperBounds
in interface WildcardType
public Type[] getLowerBounds()
getLowerBounds
in interface WildcardType
public boolean isFullySpecified()
Copyright © 2006–2018 Google, Inc.. All rights reserved.