Uses of Class
com.ibm.icu.util.Region.RegionType
-
Packages that use Region.RegionType Package Description com.ibm.icu.util -
-
Uses of Region.RegionType in com.ibm.icu.util
Methods in com.ibm.icu.util that return Region.RegionType Modifier and Type Method Description Region.RegionTypeRegion. getType()Returns this region's type.static Region.RegionTypeRegion.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.Methods in com.ibm.icu.util with parameters of type Region.RegionType Modifier and Type Method 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 typeRegionRegion. getContainingRegion(Region.RegionType type)Used to determine the macroregion that geographically contains this region and that matches the given type.
-