org.zeroexchange.location
Class DefaultLocationReader
java.lang.Object
org.zeroexchange.location.DefaultLocationReader
- All Implemented Interfaces:
- LocationReader
public class DefaultLocationReader
- extends Object
- implements LocationReader
- Author:
- black
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultLocationReader
public DefaultLocationReader()
getCountries
public List<Country> getCountries()
- Description copied from interface:
LocationReader
- Returns countries.
- Specified by:
getCountries
in interface LocationReader
getCities
public List<City> getCities(Country country)
- Description copied from interface:
LocationReader
- Returns cities.
- Specified by:
getCities
in interface LocationReader
Copyright © 2013. All Rights Reserved.