public interface CountriesGeoJsonService
| Modifier and Type | Method and Description |
|---|---|
Optional<Feature> |
countryByIdOrName(String idOrName) |
Optional<Map.Entry<String,Double>> |
entryByCountry(Map<String,Double> data,
Feature value) |
Feature[] |
getCountries() |
String |
getCountryName(Feature country) |
String |
getCountryNameByCode(String code) |
Optional<Double> |
valueByCountry(Map<String,Double> data,
Feature value) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.