PresentValues.@Deprecated public final class PresentValues<E> extends AbstractBaseIterator<E>
| Constructor and Description |
|---|
PresentValues(java.util.Iterator<Optional<E>> optionals)
Deprecated.
|
PresentValues(Optional<E>... optionals)
Deprecated.
|
PresentValues(Optional<E> optional)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Deprecated.
|
E |
next()
Deprecated.
|
equals, hashCode, removepublic boolean hasNext()
public E next()