Package org.xcsp.common
Class Size.Size4D
- java.lang.Object
-
- org.xcsp.common.Size
-
- org.xcsp.common.Size.Size4D
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.xcsp.common.Size
Size.Size1D, Size.Size2D, Size.Size3D, Size.Size4D, Size.Size5D
-
-
Constructor Summary
Constructors Constructor Description Size4D()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Size.Size4D
build(int length0, int length1, int length2, int length3)
Builds an object that represents the size (i.e., length of each dimension) of a 4-dimensional array.-
Methods inherited from class org.xcsp.common.Size
setLengths, toString
-
-
-
-
Method Detail
-
build
public static Size.Size4D build(int length0, int length1, int length2, int length3)
Builds an object that represents the size (i.e., length of each dimension) of a 4-dimensional array.- Parameters:
length0
- the size (length) of the first dimension of a 4-dimensional arraylength1
- the size (length) of the second dimension of a 4-dimensional arraylength2
- the size (length) of the third dimension of a 4-dimensional arraylength3
- the size (length) of the fourth dimension of a 4-dimensional array- Returns:
- an object that represents the size (i.e., length of each dimension) of a 4-dimensional array
-
-