public class Iterators extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Iterators.IteratorIterator<T>
Wraps a two-level iteration scenario in an iterator.
|
static class |
Iterators.Transform<S,T>
Wraps a base iterator with a transformation function.
|
Constructor and Description |
---|
Iterators() |