public interface BikeRentalDataSource
Modifier and Type | Method and Description |
---|---|
List<BikeRentalStation> |
getStations() |
boolean |
update()
Update the data from the source;
returns true if there might have been changes
|
boolean update()
List<BikeRentalStation> getStations()
Copyright © 2016. All rights reserved.