| Constructor and Description |
|---|
MapEntry(java.util.Map<K,V> map,
K key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPresent()
Returns whether the optional value is present.
|
V |
value()
Returns the optional value.
|
public boolean isPresent()
Optional