railo.runtime.type.it
Class KeyIterator
java.lang.Object
railo.runtime.type.it.KeyIterator
- All Implemented Interfaces:
- Enumeration<Collection.Key>, Iterator<Collection.Key>
public final class KeyIterator
- extends Object
- implements Iterator<Collection.Key>, Enumeration<Collection.Key>
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<Collection.Key>
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<Collection.Key>
next
public Collection.Key next()
- Specified by:
next
in interface Iterator<Collection.Key>
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration<Collection.Key>
nextElement
public Collection.Key nextElement()
- Specified by:
nextElement
in interface Enumeration<Collection.Key>
Copyright © 2012 Railo