Seam Core JSF2 2.3.1.Final

org.jboss.seam.util
Class IteratorEnumeration

java.lang.Object
  extended by org.jboss.seam.util.IteratorEnumeration
All Implemented Interfaces:
Enumeration

public class IteratorEnumeration
extends Object
implements Enumeration


Constructor Summary
IteratorEnumeration(Iterator iterator)
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorEnumeration

public IteratorEnumeration(Iterator iterator)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration

Seam Core JSF2 2.3.1.Final

Copyright © 2013 Seam Framework. All Rights Reserved.