
public final class IteratorListMaker<I> extends Object
| Constructor and Description |
|---|
IteratorListMaker(Iterator<I> iterator) |
| Modifier and Type | Method and Description |
|---|---|
List<I> |
list()
Makes and returns the list consisting of all items of the iterator.
|
Copyright © 2017. All rights reserved.