public class CityParser
extends java.lang.Object
| Constructor and Description |
|---|
CityParser() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<City> |
getCityDb(boolean refresh)
This method returns the list of city that are into the database.
|
public static java.util.List<City> getCityDb(boolean refresh)
refresh - A boolean value indicating whether or not to parse again the cvs database.