ArrayMutableSparseIntMatrix

constructor(maxWidth: Int, maxHeight: Int, validator: (Int, Int) -> Boolean)
constructor(maxWidth: Int, maxHeight: Int, data: IntArray, validator: (Int, Int) -> Boolean)