Returns true if this iterator has more elements.
Returns true if this iterator has more elements.In other words, returns a value > 0 if pblIteratorNext would return an element rather than returning (void*)-1.
This method has a time complexity of O(1).