Returns true if the current element is valid (as required by the Iterator interface).
The current element will not be valid if {@link next()} has fallen off the
end of the array or if there are no elements in the array and {@link
rewind()} was called.
returns The validity of the current element; true if it is valid