railo.runtime.type.it
Class KeyIterator
java.lang.Object
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
KeyIterator
public KeyIterator(Collection.Key[] arr)
- constructor for the class
- Parameters:
arr
- Base Array
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