akipta / freedomotic

Automatically exported from code.google.com/p/freedomotic
Other
0 stars 0 forks source link

getZones() and getRooms() have two diffrent return type #197

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Freedomotic.environment.getZones() returns an array list while getRooms() 
returns an iterator. We should fix this and make both return a List instead of 
ArrayList().

We can also consider to use a Set instead of a List

Original issue reported on code.google.com by enrico.n...@gmail.com on 1 Nov 2012 at 11:12