The length of the previous array that was sorted @return the length of the original array
()
| 266 | * @return the length of the original array |
| 267 | */ |
| 268 | public int length() |
| 269 | { |
| 270 | return prevSize; |
| 271 | } |
| 272 | |
| 273 | /** |
| 274 | * Applies this index table to the specified target, putting {@code target} |
no outgoing calls