Package one.empty3.library.core
Class EcArrays<T>
java.lang.Object
one.empty3.library.core.EcArrays<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionT[][]
deleteColAtDim2
(T[][] array, int pos) T[]
deleteRowAtDim1
(T[] array, int pos) T[][]
deleteRowAtDim2
(T[][] array, int pos) T[][]
insertColAtDim2
(T[][] array, int pos) T[]
insertRowAtDim1
(T[] array, int pos, T value) T[][]
insertRowAtDim2
(T[][] array, int pos, int rowSize)
-
Constructor Details
-
EcArrays
public EcArrays()
-
-
Method Details
-
deleteRowAtDim1
-
deleteRowAtDim2
-
deleteColAtDim2
-
insertRowAtDim1
-
insertRowAtDim2
-
insertColAtDim2
-