Package | Description |
---|---|
com.ibm.icu.util |
International calendars and other utility classes.
|
Modifier and Type | Method and Description |
---|---|
Region.RegionType |
Region.getType()
Returns this region's type.
|
static Region.RegionType |
Region.RegionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Region.RegionType[] |
Region.RegionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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(Region.RegionType type)
Used to determine all the regions that are contained within this region and that match the given type
|
Region |
Region.getContainingRegion(Region.RegionType type)
Used to determine the macroregion that geographically contains this region and that matches the given type.
|
Copyright © 2016 Unicode, Inc. and others.