public class TimeZoneCity
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
TimeZoneCity.Continent |
Modifier and Type | Method | Description |
---|---|---|
static java.util.List<TimeZoneCity> |
filterByHourOffset(java.util.List<TimeZoneCity> cities,
int offsetInHours) |
|
static java.util.List<TimeZoneCity> |
getWorldCities() |
|
static java.util.List<TimeZoneCity> |
getWorldCitiesByContinent(TimeZoneCity.Continent continent) |
|
static java.util.List<TimeZoneCity> |
getWorldCitiesByHourOffset(int offsetInHours) |
|
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public static java.util.List<TimeZoneCity> getWorldCities()
public static java.util.List<TimeZoneCity> getWorldCitiesByHourOffset(int offsetInHours)
public static java.util.List<TimeZoneCity> filterByHourOffset(java.util.List<TimeZoneCity> cities, int offsetInHours)
public static java.util.List<TimeZoneCity> getWorldCitiesByContinent(TimeZoneCity.Continent continent)