|
Groovy JDK |
Method Summary | |
---|---|
Iterator
|
iterator()
Allows an Enumeration to behave like an Iterator {@link Iterator#remove() remove()} method is unsupported since the underlying Enumeration does not provide a mechanism for removing items |
List
|
toList()
Convert an enumeration to a List |
Method Detail |
---|
public Iterator iterator()
public List toList()
|
Groovy JDK |