| Package | Description |
|---|---|
| java.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> ArrayList<T> |
Collections.list(Enumeration<T> e)
Returns an array list containing the elements returned by the
specified enumeration in the order they are returned by the
enumeration.
|
Copyright © 2013 API Design. All Rights Reserved.