Class ULocale.RegionValidateMap

  • Enclosing class:
    ULocale

    @Deprecated
    public static class ULocale.RegionValidateMap
    extends java.lang.Object
    Deprecated.
    This API is ICU internal only.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ULocale.RegionValidateMap BUILTIN
      Deprecated.
      This API is ICU internal only.
      private static int[] gValidRegionMap
      Deprecated.
       
      protected int[] map
      Deprecated.
      This API is ICU internal only.
    • Constructor Summary

      Constructors 
      Constructor Description
      RegionValidateMap()
      Deprecated.
      This API is ICU internal only.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean equals​(ULocale.RegionValidateMap that)
      Deprecated.
      This API is ICU internal only.
      boolean isSet​(java.lang.String region)
      Deprecated.
      This API is ICU internal only.
      protected int value​(java.lang.String region)
      Deprecated.
      This API is ICU internal only.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • map

        @Deprecated
        protected int[] map
        Deprecated.
        This API is ICU internal only.
      • gValidRegionMap

        private static int[] gValidRegionMap
        Deprecated.
    • Constructor Detail

      • RegionValidateMap

        @Deprecated
        public RegionValidateMap()
        Deprecated.
        This API is ICU internal only.
    • Method Detail

      • isSet

        @Deprecated
        public boolean isSet​(java.lang.String region)
        Deprecated.
        This API is ICU internal only.
      • value

        @Deprecated
        protected int value​(java.lang.String region)
        Deprecated.
        This API is ICU internal only.