
public final class IteratorArrayMaker<I> extends Object
| Constructor and Description |
|---|
IteratorArrayMaker(Iterator<I> iterator) |
| Modifier and Type | Method and Description |
|---|---|
I[] |
array(Class<? super I> clazz)
Makes and returns the array consisting of all items of the iterator.
|
Copyright © 2017. All rights reserved.