Constructor and Description |
---|
SingletonIterator(T value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T> SingletonIterator<T> |
create(T value) |
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
@Deprecated public SingletonIterator(T value)
Copyright © 2018 fasterxml.com. All rights reserved.