Not really. If you have an unordered set you might get two iterators that iterates over all members in different order.
/ Martin Nilsson (Fake Build Master)
Previous text:
2002-11-02 22:56: Subject: Re: Proposal for new ADT interface
Ok. Good point. Come to think about it, iterators in ordered collections ought to have `< and `> too.
Shouldn't all iterators? An iterator is by definition doing something ordered, isn't it...?
/ Brevbäraren