static EditDistance newEditDistance_sparseArray() { new EditDistance ed; ed.FKP = new SparseIntArray(Int.MAX_VALUE, Int.MAX_VALUE); ret ed; }