Package org.xcsp.common
Class Size.Size5D
- java.lang.Object
-
- org.xcsp.common.Size
-
- org.xcsp.common.Size.Size5D
-
-
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 Size5D()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Size.Size5D
build(int length0, int length1, int length2, int length3, int length4)
Builds an object that represents the size (i.e., length of each dimension) of a 5-dimensional array.-
Methods inherited from class org.xcsp.common.Size
setLengths, toString
-
-
-
-
Method Detail
-
build
public static Size.Size5D build(int length0, int length1, int length2, int length3, int length4)
Builds an object that represents the size (i.e., length of each dimension) of a 5-dimensional array.- Parameters:
length0
- the size (length) of the first dimension of a 5-dimensional arraylength1
- the size (length) of the second dimension of a 5-dimensional arraylength2
- the size (length) of the third dimension of a 5-dimensional arraylength3
- the size (length) of the fourth dimension of a 5-dimensional arraylength4
- the size (length) of the fifth dimension of a 5-dimensional array- Returns:
- an object that represents the size (i.e., length of each dimension) of a 5-dimensional array
-
-