"fanyun" <[EMAIL PROTECTED]> writes:
> Would you please explain a little more about the reason why you want move to
> List. You know it is a great change to my project. I will need to change
> every line of code.
The changes are really fairly minimal, just a couple type and method
name batch replaces (i.e. elements() to iterator(), Vector to List,
etc.). Use of the List interface provides a broader range of types
that can be returned by the Peer classes. Since Vector implements
the List interface, this isn't a drastic change from the way things
were already being done--just an improvement. :)
--
Daniel Rall <[EMAIL PROTECTED]>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]