from
value and calling next()
successively until you reach the to
value. For a reverse range, the list is obtained by starting at the to
value and successively calling previous()
until the from
value is reached.
@author James Strachan
@version $Revision: 18728 $
|
|
|
|