public class GenericIterableFactory
extends java.lang.Object
Constructor and Description |
---|
GenericIterableFactory() |
Modifier and Type | Method and Description |
---|---|
static <T> java.lang.Iterable<T> |
newCastingIterable(java.lang.Iterable<?> input,
java.lang.Class<T> type) |
static <T> java.lang.Iterable<T> |
newCastingIterable(java.util.Iterator<?> input,
java.lang.Class<T> type) |