public class TypeVariableConstraint extends Object
| Constructor and Description |
|---|
TypeVariableConstraint(String name,
boolean comparableRequired,
boolean orderableRequired,
String variadicBound) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBind(Type type) |
boolean |
equals(Object o) |
String |
getName() |
String |
getVariadicBound() |
int |
hashCode() |
boolean |
isComparableRequired() |
boolean |
isOrderableRequired() |
String |
toString() |
Copyright © 2012–2019. All rights reserved.