| Package | Description |
|---|---|
| com.fasterxml.aalto.util |
| Modifier and Type | Field and Description |
|---|---|
(package private) static EmptyIterator<java.lang.Object> |
EmptyIterator.sInstance |
| Modifier and Type | Method and Description |
|---|---|
static <T> EmptyIterator<T> |
EmptyIterator.getInstance()
Since the actual type has no effect (as this iterator
never returns any value objects), we can just cast away
here: bit unclean, but safe.
|