class sun.util.locale.BaseLocale$Cache extends sun.util.locale.LocaleObjectCache<sun.util.locale.BaseLocale$Key, sun.util.locale.BaseLocale>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.util.locale.BaseLocale$Cache
  super_class: sun.util.locale.LocaleObjectCache
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.util.locale.BaseLocale$Cache this
         0: .line 294
            aload 0 /* this */
            invokespecial sun.util.locale.LocaleObjectCache.<init>:()V
         1: .line 295
            return
        end local 0 // sun.util.locale.BaseLocale$Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/util/locale/BaseLocale$Cache;

  protected sun.util.locale.BaseLocale$Key normalizeKey(sun.util.locale.BaseLocale$Key);
    descriptor: (Lsun/util/locale/BaseLocale$Key;)Lsun/util/locale/BaseLocale$Key;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.util.locale.BaseLocale$Cache this
        start local 1 // sun.util.locale.BaseLocale$Key key
         0: .line 299
            aload 1 /* key */
            invokestatic sun.util.locale.BaseLocale$Key.normalize:(Lsun/util/locale/BaseLocale$Key;)Lsun/util/locale/BaseLocale$Key;
            areturn
        end local 1 // sun.util.locale.BaseLocale$Key key
        end local 0 // sun.util.locale.BaseLocale$Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/util/locale/BaseLocale$Cache;
            0    1     1   key  Lsun/util/locale/BaseLocale$Key;
    MethodParameters:
      Name  Flags
      key   

  protected sun.util.locale.BaseLocale createObject(sun.util.locale.BaseLocale$Key);
    descriptor: (Lsun/util/locale/BaseLocale$Key;)Lsun/util/locale/BaseLocale;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.util.locale.BaseLocale$Cache this
        start local 1 // sun.util.locale.BaseLocale$Key key
         0: .line 304
            aload 1 /* key */
            invokestatic sun.util.locale.BaseLocale$Key.normalize:(Lsun/util/locale/BaseLocale$Key;)Lsun/util/locale/BaseLocale$Key;
            invokevirtual sun.util.locale.BaseLocale$Key.getBaseLocale:()Lsun/util/locale/BaseLocale;
            areturn
        end local 1 // sun.util.locale.BaseLocale$Key key
        end local 0 // sun.util.locale.BaseLocale$Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/util/locale/BaseLocale$Cache;
            0    1     1   key  Lsun/util/locale/BaseLocale$Key;
    MethodParameters:
      Name  Flags
      key   

  protected java.lang.Object createObject(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast sun.util.locale.BaseLocale$Key
            invokevirtual sun.util.locale.BaseLocale$Cache.createObject:(Lsun/util/locale/BaseLocale$Key;)Lsun/util/locale/BaseLocale;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.lang.Object normalizeKey(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast sun.util.locale.BaseLocale$Key
            invokevirtual sun.util.locale.BaseLocale$Cache.normalizeKey:(Lsun/util/locale/BaseLocale$Key;)Lsun/util/locale/BaseLocale$Key;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lsun/util/locale/LocaleObjectCache<Lsun/util/locale/BaseLocale$Key;Lsun/util/locale/BaseLocale;>;
SourceFile: "BaseLocale.java"
NestHost: sun.util.locale.BaseLocale
InnerClasses:
  private Cache = sun.util.locale.BaseLocale$Cache of sun.util.locale.BaseLocale
  private final Key = sun.util.locale.BaseLocale$Key of sun.util.locale.BaseLocale