Uses of Class
com.ibm.icu.util.Region
-
Packages that use Region Package Description com.ibm.icu.util International calendars and other utility classes. -
-
Uses of Region in com.ibm.icu.util
Methods in com.ibm.icu.util that return Region Modifier and Type Method Description RegionRegion. getContainingRegion()Used to determine the macroregion that geographically contains this region.RegionRegion. getContainingRegion(Region.RegionType type)Used to determine the macroregion that geographically contains this region and that matches the given type.static RegionRegion. getInstance(int code)Returns a Region using the given numeric code as defined by UNM.49static RegionRegion. getInstance(String id)Returns a Region using the given region ID.Methods in com.ibm.icu.util that return types with arguments of type Region 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()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 typeList<Region>Region. getPreferredValues()Methods in com.ibm.icu.util with parameters of type Region Modifier and Type Method Description intRegion. compareTo(Region other)booleanRegion. contains(Region other)
-