|
2 | 2 | <!-- NewPage --> |
3 | 3 | <html lang="de"> |
4 | 4 | <head> |
5 | | -<!-- Generated by javadoc (1.8.0_51) on Sat Apr 14 16:47:28 CEST 2018 --> |
| 5 | +<!-- Generated by javadoc (1.8.0_51) on Sun May 13 22:56:18 CEST 2018 --> |
6 | 6 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
7 | | -<title>Index (net.sourceforge.streamsupport:android-retrostreams 1.6.2 API)</title> |
8 | | -<meta name="date" content="2018-04-14"> |
| 7 | +<title>Index (net.sourceforge.streamsupport:android-retrostreams 1.6.3 API)</title> |
| 8 | +<meta name="date" content="2018-05-13"> |
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.6.2 API)"; |
| 16 | + parent.document.title="Index (net.sourceforge.streamsupport:android-retrostreams 1.6.3 API)"; |
17 | 17 | } |
18 | 18 | } |
19 | 19 | catch(err) { |
@@ -2301,6 +2301,26 @@ <h2 class="title">I</h2> |
2301 | 2301 | </dd> |
2302 | 2302 | <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> |
2303 | 2303 | <dd> </dd> |
| 2304 | +<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> |
| 2305 | +<dd> |
| 2306 | +<div class="block">If a value is not present, returns <code>true</code>, otherwise |
| 2307 | + <code>false</code>.</div> |
| 2308 | +</dd> |
| 2309 | +<dt><span class="memberNameLink"><a href="java9/util/OptionalDouble.html#isEmpty--">isEmpty()</a></span> - Method in class java9.util.<a href="java9/util/OptionalDouble.html" title="class in java9.util">OptionalDouble</a></dt> |
| 2310 | +<dd> |
| 2311 | +<div class="block">If a value is not present, returns <code>true</code>, otherwise |
| 2312 | + <code>false</code>.</div> |
| 2313 | +</dd> |
| 2314 | +<dt><span class="memberNameLink"><a href="java9/util/OptionalInt.html#isEmpty--">isEmpty()</a></span> - Method in class java9.util.<a href="java9/util/OptionalInt.html" title="class in java9.util">OptionalInt</a></dt> |
| 2315 | +<dd> |
| 2316 | +<div class="block">If a value is not present, returns <code>true</code>, otherwise |
| 2317 | + <code>false</code>.</div> |
| 2318 | +</dd> |
| 2319 | +<dt><span class="memberNameLink"><a href="java9/util/OptionalLong.html#isEmpty--">isEmpty()</a></span> - Method in class java9.util.<a href="java9/util/OptionalLong.html" title="class in java9.util">OptionalLong</a></dt> |
| 2320 | +<dd> |
| 2321 | +<div class="block">If a value is not present, returns <code>true</code>, otherwise |
| 2322 | + <code>false</code>.</div> |
| 2323 | +</dd> |
2304 | 2324 | <dt><span class="memberNameLink"><a href="java9/util/function/Predicate.html#isEqual-java.lang.Object-">isEqual(Object)</a></span> - Static method in interface java9.util.function.<a href="java9/util/function/Predicate.html" title="interface in java9.util.function">Predicate</a></dt> |
2305 | 2325 | <dd> |
2306 | 2326 | <div class="block">Returns a predicate that tests if two arguments are equal according |
|
0 commit comments