| Modifier and Type | Method and Description |
|---|---|
WildcardRef.BoundKind |
WildcardRef.getBoundKind() |
static WildcardRef.BoundKind |
WildcardRef.BoundKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WildcardRef.BoundKind[] |
WildcardRef.BoundKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
WildcardRef(WildcardRef.BoundKind boundKind,
List<TypeRef> bounds,
Map<AttributeKey,Object> attributes) |
Copyright © 2023. All rights reserved.