Uses of Class
com.ibm.icu.util.Region.RegionType

Packages that use Region.RegionType
com.ibm.icu.util International calendars and other utility classes. 
 

Uses of Region.RegionType in com.ibm.icu.util
 

Methods in com.ibm.icu.util that return Region.RegionType
 Region.RegionType Region.getType()
          Deprecated. This API might change or be removed in a future release.
static Region.RegionType Region.RegionType.valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static Region.RegionType[] Region.RegionType.values()
          Deprecated. 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
static Set<Region> Region.getAvailable(Region.RegionType type)
          Deprecated. This API might change or be removed in a future release.
 boolean Region.isOfType(Region.RegionType type)
          Deprecated. This API might change or be removed in a future release.
 



Copyright (c) 2012 IBM Corporation and others.