public class IListUtils
extends java.lang.Object
| Constructor and Description |
|---|
IListUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.List<T> |
toArrayList(java.lang.Iterable<T> iterable) |
static <T> java.util.List<T> |
toArrayList(java.util.Iterator<T> iterator) |