rfc:arrayiterator-improvements

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
rfc:arrayiterator-improvements [2016/11/24 21:01] – Changed seekKey() to throw. wesnetmorfc:arrayiterator-improvements [2016/11/24 21:10] wesnetmo
Line 21: Line 21:
 ===== ArrayIterator::prev():void ===== ===== ArrayIterator::prev():void =====
  
-This method would simply move the Iterator's cursor to the previous Entry in the hash table's linked list. Exactly like ''ArrayIterator::next()'', it would never throw and it would always return ''null'', but if there is no previous Entry, after calling it, a call to the ''valid()'' method would return ''false''.+This method would simply move the Iterator's cursor to the previous Entry in the hash table's linked list. Exactly like ''ArrayIterator::next()'', it would never throw and it would always return ''null''. However, if there is no previous Entry, immediate calls to the ''valid()'' method would return ''false''. 
 + 
 + 
  
 ===== Backward Incompatible Changes ===== ===== Backward Incompatible Changes =====
rfc/arrayiterator-improvements.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1