当前页面: 
在线文档首页 > 
JBoss Seam  1.0.1 API 英文版文档
IteratorEnumeration (JBoss Seam API Documentation) - JBoss Seam  1.0.1 API 英文版文档
org.jboss.seam.mock
Class IteratorEnumeration
java.lang.Object
   org.jboss.seam.mock.IteratorEnumeration
org.jboss.seam.mock.IteratorEnumeration
- All Implemented Interfaces: 
- Enumeration
- public class IteratorEnumeration 
- extends Object- implements Enumeration
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
hasMoreElements
public boolean hasMoreElements()
- 
- Specified by:
- hasMoreElementsin interface- Enumeration
 
- 
 
nextElement
public Object nextElement()
- 
- Specified by:
- nextElementin interface- Enumeration
 
-