Modifier and Type | Class | Description |
---|---|---|
static class |
Iterators.Adapter<T,U> |
|
static class |
Iterators.Array<T> |
Array iterator.
|
static class |
Iterators.Filter<T> |
Filter out objects from another iterator.
|
static class |
Iterators.Map<T,U> |
For each U, apply
U->Iterator<T> function and then iterate all
the resulting T. |
static class |
Iterators.Union<T> |
Union of two iterators.
|
Constructor | Description |
---|---|
Iterators() |
Modifier and Type | Method | Description |
---|---|---|
static <T> Iterator<T> |
empty() |
|
static <T> Iterator<T> |
singleton(T value) |
Copyright © 2018 Oracle Corporation. All rights reserved.