< prev index next >

modules/javafx.controls/src/main/java/javafx/scene/control/MultipleSelectionModel.java

Print this page

        

@@ -146,11 +146,11 @@
 
     /**
      * <p>Selects all indices from the given start index to the item before the
      * given end index. This means that the selection is inclusive of the start
      * index, and exclusive of the end index. This method will work regardless
-     * of whether start < end or start > end: the only constant is that the
+     * of whether start &lt; end or start &gt; end: the only constant is that the
      * index before the given end index will become the selected index.
      *
      * <p>If there is already one or more indices selected in this model, calling
      * this method will <b>not</b> clear these selections - to do so it is
      * necessary to first call clearSelection.
< prev index next >