
30 Sep
2008
30 Sep
'08
8:03 a.m.
The StopList class [...]
BTW, that is a horrible name for what is simply a *set* (look at the methods you wrote: empty, insert, member) The design problem here is that you don't want to use Data.Set because currently it is an implementation, not an interface. J.W.