final class com.sun.webkit.text.TextBreakIterator$CacheKey
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.webkit.text.TextBreakIterator$CacheKey
  super_class: java.lang.Object
{
  private final int type;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Locale locale;
    descriptor: Ljava/util/Locale;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int hashCode;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(int, java.util.Locale);
    descriptor: (ILjava/util/Locale;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.webkit.text.TextBreakIterator$CacheKey this
        start local 1 // int type
        start local 2 // java.util.Locale locale
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 61
            aload 0 /* this */
            iload 1 /* type */
            putfield com.sun.webkit.text.TextBreakIterator$CacheKey.type:I
         2: .line 62
            aload 0 /* this */
            aload 2 /* locale */
            putfield com.sun.webkit.text.TextBreakIterator$CacheKey.locale:Ljava/util/Locale;
         3: .line 63
            aload 0 /* this */
            aload 2 /* locale */
            invokevirtual java.util.Locale.hashCode:()I
            iload 1 /* type */
            iadd
            putfield com.sun.webkit.text.TextBreakIterator$CacheKey.hashCode:I
         4: .line 64
            return
        end local 2 // java.util.Locale locale
        end local 1 // int type
        end local 0 // com.sun.webkit.text.TextBreakIterator$CacheKey this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/webkit/text/TextBreakIterator$CacheKey;
            0    5     1    type  I
            0    5     2  locale  Ljava/util/Locale;
    MethodParameters:
        Name  Flags
      type    
      locale  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.webkit.text.TextBreakIterator$CacheKey this
        start local 1 // java.lang.Object o
         0: .line 67
            aload 1 /* o */
            instanceof com.sun.webkit.text.TextBreakIterator$CacheKey
            ifne 2
         1: .line 68
            iconst_0
            ireturn
         2: .line 70
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast com.sun.webkit.text.TextBreakIterator$CacheKey
            astore 2 /* that */
        start local 2 // com.sun.webkit.text.TextBreakIterator$CacheKey that
         3: .line 71
            aload 2 /* that */
            getfield com.sun.webkit.text.TextBreakIterator$CacheKey.type:I
            aload 0 /* this */
            getfield com.sun.webkit.text.TextBreakIterator$CacheKey.type:I
            if_icmpne 4
            aload 2 /* that */
            getfield com.sun.webkit.text.TextBreakIterator$CacheKey.locale:Ljava/util/Locale;
            aload 0 /* this */
            getfield com.sun.webkit.text.TextBreakIterator$CacheKey.locale:Ljava/util/Locale;
            invokevirtual java.util.Locale.equals:(Ljava/lang/Object;)Z
            ifeq 4
            iconst_1
            ireturn
      StackMap locals: com.sun.webkit.text.TextBreakIterator$CacheKey
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // com.sun.webkit.text.TextBreakIterator$CacheKey that
        end local 1 // java.lang.Object o
        end local 0 // com.sun.webkit.text.TextBreakIterator$CacheKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/webkit/text/TextBreakIterator$CacheKey;
            0    5     1     o  Ljava/lang/Object;
            3    5     2  that  Lcom/sun/webkit/text/TextBreakIterator$CacheKey;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.text.TextBreakIterator$CacheKey this
         0: .line 75
            aload 0 /* this */
            getfield com.sun.webkit.text.TextBreakIterator$CacheKey.hashCode:I
            ireturn
        end local 0 // com.sun.webkit.text.TextBreakIterator$CacheKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/text/TextBreakIterator$CacheKey;
}
SourceFile: "TextBreakIterator.java"
NestHost: com.sun.webkit.text.TextBreakIterator
InnerClasses:
  private final CacheKey = com.sun.webkit.text.TextBreakIterator$CacheKey of com.sun.webkit.text.TextBreakIterator