File tree 3 files changed +6
-6
lines changed
vavr/src/main/java/io/vavr/collection
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -452,7 +452,7 @@ default boolean startsWith(Iterable<? extends T> that, int offset) {
452
452
*
453
453
* @param element the element to find
454
454
* @return the index of the search element, if it is contained in the sequence;
455
- * otherwise, <tt >(-(<i>insertion point</i>) - 1)</tt >. The
455
+ * otherwise, <code >(-(<i>insertion point</i>) - 1)</code >. The
456
456
* <i>insertion point</i> is defined as the point at which the
457
457
* element would be inserted into the sequence. Note that this guarantees that
458
458
* the return value will be >= 0 if and only if the element is found.
@@ -475,7 +475,7 @@ default int search(T element) {
475
475
* @param element the element to find
476
476
* @param comparator the comparator by which this sequence is ordered
477
477
* @return the index of the search element, if it is contained in the sequence;
478
- * otherwise, <tt >(-(<i>insertion point</i>) - 1)</tt >. The
478
+ * otherwise, <code >(-(<i>insertion point</i>) - 1)</code >. The
479
479
* <i>insertion point</i> is defined as the point at which the
480
480
* element would be inserted into the sequence. Note that this guarantees that
481
481
* the return value will be >= 0 if and only if the element is found.
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ default int segmentLength(Predicate<? super T> predicate, int from) {
391
391
*
392
392
* @param element the element to find
393
393
* @return the index of the search element, if it is contained in the sequence;
394
- * otherwise, <tt >(-(<i>insertion point</i>) - 1)</tt >. The
394
+ * otherwise, <code >(-(<i>insertion point</i>) - 1)</code >. The
395
395
* <i>insertion point</i> is defined as the point at which the
396
396
* element would be inserted into the sequence. Note that this guarantees that
397
397
* the return value will be >= 0 if and only if the element is found.
@@ -411,7 +411,7 @@ default int search(T element) {
411
411
* @param element the element to find
412
412
* @param comparator the comparator by which this sequence is ordered
413
413
* @return the index of the search element, if it is contained in the sequence;
414
- * otherwise, <tt >(-(<i>insertion point</i>) - 1)</tt >. The
414
+ * otherwise, <code >(-(<i>insertion point</i>) - 1)</code >. The
415
415
* <i>insertion point</i> is defined as the point at which the
416
416
* element would be inserted into the sequence. Note that this guarantees that
417
417
* the return value will be >= 0 if and only if the element is found.
Original file line number Diff line number Diff line change @@ -1093,7 +1093,7 @@ default boolean startsWith(Iterable<? extends T> that, int offset) {
1093
1093
*
1094
1094
* @param element the element to find
1095
1095
* @return the index of the search element, if it is contained in the sequence;
1096
- * otherwise, <tt >(-(<i>insertion point</i>) - 1)</tt >. The
1096
+ * otherwise, <code >(-(<i>insertion point</i>) - 1)</code >. The
1097
1097
* <i>insertion point</i> is defined as the point at which the
1098
1098
* element would be inserted into the sequence. Note that this guarantees that
1099
1099
* the return value will be >= 0 if and only if the element is found.
@@ -1110,7 +1110,7 @@ default boolean startsWith(Iterable<? extends T> that, int offset) {
1110
1110
* @param element the element to find
1111
1111
* @param comparator the comparator by which this sequence is ordered
1112
1112
* @return the index of the search element, if it is contained in the sequence;
1113
- * otherwise, <tt >(-(<i>insertion point</i>) - 1)</tt >. The
1113
+ * otherwise, <code >(-(<i>insertion point</i>) - 1)</code >. The
1114
1114
* <i>insertion point</i> is defined as the point at which the
1115
1115
* element would be inserted into the sequence. Note that this guarantees that
1116
1116
* the return value will be >= 0 if and only if the element is found.
You can’t perform that action at this time.
0 commit comments