The raw iterator methods on History do not make it clear you're iterating from the top or bottom of the stack. Introduced new methods framesFromTop and framesFromBottom to make it very clear. This also lets you use for each loops for both forward and backward iteration.
The raw
iterator
methods onHistory
do not make it clear you're iterating from the top or bottom of the stack. Introduced new methodsframesFromTop
andframesFromBottom
to make it very clear. This also lets you usefor each
loops for both forward and backward iteration.Fix for issue #261.