Package one.empty3.library.core
Class EcArrays<T>
- java.lang.Object
-
- one.empty3.library.core.EcArrays<T>
-
public class EcArrays<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EcArrays()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T[][]
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)
-