depth property

List<List<int>> depth
getter/setter pair

Implementation

List<List<int>> depth = MatrixUtils.createIntMatrixWithDefault(2, 3, 0);