Modifier and Type | Field and Description |
---|---|
int |
x
The size of this cube in the x dimension.
|
int |
y
The size of this cube in the y dimension.
|
int |
z
The size of this cube in the z dimension.
|
public int x
public int y
public int z
public Dim3(int x)
x
- the x dimensionpublic Dim3(int x, int y)
x
- the x dimensiony
- the y dimensionpublic Dim3(int x, int y, int z)
x
- the x dimensiony
- the y dimensionz
- the z dimensionEclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2013, 2025 IBM Corp. and others.