| Interface | Description |
|---|---|
| CustomMax |
A marker interface which serves as a base class for lower bounded wildcards for custom dimensions.
|
| FourMax |
A marker interface which can be used as a lower bounded wildcard for dimensions,
ranging from the first to the fourth dimension.
|
| ThreeMax |
A marker interface which can be used as a lower bounded wildcard for dimensions,
ranging from the first to the third dimension.
|
| TwoMax |
A marker interface which can be used as a lower bounded wildcard for dimensions,
ranging from the first to the second dimension.
|
| Class | Description |
|---|---|
| Dimension |
The base class for all dimensions.
|
| Four |
This class represents the fourth dimension.
|
| FourMin |
A marker interface which can be used as an upper bounded wildcard for dimensions,
beginning at the fourth dimension.
|
| One |
This class represents the first dimension.
|
| OneMin |
A marker interface which can be used as an upper bounded wildcard for dimensions,
beginning at the first dimension.
|
| Three |
This class represents the third dimension.
|
| ThreeMin |
A marker interface which can be used as an upper bounded wildcard for dimensions,
beginning at the third dimension.
|
| Two |
This class represents the second dimension.
|
| TwoMin |
A marker interface which can be used as an upper bounded wildcard for dimensions,
beginning at the second dimension.
|
| Exception | Description |
|---|---|
| DimensionDuplicateException |