
public abstract class MappingIterator<I,O> extends IterableIterator<O>
| Modifier and Type | Field and Description |
|---|---|
protected Iterator<? extends I> |
iterator |
| Constructor and Description |
|---|
MappingIterator(Iterator<? extends I> iterator) |
Copyright © 2015. All Rights Reserved.