Searched refs:otherCopy (Results 1 – 1 of 1) sorted by relevance
1013 int[] otherCopy = Arrays.copyOf(other, other.length); in sortBaseOnArray() local1016 other[i] = otherCopy[index[i]]; in sortBaseOnArray()