|
2 | 2 | <!-- NewPage -->
|
3 | 3 | <html lang="de">
|
4 | 4 | <head>
|
5 |
| -<!-- Generated by javadoc (1.8.0_51) on Fri Oct 09 12:40:22 CEST 2020 --> |
| 5 | +<!-- Generated by javadoc (1.8.0_51) on Tue Jan 12 19:51:39 CET 2021 --> |
6 | 6 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
7 |
| -<title>Index (net.sourceforge.streamsupport:java9-concurrent-backport 2.0.2 API)</title> |
8 |
| -<meta name="date" content="2020-10-09"> |
| 7 | +<title>Index (net.sourceforge.streamsupport:java9-concurrent-backport 2.0.3 API)</title> |
| 8 | +<meta name="date" content="2021-01-12"> |
9 | 9 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
10 | 10 | <script type="text/javascript" src="script.js"></script>
|
11 | 11 | </head>
|
12 | 12 | <body>
|
13 | 13 | <script type="text/javascript"><!--
|
14 | 14 | try {
|
15 | 15 | if (location.href.indexOf('is-external=true') == -1) {
|
16 |
| - parent.document.title="Index (net.sourceforge.streamsupport:java9-concurrent-backport 2.0.2 API)"; |
| 16 | + parent.document.title="Index (net.sourceforge.streamsupport:java9-concurrent-backport 2.0.3 API)"; |
17 | 17 | }
|
18 | 18 | }
|
19 | 19 | catch(err) {
|
@@ -208,17 +208,34 @@ <h2 class="title">C</h2>
|
208 | 208 | <code>fromIndex + size</code> (exclusive) is within the bounds of range from
|
209 | 209 | <code>0</code> (inclusive) to <code>length</code> (exclusive).</div>
|
210 | 210 | </dd>
|
| 211 | +<dt><span class="memberNameLink"><a href="java9/util/Objects.html#checkFromIndexSize-long-long-long-">checkFromIndexSize(long, long, long)</a></span> - Static method in class java9.util.<a href="java9/util/Objects.html" title="class in java9.util">Objects</a></dt> |
| 212 | +<dd> |
| 213 | +<div class="block">Checks if the sub-range from <code>fromIndex</code> (inclusive) to |
| 214 | + <code>fromIndex + size</code> (exclusive) is within the bounds of range from |
| 215 | + <code>0</code> (inclusive) to <code>length</code> (exclusive).</div> |
| 216 | +</dd> |
211 | 217 | <dt><span class="memberNameLink"><a href="java9/util/Objects.html#checkFromToIndex-int-int-int-">checkFromToIndex(int, int, int)</a></span> - Static method in class java9.util.<a href="java9/util/Objects.html" title="class in java9.util">Objects</a></dt>
|
212 | 218 | <dd>
|
213 | 219 | <div class="block">Checks if the sub-range from <code>fromIndex</code> (inclusive) to
|
214 | 220 | <code>toIndex</code> (exclusive) is within the bounds of range from <code>0</code>
|
215 | 221 | (inclusive) to <code>length</code> (exclusive).</div>
|
216 | 222 | </dd>
|
| 223 | +<dt><span class="memberNameLink"><a href="java9/util/Objects.html#checkFromToIndex-long-long-long-">checkFromToIndex(long, long, long)</a></span> - Static method in class java9.util.<a href="java9/util/Objects.html" title="class in java9.util">Objects</a></dt> |
| 224 | +<dd> |
| 225 | +<div class="block">Checks if the sub-range from <code>fromIndex</code> (inclusive) to |
| 226 | + <code>toIndex</code> (exclusive) is within the bounds of range from <code>0</code> |
| 227 | + (inclusive) to <code>length</code> (exclusive).</div> |
| 228 | +</dd> |
217 | 229 | <dt><span class="memberNameLink"><a href="java9/util/Objects.html#checkIndex-int-int-">checkIndex(int, int)</a></span> - Static method in class java9.util.<a href="java9/util/Objects.html" title="class in java9.util">Objects</a></dt>
|
218 | 230 | <dd>
|
219 | 231 | <div class="block">Checks if the <code>index</code> is within the bounds of the range from
|
220 | 232 | <code>0</code> (inclusive) to <code>length</code> (exclusive).</div>
|
221 | 233 | </dd>
|
| 234 | +<dt><span class="memberNameLink"><a href="java9/util/Objects.html#checkIndex-long-long-">checkIndex(long, long)</a></span> - Static method in class java9.util.<a href="java9/util/Objects.html" title="class in java9.util">Objects</a></dt> |
| 235 | +<dd> |
| 236 | +<div class="block">Checks if the <code>index</code> is within the bounds of the range from |
| 237 | + <code>0</code> (inclusive) to <code>length</code> (exclusive).</div> |
| 238 | +</dd> |
222 | 239 | <dt><span class="memberNameLink"><a href="java9/util/concurrent/SubmissionPublisher.html#close--">close()</a></span> - Method in class java9.util.concurrent.<a href="java9/util/concurrent/SubmissionPublisher.html" title="class in java9.util.concurrent">SubmissionPublisher</a></dt>
|
223 | 240 | <dd>
|
224 | 241 | <div class="block">Unless already closed, issues <a href="java9/util/concurrent/Flow.Subscriber.html#onComplete--"><code>onComplete</code></a> signals to current
|
@@ -614,7 +631,9 @@ <h2 class="title">F</h2>
|
614 | 631 | <div class="block">Abstract base class for tasks that run within a <a href="java9/util/concurrent/ForkJoinPool.html" title="class in java9.util.concurrent"><code>ForkJoinPool</code></a>.</div>
|
615 | 632 | </dd>
|
616 | 633 | <dt><span class="memberNameLink"><a href="java9/util/concurrent/ForkJoinTask.html#ForkJoinTask--">ForkJoinTask()</a></span> - Constructor for class java9.util.concurrent.<a href="java9/util/concurrent/ForkJoinTask.html" title="class in java9.util.concurrent">ForkJoinTask</a></dt>
|
617 |
| -<dd> </dd> |
| 634 | +<dd> |
| 635 | +<div class="block">Constructor for subclasses to call.</div> |
| 636 | +</dd> |
618 | 637 | <dt><a href="java9/util/concurrent/ForkJoinWorkerThread.html" title="class in java9.util.concurrent"><span class="typeNameLink">ForkJoinWorkerThread</span></a> - Class in <a href="java9/util/concurrent/package-summary.html">java9.util.concurrent</a></dt>
|
619 | 638 | <dd>
|
620 | 639 | <div class="block">A thread managed by a <a href="java9/util/concurrent/ForkJoinPool.html" title="class in java9.util.concurrent"><code>ForkJoinPool</code></a>, which executes
|
@@ -1787,6 +1806,6 @@ <h2 class="title">W</h2>
|
1787 | 1806 | <!-- -->
|
1788 | 1807 | </a></div>
|
1789 | 1808 | <!-- ======== END OF BOTTOM NAVBAR ======= -->
|
1790 |
| -<p class="legalCopy"><small>Copyright © 2020. All rights reserved.</small></p> |
| 1809 | +<p class="legalCopy"><small>Copyright © 2021. All rights reserved.</small></p> |
1791 | 1810 | </body>
|
1792 | 1811 | </html>
|
0 commit comments