public class ItAsEnum extends Object implements Enumeration<String>
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
String |
nextElement() |
static Enumeration<String> |
toStringEnumeration(Iterator<Collection.Key> it) |
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<String>
public String nextElement()
nextElement
in interface Enumeration<String>
public static Enumeration<String> toStringEnumeration(Iterator<Collection.Key> it)
Copyright © 2015 Lucee