class com.apple.laf.ImageCache$PixelCountSoftReference extends java.lang.ref.SoftReference<java.awt.Image>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.ImageCache$PixelCountSoftReference
  super_class: java.lang.ref.SoftReference
{
  final int pixelCount;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int hash;
    descriptor: I
    flags: (0x0010) 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 int scale;
    descriptor: I
    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.Image, java.lang.ref.ReferenceQueue<? super java.awt.Image>, int, int, java.awt.GraphicsConfiguration, int, int, int, apple.laf.JRSUIState);
    descriptor: (Ljava/awt/Image;Ljava/lang/ref/ReferenceQueue;IILjava/awt/GraphicsConfiguration;IIILapple/laf/JRSUIState;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=10, args_size=10
        start local 0 // com.apple.laf.ImageCache$PixelCountSoftReference this
        start local 1 // java.awt.Image referent
        start local 2 // java.lang.ref.ReferenceQueue q
        start local 3 // int pixelCount
        start local 4 // int hash
        start local 5 // java.awt.GraphicsConfiguration config
        start local 6 // int w
        start local 7 // int h
        start local 8 // int scale
        start local 9 // apple.laf.JRSUIState state
         0: .line 198
            aload 0 /* this */
            aload 1 /* referent */
            aload 2 /* q */
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
         1: .line 199
            aload 0 /* this */
            iload 3 /* pixelCount */
            putfield com.apple.laf.ImageCache$PixelCountSoftReference.pixelCount:I
         2: .line 200
            aload 0 /* this */
            iload 4 /* hash */
            putfield com.apple.laf.ImageCache$PixelCountSoftReference.hash:I
         3: .line 201
            aload 0 /* this */
            aload 5 /* config */
            putfield com.apple.laf.ImageCache$PixelCountSoftReference.config:Ljava/awt/GraphicsConfiguration;
         4: .line 202
            aload 0 /* this */
            iload 6 /* w */
            putfield com.apple.laf.ImageCache$PixelCountSoftReference.w:I
         5: .line 203
            aload 0 /* this */
            iload 7 /* h */
            putfield com.apple.laf.ImageCache$PixelCountSoftReference.h:I
         6: .line 204
            aload 0 /* this */
            iload 8 /* scale */
            putfield com.apple.laf.ImageCache$PixelCountSoftReference.scale:I
         7: .line 205
            aload 0 /* this */
            aload 9 /* state */
            putfield com.apple.laf.ImageCache$PixelCountSoftReference.state:Lapple/laf/JRSUIState;
         8: .line 206
            return
        end local 9 // apple.laf.JRSUIState state
        end local 8 // int scale
        end local 7 // int h
        end local 6 // int w
        end local 5 // java.awt.GraphicsConfiguration config
        end local 4 // int hash
        end local 3 // int pixelCount
        end local 2 // java.lang.ref.ReferenceQueue q
        end local 1 // java.awt.Image referent
        end local 0 // com.apple.laf.ImageCache$PixelCountSoftReference this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lcom/apple/laf/ImageCache$PixelCountSoftReference;
            0    9     1    referent  Ljava/awt/Image;
            0    9     2           q  Ljava/lang/ref/ReferenceQueue<-Ljava/awt/Image;>;
            0    9     3  pixelCount  I
            0    9     4        hash  I
            0    9     5      config  Ljava/awt/GraphicsConfiguration;
            0    9     6           w  I
            0    9     7           h  I
            0    9     8       scale  I
            0    9     9       state  Lapple/laf/JRSUIState;
    Signature: (Ljava/awt/Image;Ljava/lang/ref/ReferenceQueue<-Ljava/awt/Image;>;IILjava/awt/GraphicsConfiguration;IIILapple/laf/JRSUIState;)V
    MethodParameters:
            Name  Flags
      referent    final
      q           final
      pixelCount  final
      hash        final
      config      final
      w           final
      h           final
      scale       final
      state       final

  boolean equals(java.awt.GraphicsConfiguration, int, int, int, apple.laf.JRSUIState);
    descriptor: (Ljava/awt/GraphicsConfiguration;IIILapple/laf/JRSUIState;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // com.apple.laf.ImageCache$PixelCountSoftReference this
        start local 1 // java.awt.GraphicsConfiguration config
        start local 2 // int w
        start local 3 // int h
        start local 4 // int scale
        start local 5 // apple.laf.JRSUIState state
         0: .line 210
            aload 1 /* config */
            aload 0 /* this */
            getfield com.apple.laf.ImageCache$PixelCountSoftReference.config:Ljava/awt/GraphicsConfiguration;
            if_acmpne 3
            iload 2 /* w */
            aload 0 /* this */
            getfield com.apple.laf.ImageCache$PixelCountSoftReference.w:I
            if_icmpne 3
            iload 3 /* h */
            aload 0 /* this */
            getfield com.apple.laf.ImageCache$PixelCountSoftReference.h:I
            if_icmpne 3
         1: .line 211
            iload 4 /* scale */
            aload 0 /* this */
            getfield com.apple.laf.ImageCache$PixelCountSoftReference.scale:I
            if_icmpne 3
            aload 5 /* state */
            aload 0 /* this */
            getfield com.apple.laf.ImageCache$PixelCountSoftReference.state:Lapple/laf/JRSUIState;
            invokevirtual apple.laf.JRSUIState.equals:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 210
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 5 // apple.laf.JRSUIState state
        end local 4 // int scale
        end local 3 // int h
        end local 2 // int w
        end local 1 // java.awt.GraphicsConfiguration config
        end local 0 // com.apple.laf.ImageCache$PixelCountSoftReference this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/apple/laf/ImageCache$PixelCountSoftReference;
            0    4     1  config  Ljava/awt/GraphicsConfiguration;
            0    4     2       w  I
            0    4     3       h  I
            0    4     4   scale  I
            0    4     5   state  Lapple/laf/JRSUIState;
    MethodParameters:
        Name  Flags
      config  final
      w       final
      h       final
      scale   final
      state   final
}
Signature: Ljava/lang/ref/SoftReference<Ljava/awt/Image;>;
SourceFile: "ImageCache.java"
NestHost: com.apple.laf.ImageCache
InnerClasses:
  private PixelCountSoftReference = com.apple.laf.ImageCache$PixelCountSoftReference of com.apple.laf.ImageCache