Package org.apache.myfaces.util.lang
Class EnumerationIterator<T>
- java.lang.Object
- 
- org.apache.myfaces.util.lang.EnumerationIterator<T>
 
- 
- 
Constructor SummaryConstructors Constructor Description EnumerationIterator(Enumeration<? extends T> enumeration)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Tnext()voidremove()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.IteratorforEachRemaining
 
- 
 
- 
- 
- 
Constructor Detail- 
EnumerationIteratorpublic EnumerationIterator(Enumeration<? extends T> enumeration) 
 
- 
 
-