railo.runtime.util
Class IteratorWrapper

java.lang.Object
  extended by railo.runtime.util.IteratorWrapper
All Implemented Interfaces:
Iterator

public final class IteratorWrapper
extends Object
implements Iterator


Constructor Summary
IteratorWrapper(Enumeration e)
          constructor of the class
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorWrapper

public IteratorWrapper(Enumeration e)
constructor of the class

Parameters:
enum -
Method Detail

remove

public void remove()
Specified by:
remove in interface Iterator
See Also:
Iterator.remove()

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator
See Also:
Iterator.hasNext()

next

public Object next()
Specified by:
next in interface Iterator
See Also:
Iterator.next()


Copyright © 2012 Railo