| Constructor and Description |
|---|
SingletonIterator(T thing) |
| Modifier and Type | Method and Description |
|---|---|
static <T> SingletonIterator<T> |
create(T thing) |
boolean |
hasNext() |
T |
next() |
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic SingletonIterator(T thing)
Licenced under the Apache License, Version 2.0