Package | Description |
---|---|
com.ibm.icu.util |
International calendars and other utility classes.
|
Modifier and Type | Method and Description |
---|---|
Region |
Region.getContainingRegion()
Used to determine the macroregion that geographically contains this region.
|
Region |
Region.getContainingRegion(Region.RegionType type)
Used to determine the macroregion that geographically contains this region and that matches the given type.
|
static Region |
Region.getInstance(int code)
Returns a Region using the given numeric code as defined by UNM.49
|
static Region |
Region.getInstance(String id)
Returns a Region using the given region ID.
|
Modifier and Type | Method and Description |
---|---|
static Set<Region> |
Region.getAvailable(Region.RegionType type)
Used to retrieve all available regions of a specific type.
|
Set<Region> |
Region.getContainedRegions()
Used to determine the sub-regions that are contained within this region.
|
Set<Region> |
Region.getContainedRegions(Region.RegionType type)
Used to determine all the regions that are contained within this region and that match the given type
|
List<Region> |
Region.getPreferredValues() |
Modifier and Type | Method and Description |
---|---|
int |
Region.compareTo(Region other) |
boolean |
Region.contains(Region other) |
Copyright © 2016 Unicode, Inc. and others.