| Class and Description |
|---|
| ReferenceType |
| Type
A usage of a type.
|
| Class and Description |
|---|
| Type
A usage of a type.
|
| Class and Description |
|---|
| Type
A usage of a type.
|
| Class and Description |
|---|
| ArrayType |
| NullType
This is a virtual type used to represent null values.
|
| PrimitiveType |
| ReferenceType |
| Type
A usage of a type.
|
| Wildcard
A wildcard can be:
- unbounded (?)
- have a lower bound (? super Number)
- have an upper bound (? extends Number)
It is not possible to have both a lower and an upper bound at the same time.
|
| Wildcard.BoundType |
Copyright © 2016. All rights reserved.