org.jboss.seam.util
Class EnumerationEnumeration<T>

java.lang.Object
  extended by org.jboss.seam.util.EnumerationEnumeration<T>
All Implemented Interfaces:
Enumeration<T>

public class EnumerationEnumeration<T>
extends Object
implements Enumeration<T>


Constructor Summary
EnumerationEnumeration(Enumeration<T>[] enumerations)
           
 
Method Summary
 boolean hasMoreElements()
           
 T nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumerationEnumeration

public EnumerationEnumeration(Enumeration<T>[] enumerations)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration<T>

nextElement

public T nextElement()
Specified by:
nextElement in interface Enumeration<T>


Copyright © 2011 Seam Framework. All Rights Reserved.