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 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.49static Region
Region. getInstance(java.lang.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 java.util.Set<Region>
Region. getAvailable(Region.RegionType type)
Used to retrieve all available regions of a specific type.java.util.Set<Region>
Region. getContainedRegions()
Used to determine the sub-regions that are contained within this region.java.util.Set<Region>
Region. getContainedRegions(Region.RegionType type)
Used to determine all the regions that are contained within this region and that match the given typejava.util.List<Region>
Region. getPreferredValues()
Methods in com.ibm.icu.util with parameters of type Region Modifier and Type Method Description int
Region. compareTo(Region other)
boolean
Region. contains(Region other)
-