public class ListUtils
extends java.lang.Object
| Constructor and Description |
|---|
ListUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
static <T> java.util.List<T> |
toList(java.util.Iterator<T> iter) |
static <T> java.util.List<T> |
toList(java.lang.Object arrayOrIterator) |
static <T> java.util.List<T> |
toList(T[] array) |
Copyright © 2000 Infostretch Corp.