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