railo.runtime.type.it
Class KeyAsStringIterator

java.lang.Object
  extended by railo.runtime.type.it.KeyAsStringIterator
All Implemented Interfaces:
Iterator<String>

public class KeyAsStringIterator
extends Object
implements Iterator<String>


Constructor Summary
KeyAsStringIterator(Iterator<Collection.Key> it)
           
 
Method Summary
 boolean hasNext()
           
 String next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyAsStringIterator

public KeyAsStringIterator(Iterator<Collection.Key> it)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<String>

next

public String next()
Specified by:
next in interface Iterator<String>

remove

public void remove()
Specified by:
remove in interface Iterator<String>


Copyright © 2012 Railo