Changes the selection to be the set difference of the current selection and the indices between {@code index0} and {@code index1} inclusive.{@code index0} doesn't have to be less than or equal to {@code index1}.
In {@code SINGLE_INTERVAL_SELECTION} selection mode, if the removalwould produce two disjoint selections, the removal is extended through the greater end of the selection. For example, if the selection is {@code 0-10} and you supply indices {@code 5,6} (in any order) theresulting selection is {@code 0-4}.
If this represents a change to the current selection, then each {@code ListSelectionListener} is notified of the change.
@param index0 one end of the interval.
@param index1 other end of the interval
@see #addListSelectionListener