Package example
Class Example3
java.lang.Object
example.Example3
The following code shows how to use
Optional.isPresent
:
if (v.isPresent()) {
System.out.println("v: " + v.get());
}
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Example3
public Example3()Constructor.
-