|
2 | 2 | <!-- NewPage -->
|
3 | 3 | <html lang="de">
|
4 | 4 | <head>
|
5 |
| -<!-- Generated by javadoc (1.8.0_51) on Sat Jan 30 16:41:33 CET 2021 --> |
| 5 | +<!-- Generated by javadoc (1.8.0_51) on Sun Sep 19 18:26:39 CEST 2021 --> |
6 | 6 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
7 |
| -<title>Index (net.sourceforge.streamsupport:android-retrostreams 1.7.3 API)</title> |
8 |
| -<meta name="date" content="2021-01-30"> |
| 7 | +<title>Index (net.sourceforge.streamsupport:android-retrostreams 1.7.4 API)</title> |
| 8 | +<meta name="date" content="2021-09-19"> |
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:android-retrostreams 1.7.3 API)"; |
| 16 | + parent.document.title="Index (net.sourceforge.streamsupport:android-retrostreams 1.7.4 API)"; |
17 | 17 | }
|
18 | 18 | }
|
19 | 19 | catch(err) {
|
@@ -988,6 +988,10 @@ <h2 class="title">C</h2>
|
988 | 988 | <div class="block">Returns an <a href="./java9/util/#unmodifiable">unmodifiable Map</a> containing the entries
|
989 | 989 | of the given Map.</div>
|
990 | 990 | </dd>
|
| 991 | +<dt><span class="memberNameLink"><a href="java9/util/Maps.Entry.html#copyOf-java.util.Map.Entry-">copyOf(Map.Entry<? extends K, ? extends V>)</a></span> - Static method in class java9.util.<a href="java9/util/Maps.Entry.html" title="class in java9.util">Maps.Entry</a></dt> |
| 992 | +<dd> |
| 993 | +<div class="block">Returns a copy of the given <code>Map.Entry</code>.</div> |
| 994 | +</dd> |
991 | 995 | <dt><span class="memberNameLink"><a href="java9/util/Sets.html#copyOf-java.util.Collection-">copyOf(Collection<? extends E>)</a></span> - Static method in class java9.util.<a href="java9/util/Sets.html" title="class in java9.util">Sets</a></dt>
|
992 | 996 | <dd>
|
993 | 997 | <div class="block">Returns an <a href="./java9/util/#unmodifiable">unmodifiable Set</a> containing the elements
|
@@ -1322,7 +1326,7 @@ <h2 class="title">E</h2>
|
1322 | 1326 | </dd>
|
1323 | 1327 | <dt><span class="memberNameLink"><a href="java9/util/Maps.html#entry-K-V-">entry(K, V)</a></span> - Static method in class java9.util.<a href="java9/util/Maps.html" title="class in java9.util">Maps</a></dt>
|
1324 | 1328 | <dd>
|
1325 |
| -<div class="block">Returns an unmodifiable <a href="java9/util/Maps.Entry.html" title="class in java9.util"><code>Maps.Entry</code></a> containing the given key and value.</div> |
| 1329 | +<div class="block">Returns an unmodifiable <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util"><code>Map.Entry</code></a> containing the given key and value.</div> |
1326 | 1330 | </dd>
|
1327 | 1331 | <dt><span class="memberNameLink"><a href="java9/util/J8Arrays.html#equals-java.lang.Object:A-int-int-java.lang.Object:A-int-int-">equals(Object[], int, int, Object[], int, int)</a></span> - Static method in class java9.util.<a href="java9/util/J8Arrays.html" title="class in java9.util">J8Arrays</a></dt>
|
1328 | 1332 | <dd>
|
@@ -1631,9 +1635,8 @@ <h2 class="title">F</h2>
|
1631 | 1635 | </dd>
|
1632 | 1636 | <dt><span class="memberNameLink"><a href="java9/util/PrimitiveIterator.html#forEachRemaining-T_CONS-">forEachRemaining(T_CONS)</a></span> - Method in interface java9.util.<a href="java9/util/PrimitiveIterator.html" title="interface in java9.util">PrimitiveIterator</a></dt>
|
1633 | 1637 | <dd>
|
1634 |
| -<div class="block">Performs the given action for each remaining element, in the order |
1635 |
| - elements occur when iterating, until all elements have been processed |
1636 |
| - or the action throws an exception.</div> |
| 1638 | +<div class="block">Performs the given action for each remaining element until all elements |
| 1639 | + have been processed or the action throws an exception.</div> |
1637 | 1640 | </dd>
|
1638 | 1641 | <dt><span class="memberNameLink"><a href="java9/util/PrimitiveIterator.OfDouble.html#forEachRemaining-java9.util.function.DoubleConsumer-">forEachRemaining(DoubleConsumer)</a></span> - Method in interface java9.util.<a href="java9/util/PrimitiveIterator.OfDouble.html" title="interface in java9.util">PrimitiveIterator.OfDouble</a></dt>
|
1639 | 1642 | <dd>
|
@@ -2420,6 +2423,16 @@ <h2 class="title">I</h2>
|
2420 | 2423 | <div class="block">Returns <code>true</code> if this task completed without throwing an
|
2421 | 2424 | exception and was not cancelled.</div>
|
2422 | 2425 | </dd>
|
| 2426 | +<dt><span class="memberNameLink"><a href="java9/util/concurrent/ThreadLocalRandom.html#isDeprecated--">isDeprecated()</a></span> - Method in class java9.util.concurrent.<a href="java9/util/concurrent/ThreadLocalRandom.html" title="class in java9.util.concurrent">ThreadLocalRandom</a></dt> |
| 2427 | +<dd> |
| 2428 | +<div class="block">Return true if the implementation of RandomGenerator (algorithm) has been |
| 2429 | + marked for deprecation.</div> |
| 2430 | +</dd> |
| 2431 | +<dt><span class="memberNameLink"><a href="java9/util/SplittableRandom.html#isDeprecated--">isDeprecated()</a></span> - Method in class java9.util.<a href="java9/util/SplittableRandom.html" title="class in java9.util">SplittableRandom</a></dt> |
| 2432 | +<dd> |
| 2433 | +<div class="block">Return true if the implementation of RandomGenerator (algorithm) has been |
| 2434 | + marked for deprecation.</div> |
| 2435 | +</dd> |
2423 | 2436 | <dt><span class="memberNameLink"><a href="java9/util/concurrent/ForkJoinTask.html#isDone--">isDone()</a></span> - Method in class java9.util.concurrent.<a href="java9/util/concurrent/ForkJoinTask.html" title="class in java9.util.concurrent">ForkJoinTask</a></dt>
|
2424 | 2437 | <dd> </dd>
|
2425 | 2438 | <dt><span class="memberNameLink"><a href="java9/util/Optional.html#isEmpty--">isEmpty()</a></span> - Method in class java9.util.<a href="java9/util/Optional.html" title="class in java9.util">Optional</a></dt>
|
@@ -3177,24 +3190,15 @@ <h2 class="title">N</h2>
|
3177 | 3190 | </dd>
|
3178 | 3191 | <dt><span class="memberNameLink"><a href="java9/util/PrimitiveIterator.OfDouble.html#next--">next()</a></span> - Method in interface java9.util.<a href="java9/util/PrimitiveIterator.OfDouble.html" title="interface in java9.util">PrimitiveIterator.OfDouble</a></dt>
|
3179 | 3192 | <dd>
|
3180 |
| -<div class="block"> |
3181 |
| - <b>Implementation Requirements:</b><br> |
3182 |
| - The default implementation boxes the result of calling |
3183 |
| - <a href="java9/util/PrimitiveIterator.OfDouble.html#nextDouble--"><code>PrimitiveIterator.OfDouble.nextDouble()</code></a>, and returns that boxed result.</div> |
| 3193 | +<div class="block">Returns the next element in the iteration.</div> |
3184 | 3194 | </dd>
|
3185 | 3195 | <dt><span class="memberNameLink"><a href="java9/util/PrimitiveIterator.OfInt.html#next--">next()</a></span> - Method in interface java9.util.<a href="java9/util/PrimitiveIterator.OfInt.html" title="interface in java9.util">PrimitiveIterator.OfInt</a></dt>
|
3186 | 3196 | <dd>
|
3187 |
| -<div class="block"> |
3188 |
| - <b>Implementation Requirements:</b><br> |
3189 |
| - The default implementation boxes the result of calling |
3190 |
| - <a href="java9/util/PrimitiveIterator.OfInt.html#nextInt--"><code>PrimitiveIterator.OfInt.nextInt()</code></a>, and returns that boxed result.</div> |
| 3197 | +<div class="block">Returns the next element in the iteration.</div> |
3191 | 3198 | </dd>
|
3192 | 3199 | <dt><span class="memberNameLink"><a href="java9/util/PrimitiveIterator.OfLong.html#next--">next()</a></span> - Method in interface java9.util.<a href="java9/util/PrimitiveIterator.OfLong.html" title="interface in java9.util">PrimitiveIterator.OfLong</a></dt>
|
3193 | 3200 | <dd>
|
3194 |
| -<div class="block"> |
3195 |
| - <b>Implementation Requirements:</b><br> |
3196 |
| - The default implementation boxes the result of calling |
3197 |
| - <a href="java9/util/PrimitiveIterator.OfLong.html#nextLong--"><code>PrimitiveIterator.OfLong.nextLong()</code></a>, and returns that boxed result.</div> |
| 3201 | +<div class="block">Returns the next element in the iteration.</div> |
3198 | 3202 | </dd>
|
3199 | 3203 | <dt><span class="memberNameLink"><a href="java9/util/concurrent/ThreadLocalRandom.html#nextBoolean--">nextBoolean()</a></span> - Method in class java9.util.concurrent.<a href="java9/util/concurrent/ThreadLocalRandom.html" title="class in java9.util.concurrent">ThreadLocalRandom</a></dt>
|
3200 | 3204 | <dd>
|
@@ -3246,6 +3250,16 @@ <h2 class="title">N</h2>
|
3246 | 3250 | <div class="block">Returns a pseudorandom <code>double</code> value between the specified
|
3247 | 3251 | origin (inclusive) and bound (exclusive).</div>
|
3248 | 3252 | </dd>
|
| 3253 | +<dt><span class="memberNameLink"><a href="java9/util/concurrent/ThreadLocalRandom.html#nextExponential--">nextExponential()</a></span> - Method in class java9.util.concurrent.<a href="java9/util/concurrent/ThreadLocalRandom.html" title="class in java9.util.concurrent">ThreadLocalRandom</a></dt> |
| 3254 | +<dd> |
| 3255 | +<div class="block">Returns a nonnegative <code>double</code> value pseudorandomly chosen from |
| 3256 | + an exponential distribution whose mean is 1.</div> |
| 3257 | +</dd> |
| 3258 | +<dt><span class="memberNameLink"><a href="java9/util/SplittableRandom.html#nextExponential--">nextExponential()</a></span> - Method in class java9.util.<a href="java9/util/SplittableRandom.html" title="class in java9.util">SplittableRandom</a></dt> |
| 3259 | +<dd> |
| 3260 | +<div class="block">Returns a nonnegative <code>double</code> value pseudorandomly chosen from |
| 3261 | + an exponential distribution whose mean is 1.</div> |
| 3262 | +</dd> |
3249 | 3263 | <dt><span class="memberNameLink"><a href="java9/util/concurrent/ThreadLocalRandom.html#nextFloat--">nextFloat()</a></span> - Method in class java9.util.concurrent.<a href="java9/util/concurrent/ThreadLocalRandom.html" title="class in java9.util.concurrent">ThreadLocalRandom</a></dt>
|
3250 | 3264 | <dd>
|
3251 | 3265 | <div class="block">Returns a pseudorandom <code>float</code> value between zero
|
|
0 commit comments