org.apache.struts2.util
Class IteratorFilterSupport.EnumerationIterator

java.lang.Object
  extended by org.apache.struts2.util.IteratorFilterSupport.EnumerationIterator
All Implemented Interfaces:
Iterator
Enclosing class:
IteratorFilterSupport

public static class IteratorFilterSupport.EnumerationIterator
extends Object
implements Iterator


Constructor Summary
IteratorFilterSupport.EnumerationIterator(Enumeration aEnum)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorFilterSupport.EnumerationIterator

public IteratorFilterSupport.EnumerationIterator(Enumeration aEnum)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
Specified by:
remove in interface Iterator


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.