class com.apple.laf.AquaPainter$AquaPixelsKey implements sun.awt.image.ImageCache$PixelsKey
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaPainter$AquaPixelsKey
  super_class: java.lang.Object
{
  private final int pixelCount;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final java.awt.GraphicsConfiguration config;
    descriptor: Ljava/awt/GraphicsConfiguration;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private final java.awt.Rectangle bounds;
    descriptor: Ljava/awt/Rectangle;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final apple.laf.JRSUIState state;
    descriptor: Lapple/laf/JRSUIState;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.awt.GraphicsConfiguration, int, int, java.awt.Rectangle, apple.laf.JRSUIState);
    descriptor: (Ljava/awt/GraphicsConfiguration;IILjava/awt/Rectangle;Lapple/laf/JRSUIState;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // com.apple.laf.AquaPainter$AquaPixelsKey this
        start local 1 // java.awt.GraphicsConfiguration config
        start local 2 // int w
        start local 3 // int h
        start local 4 // java.awt.Rectangle bounds
        start local 5 // apple.laf.JRSUIState state
         0: .line 220
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 223
            aload 0 /* this */
            iload 2 /* w */
            iload 3 /* h */
            imul
            putfield com.apple.laf.AquaPainter$AquaPixelsKey.pixelCount:I
         2: .line 224
            aload 0 /* this */
            aload 1 /* config */
            putfield com.apple.laf.AquaPainter$AquaPixelsKey.config:Ljava/awt/GraphicsConfiguration;
         3: .line 225
            aload 0 /* this */
            iload 2 /* w */
            putfield com.apple.laf.AquaPainter$AquaPixelsKey.w:I
         4: .line 226
            aload 0 /* this */
            iload 3 /* h */
            putfield com.apple.laf.AquaPainter$AquaPixelsKey.h:I
         5: .line 227
            aload 0 /* this */
            aload 4 /* bounds */
            putfield com.apple.laf.AquaPainter$AquaPixelsKey.bounds:Ljava/awt/Rectangle;
         6: .line 228
            aload 0 /* this */
            aload 5 /* state */
            putfield com.apple.laf.AquaPainter$AquaPixelsKey.state:Lapple/laf/JRSUIState;
         7: .line 229
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaPainter$AquaPixelsKey.hash:()I
            putfield com.apple.laf.AquaPainter$AquaPixelsKey.hash:I
         8: .line 230
            return
        end local 5 // apple.laf.JRSUIState state
        end local 4 // java.awt.Rectangle bounds
        end local 3 // int h
        end local 2 // int w
        end local 1 // java.awt.GraphicsConfiguration config
        end local 0 // com.apple.laf.AquaPainter$AquaPixelsKey this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/apple/laf/AquaPainter$AquaPixelsKey;
            0    9     1  config  Ljava/awt/GraphicsConfiguration;
            0    9     2       w  I
            0    9     3       h  I
            0    9     4  bounds  Ljava/awt/Rectangle;
            0    9     5   state  Lapple/laf/JRSUIState;
    MethodParameters:
        Name  Flags
      config  final
      w       final
      h       final
      bounds  final
      state   final

  public int getPixelCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaPainter$AquaPixelsKey this
         0: .line 234
            aload 0 /* this */
            getfield com.apple.laf.AquaPainter$AquaPixelsKey.pixelCount:I
            ireturn
        end local 0 // com.apple.laf.AquaPainter$AquaPixelsKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaPainter$AquaPixelsKey;

  private int hash();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.apple.laf.AquaPainter$AquaPixelsKey this
         0: .line 238
            aload 0 /* this */
            getfield com.apple.laf.AquaPainter$AquaPixelsKey.config:Ljava/awt/GraphicsConfiguration;
            ifnull 1
            aload 0 /* this */
            getfield com.apple.laf.AquaPainter$AquaPixelsKey.config:Ljava/awt/GraphicsConfiguration;
            invokevirtual java.lang.Object.hashCode:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* hash */
        start local 1 // int hash
         3: .line 239
            bipush 31
            iload 1 /* hash */
            imul
            aload 0 /* this */
            getfield com.apple.laf.AquaPainter$AquaPixelsKey.w:I
            iadd
            istore 1 /* hash */
         4: .line 240
            bipush 31
            iload 1 /* hash */
            imul
            aload 0 /* this */
            getfield com.apple.laf.AquaPainter$AquaPixelsKey.h:I
            iadd
            istore 1 /* hash */
         5: .line 241
            bipush 31
            iload 1 /* hash */
            imul
            aload 0 /* this */
            getfield com.apple.laf.AquaPainter$AquaPixelsKey.bounds:Ljava/awt/Rectangle;
            invokevirtual java.awt.Rectangle.hashCode:()I
            iadd
            istore 1 /* hash */
         6: .line 242
            bipush 31
            iload 1 /* hash */
            imul
            aload 0 /* this */
            getfield com.apple.laf.AquaPainter$AquaPixelsKey.state:Lapple/laf/JRSUIState;
            invokevirtual apple.laf.JRSUIState.hashCode:()I
            iadd
            istore 1 /* hash */
         7: .line 243
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // com.apple.laf.AquaPainter$AquaPixelsKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/apple/laf/AquaPainter$AquaPixelsKey;
            3    8     1  hash  I

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaPainter$AquaPixelsKey this
         0: .line 248
            aload 0 /* this */
            getfield com.apple.laf.AquaPainter$AquaPixelsKey.hash:I
            ireturn
        end local 0 // com.apple.laf.AquaPainter$AquaPixelsKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaPainter$AquaPixelsKey;

  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.apple.laf.AquaPainter$AquaPixelsKey this
        start local 1 // java.lang.Object obj
         0: .line 253
            aload 1 /* obj */
            instanceof com.apple.laf.AquaPainter$AquaPixelsKey
            ifeq 6
         1: .line 254
            aload 1 /* obj */
            checkcast com.apple.laf.AquaPainter$AquaPixelsKey
            astore 2 /* key */
        start local 2 // com.apple.laf.AquaPainter$AquaPixelsKey key
         2: .line 255
            aload 0 /* this */
            getfield com.apple.laf.AquaPainter$AquaPixelsKey.config:Ljava/awt/GraphicsConfiguration;
            aload 2 /* key */
            getfield com.apple.laf.AquaPainter$AquaPixelsKey.config:Ljava/awt/GraphicsConfiguration;
            if_acmpne 5
            aload 0 /* this */
            getfield com.apple.laf.AquaPainter$AquaPixelsKey.w:I
            aload 2 /* key */
            getfield com.apple.laf.AquaPainter$AquaPixelsKey.w:I
            if_icmpne 5
            aload 0 /* this */
            getfield com.apple.laf.AquaPainter$AquaPixelsKey.h:I
            aload 2 /* key */
            getfield com.apple.laf.AquaPainter$AquaPixelsKey.h:I
            if_icmpne 5
         3: .line 256
            aload 0 /* this */
            getfield com.apple.laf.AquaPainter$AquaPixelsKey.bounds:Ljava/awt/Rectangle;
            aload 2 /* key */
            getfield com.apple.laf.AquaPainter$AquaPixelsKey.bounds:Ljava/awt/Rectangle;
            invokevirtual java.awt.Rectangle.equals:(Ljava/lang/Object;)Z
            ifeq 5
            aload 0 /* this */
            getfield com.apple.laf.AquaPainter$AquaPixelsKey.state:Lapple/laf/JRSUIState;
            aload 2 /* key */
            getfield com.apple.laf.AquaPainter$AquaPixelsKey.state:Lapple/laf/JRSUIState;
            invokevirtual apple.laf.JRSUIState.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 255
            iconst_1
            ireturn
      StackMap locals: com.apple.laf.AquaPainter$AquaPixelsKey
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // com.apple.laf.AquaPainter$AquaPixelsKey key
         6: .line 258
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.apple.laf.AquaPainter$AquaPixelsKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/apple/laf/AquaPainter$AquaPixelsKey;
            0    7     1   obj  Ljava/lang/Object;
            2    6     2   key  Lcom/apple/laf/AquaPainter$AquaPixelsKey;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "AquaPainter.java"
NestHost: com.apple.laf.AquaPainter
InnerClasses:
  private AquaPixelsKey = com.apple.laf.AquaPainter$AquaPixelsKey of com.apple.laf.AquaPainter
  public abstract PixelsKey = sun.awt.image.ImageCache$PixelsKey of sun.awt.image.ImageCache