org.zkoss.util
Class CollectionsX.EnumerationIterator<E>

java.lang.Object
  extended by org.zkoss.util.CollectionsX.EnumerationIterator<E>
All Implemented Interfaces:
java.util.Iterator<E>
Enclosing class:
CollectionsX

public static final class CollectionsX.EnumerationIterator<E>
extends java.lang.Object
implements java.util.Iterator<E>

An iterator that iterates thru an Enumeration.


Constructor Summary
CollectionsX.EnumerationIterator(java.util.Enumeration<? extends E> enm)
           
 
Method Summary
 boolean hasNext()
           
 E next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionsX.EnumerationIterator

public CollectionsX.EnumerationIterator(java.util.Enumeration<? extends E> enm)
Parameters:
enm - the enumeration. If null, it means empty.
Method Detail

hasNext

public final boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<E>

next

public final E next()
Specified by:
next in interface java.util.Iterator<E>

remove

public final void remove()
Specified by:
remove in interface java.util.Iterator<E>


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo