On CVS, there's an updated DeviceList.java which instead of extending Vector, it now creates a Vector object and hands off via methods information. This is causing me a minor problem, as I can no longer iterate the devices directly. Can I recommend either an iterator method be added to DeviceList or simply having a method that passes off the internal Vector object?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
On CVS, there's an updated DeviceList.java which instead of extending Vector, it now creates a Vector object and hands off via methods information. This is causing me a minor problem, as I can no longer iterate the devices directly. Can I recommend either an iterator method be added to DeviceList or simply having a method that passes off the internal Vector object?