railo.runtime.type.it
Class KeyIterator

java.lang.Object
  extended by railo.runtime.type.it.KeyIterator
All Implemented Interfaces:
Enumeration, Iterator

public final class KeyIterator
extends Object
implements Iterator, Enumeration

Iterator Implementation for a Object Array


Constructor Summary
KeyIterator(Collection.Key[] arr)
          constructor for the class
 
Method Summary
 boolean hasMoreElements()
           
 boolean hasNext()
           
 Object next()
           
 Object nextElement()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyIterator

public KeyIterator(Collection.Key[] arr)
constructor for the class

Parameters:
arr - Base Array
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()

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration


Copyright © 2012 Railo