Uses of Enum
com.ibm.icu.util.Region.RegionType
Packages that use Region.RegionType
-
Uses of Region.RegionType in com.ibm.icu.util
Methods in com.ibm.icu.util that return Region.RegionTypeModifier and TypeMethodDescriptionRegion.getType()
Returns this region's type.static Region.RegionType
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.RegionTypeModifier and TypeMethodDescriptionRegion.getAvailable
(Region.RegionType type) Used to retrieve all available regions of a specific type.Region.getContainedRegions
(Region.RegionType type) Used to determine all the regions that are contained within this region and that match the given typeRegion.getContainingRegion
(Region.RegionType type) Used to determine the macroregion that geographically contains this region and that matches the given type.