Constructor and Description |
---|
ArrayIterator(Object[] array,
int end)
Constructor.
|
ArrayIterator(Object[] array,
int start,
int end)
Constructor.
|
public ArrayIterator(Object[] array, int end)
array
- array to iterate throughend
- index + 1 of last object to returnpublic ArrayIterator(Object[] array, int start, int end)
array
- array to iterate throughstart
- index of first object to returnend
- index + 1 of last object to returnCopyright © 2005–2015 BaseX Team. All rights reserved.