当前页面:
在线文档首页 >
JBoss Seam 1.2.0 patch1 API 英文版文档
EnumerationEnumeration (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档
org.jboss.seam.util
Class EnumerationEnumeration<T>
java.lang.Object
org.jboss.seam.util.EnumerationEnumeration<T>
- All Implemented Interfaces:
- Enumeration<T>
public class EnumerationEnumeration<T>
- extends Object
- implements Enumeration<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnumerationEnumeration
public EnumerationEnumeration(Enumeration<T>[] enumerations)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration<T>
nextElement
public T nextElement()
- Specified by:
nextElement
in interface Enumeration<T>