Modifier and Type | Class and 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 and Description |
---|
Iterators() |
Modifier and Type | Method and Description |
---|---|
static <T> Iterator<T> |
empty() |
static <T> Iterator<T> |
singleton(T value) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.