Package org.xcsp.common
Class Size.Size1D
- java.lang.Object
-
- org.xcsp.common.Size
-
- org.xcsp.common.Size.Size1D
-
-
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 Size1D()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Size.Size1D
build(int length)
Builds an object that represents the size (length) of a 1-dimensional array.-
Methods inherited from class org.xcsp.common.Size
setLengths, toString
-
-
-
-
Method Detail
-
build
public static Size.Size1D build(int length)
Builds an object that represents the size (length) of a 1-dimensional array.- Parameters:
length
- the size (length) of the array- Returns:
- an object that represents the size (length) of a 1-dimensional array
-
-