Index

E 
All Classes and Interfaces|All Packages

E

example - package example
 
Example - Class in example
The following code shows how to use Optional.isPresent:
if (v.isPresent()) {
    System.out.println("v: " + v.get());
}
Example() - Constructor for class example.Example
Constructor.
Example2 - Class in example
The following code shows how to use Optional.isPresent:
if (x.isPresent()) {
    System.out.println("x: " + x.get());
}
Example2() - Constructor for class example.Example2
Constructor.
Example3 - Class in example
The following code shows how to use Optional.isPresent:
if (v.isPresent()) {
    System.out.println("v: " + v.get());
}
Example3() - Constructor for class example.Example3
Constructor.
E 
All Classes and Interfaces|All Packages