public static class MoreTypes.WildcardTypeImpl extends Object implements WildcardType, Serializable
| コンストラクタと説明 |
|---|
WildcardTypeImpl(Type[] upperBounds,
Type[] lowerBounds) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(Object other) |
Type[] |
getLowerBounds() |
Type[] |
getUpperBounds() |
int |
hashCode() |
boolean |
isFullySpecified()
Returns true if there are no type variables in this type.
|
String |
toString() |
getTypeNamepublic Type[] getUpperBounds()
getUpperBounds インタフェース内 WildcardTypepublic Type[] getLowerBounds()
getLowerBounds インタフェース内 WildcardTypepublic boolean isFullySpecified()
Copyright © 2009–2016. All rights reserved.