public class javax.swing.plaf.nimbus.Effect$ArrayCache
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.plaf.nimbus.Effect$ArrayCache
  super_class: java.lang.Object
{
  private java.lang.ref.SoftReference<int[]> tmpIntArray;
    descriptor: Ljava/lang/ref/SoftReference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/ref/SoftReference<[I>;

  private java.lang.ref.SoftReference<byte[]> tmpByteArray1;
    descriptor: Ljava/lang/ref/SoftReference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/ref/SoftReference<[B>;

  private java.lang.ref.SoftReference<byte[]> tmpByteArray2;
    descriptor: Ljava/lang/ref/SoftReference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/ref/SoftReference<[B>;

  private java.lang.ref.SoftReference<byte[]> tmpByteArray3;
    descriptor: Ljava/lang/ref/SoftReference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/ref/SoftReference<[B>;

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.plaf.nimbus.Effect$ArrayCache this
         0: .line 87
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 88
            aload 0 /* this */
            aconst_null
            putfield javax.swing.plaf.nimbus.Effect$ArrayCache.tmpIntArray:Ljava/lang/ref/SoftReference;
         2: .line 89
            aload 0 /* this */
            aconst_null
            putfield javax.swing.plaf.nimbus.Effect$ArrayCache.tmpByteArray1:Ljava/lang/ref/SoftReference;
         3: .line 90
            aload 0 /* this */
            aconst_null
            putfield javax.swing.plaf.nimbus.Effect$ArrayCache.tmpByteArray2:Ljava/lang/ref/SoftReference;
         4: .line 91
            aload 0 /* this */
            aconst_null
            putfield javax.swing.plaf.nimbus.Effect$ArrayCache.tmpByteArray3:Ljava/lang/ref/SoftReference;
         5: .line 87
            return
        end local 0 // javax.swing.plaf.nimbus.Effect$ArrayCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavax/swing/plaf/nimbus/Effect$ArrayCache;

  protected int[] getTmpIntArray(int);
    descriptor: (I)[I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javax.swing.plaf.nimbus.Effect$ArrayCache this
        start local 1 // int size
         0: .line 95
            aload 0 /* this */
            getfield javax.swing.plaf.nimbus.Effect$ArrayCache.tmpIntArray:Ljava/lang/ref/SoftReference;
            ifnull 2
            aload 0 /* this */
            getfield javax.swing.plaf.nimbus.Effect$ArrayCache.tmpIntArray:Ljava/lang/ref/SoftReference;
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast int[]
            dup
            astore 2 /* tmp */
        start local 2 // int[] tmp
         1: ifnull 2
            aload 2 /* tmp */
            arraylength
            iload 1 /* size */
            if_icmpge 4
        end local 2 // int[] tmp
         2: .line 97
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            newarray 10
            astore 2 /* tmp */
        start local 2 // int[] tmp
         3: .line 98
            aload 0 /* this */
            new java.lang.ref.SoftReference
            dup
            aload 2 /* tmp */
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;)V
            putfield javax.swing.plaf.nimbus.Effect$ArrayCache.tmpIntArray:Ljava/lang/ref/SoftReference;
         4: .line 100
      StackMap locals: int[]
      StackMap stack:
            aload 2 /* tmp */
            areturn
        end local 2 // int[] tmp
        end local 1 // int size
        end local 0 // javax.swing.plaf.nimbus.Effect$ArrayCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/swing/plaf/nimbus/Effect$ArrayCache;
            0    5     1  size  I
            1    2     2   tmp  [I
            3    5     2   tmp  [I
    MethodParameters:
      Name  Flags
      size  

  protected byte[] getTmpByteArray1(int);
    descriptor: (I)[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javax.swing.plaf.nimbus.Effect$ArrayCache this
        start local 1 // int size
         0: .line 105
            aload 0 /* this */
            getfield javax.swing.plaf.nimbus.Effect$ArrayCache.tmpByteArray1:Ljava/lang/ref/SoftReference;
            ifnull 2
            aload 0 /* this */
            getfield javax.swing.plaf.nimbus.Effect$ArrayCache.tmpByteArray1:Ljava/lang/ref/SoftReference;
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast byte[]
            dup
            astore 2 /* tmp */
        start local 2 // byte[] tmp
         1: ifnull 2
            aload 2 /* tmp */
            arraylength
            iload 1 /* size */
            if_icmpge 4
        end local 2 // byte[] tmp
         2: .line 107
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            newarray 8
            astore 2 /* tmp */
        start local 2 // byte[] tmp
         3: .line 108
            aload 0 /* this */
            new java.lang.ref.SoftReference
            dup
            aload 2 /* tmp */
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;)V
            putfield javax.swing.plaf.nimbus.Effect$ArrayCache.tmpByteArray1:Ljava/lang/ref/SoftReference;
         4: .line 110
      StackMap locals: byte[]
      StackMap stack:
            aload 2 /* tmp */
            areturn
        end local 2 // byte[] tmp
        end local 1 // int size
        end local 0 // javax.swing.plaf.nimbus.Effect$ArrayCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/swing/plaf/nimbus/Effect$ArrayCache;
            0    5     1  size  I
            1    2     2   tmp  [B
            3    5     2   tmp  [B
    MethodParameters:
      Name  Flags
      size  

  protected byte[] getTmpByteArray2(int);
    descriptor: (I)[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javax.swing.plaf.nimbus.Effect$ArrayCache this
        start local 1 // int size
         0: .line 115
            aload 0 /* this */
            getfield javax.swing.plaf.nimbus.Effect$ArrayCache.tmpByteArray2:Ljava/lang/ref/SoftReference;
            ifnull 2
            aload 0 /* this */
            getfield javax.swing.plaf.nimbus.Effect$ArrayCache.tmpByteArray2:Ljava/lang/ref/SoftReference;
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast byte[]
            dup
            astore 2 /* tmp */
        start local 2 // byte[] tmp
         1: ifnull 2
            aload 2 /* tmp */
            arraylength
            iload 1 /* size */
            if_icmpge 4
        end local 2 // byte[] tmp
         2: .line 117
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            newarray 8
            astore 2 /* tmp */
        start local 2 // byte[] tmp
         3: .line 118
            aload 0 /* this */
            new java.lang.ref.SoftReference
            dup
            aload 2 /* tmp */
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;)V
            putfield javax.swing.plaf.nimbus.Effect$ArrayCache.tmpByteArray2:Ljava/lang/ref/SoftReference;
         4: .line 120
      StackMap locals: byte[]
      StackMap stack:
            aload 2 /* tmp */
            areturn
        end local 2 // byte[] tmp
        end local 1 // int size
        end local 0 // javax.swing.plaf.nimbus.Effect$ArrayCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/swing/plaf/nimbus/Effect$ArrayCache;
            0    5     1  size  I
            1    2     2   tmp  [B
            3    5     2   tmp  [B
    MethodParameters:
      Name  Flags
      size  

  protected byte[] getTmpByteArray3(int);
    descriptor: (I)[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javax.swing.plaf.nimbus.Effect$ArrayCache this
        start local 1 // int size
         0: .line 125
            aload 0 /* this */
            getfield javax.swing.plaf.nimbus.Effect$ArrayCache.tmpByteArray3:Ljava/lang/ref/SoftReference;
            ifnull 2
            aload 0 /* this */
            getfield javax.swing.plaf.nimbus.Effect$ArrayCache.tmpByteArray3:Ljava/lang/ref/SoftReference;
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast byte[]
            dup
            astore 2 /* tmp */
        start local 2 // byte[] tmp
         1: ifnull 2
            aload 2 /* tmp */
            arraylength
            iload 1 /* size */
            if_icmpge 4
        end local 2 // byte[] tmp
         2: .line 127
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            newarray 8
            astore 2 /* tmp */
        start local 2 // byte[] tmp
         3: .line 128
            aload 0 /* this */
            new java.lang.ref.SoftReference
            dup
            aload 2 /* tmp */
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;)V
            putfield javax.swing.plaf.nimbus.Effect$ArrayCache.tmpByteArray3:Ljava/lang/ref/SoftReference;
         4: .line 130
      StackMap locals: byte[]
      StackMap stack:
            aload 2 /* tmp */
            areturn
        end local 2 // byte[] tmp
        end local 1 // int size
        end local 0 // javax.swing.plaf.nimbus.Effect$ArrayCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/swing/plaf/nimbus/Effect$ArrayCache;
            0    5     1  size  I
            1    2     2   tmp  [B
            3    5     2   tmp  [B
    MethodParameters:
      Name  Flags
      size  
}
SourceFile: "Effect.java"
NestHost: javax.swing.plaf.nimbus.Effect
InnerClasses:
  protected ArrayCache = javax.swing.plaf.nimbus.Effect$ArrayCache of javax.swing.plaf.nimbus.Effect