railo.runtime.util
Class ArrayIterator
java.lang.Object
railo.runtime.util.ArrayIterator
- All Implemented Interfaces:
- Iterator
public final class ArrayIterator
- extends Object
- implements Iterator
Iterator Implementation for a Object Array
ArrayIterator
public ArrayIterator(Object[] arr)
- constructor for the class
- Parameters:
arr
- Base Array
ArrayIterator
public ArrayIterator(Object[] arr,
int offset,
int length)
ArrayIterator
public ArrayIterator(Object[] arr,
int offset)
remove
public void remove()
- Specified by:
remove
in interface Iterator
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
Copyright © 2012 Railo