Constructor | Description |
---|---|
SingletonIterator(T value) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
static <T> SingletonIterator<T> |
create(T value) |
|
boolean |
hasNext() |
|
T |
next() |
|
void |
remove() |
@Deprecated public SingletonIterator(T value)
Copyright © 2019 fasterxml.com. All rights reserved.