OCA Java 6, OCP Java 6, OCP Java 8
[OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos] Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2
You can check if it contains a value with ifPresent() and get() the value inside.
You can check if it contains a value with isPresent() and get() the value inside.