public class IterativeReaders extends Object
| Constructor and Description |
|---|
IterativeReaders() |
| Modifier and Type | Method and Description |
|---|---|
static <T> IterativeReader<T> |
empty() |
static <T> IterativeReader<T> |
fromCollection(Collection<T> collection) |
static <T> IterativeReader<T> |
fromIterator(Iterator<T> it) |
static <T> List<T> |
toArrayList(IterativeReader<T> reader) |
public static <T> List<T> toArrayList(IterativeReader<T> reader)
public static <T> IterativeReader<T> fromCollection(Collection<T> collection)
public static <T> IterativeReader<T> fromIterator(Iterator<T> it)
public static <T> IterativeReader<T> empty()
Copyright © 2016. All Rights Reserved.