public final class org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray implements java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray
  super_class: java.lang.Object
{
  public char[][][] set;
    descriptor: [[[C
    flags: (0x0001) ACC_PUBLIC

  public int elementSize;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  int threshold;
    descriptor: I
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray this
         0: .line 30
            aload 0 /* this */
            bipush 13
            invokespecial org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.<init>:(I)V
         1: .line 31
            return
        end local 0 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/core/util/HashSetOfCharArrayArray;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray this
        start local 1 // int size
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.elementSize:I
         2: .line 36
            aload 0 /* this */
            iload 1 /* size */
            putfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.threshold:I
         3: .line 37
            iload 1 /* size */
            i2f
            ldc 1.75
            fmul
            f2i
            istore 2 /* extraRoom */
        start local 2 // int extraRoom
         4: .line 38
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.threshold:I
            iload 2 /* extraRoom */
            if_icmpne 6
         5: .line 39
            iinc 2 /* extraRoom */ 1
         6: .line 40
      StackMap locals: org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* extraRoom */
            anewarray char[][]
            putfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.set:[[[C
         7: .line 41
            return
        end local 2 // int extraRoom
        end local 1 // int size
        end local 0 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/eclipse/jdt/internal/core/util/HashSetOfCharArrayArray;
            0    8     1       size  I
            4    8     2  extraRoom  I
    MethodParameters:
      Name  Flags
      size  

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray this
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray
            astore 1 /* result */
        start local 1 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray result
         1: .line 46
            aload 1 /* result */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.elementSize:I
            putfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.elementSize:I
         2: .line 47
            aload 1 /* result */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.threshold:I
            putfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.threshold:I
         3: .line 49
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.set:[[[C
            arraylength
            istore 2 /* length */
        start local 2 // int length
         4: .line 50
            aload 1 /* result */
            iload 2 /* length */
            anewarray char[][]
            putfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.set:[[[C
         5: .line 51
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.set:[[[C
            iconst_0
            aload 1 /* result */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.set:[[[C
            iconst_0
            iload 2 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 53
            aload 1 /* result */
            areturn
        end local 2 // int length
        end local 1 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray result
        end local 0 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/jdt/internal/core/util/HashSetOfCharArrayArray;
            1    7     1  result  Lorg/eclipse/jdt/internal/core/util/HashSetOfCharArrayArray;
            4    7     2  length  I
    Exceptions:
      throws java.lang.CloneNotSupportedException

  public boolean contains(char[][]);
    descriptor: ([[C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray this
        start local 1 // char[][] array
         0: .line 57
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.set:[[[C
            arraylength
            istore 2 /* length */
        start local 2 // int length
         1: .line 58
            aload 0 /* this */
            aload 1 /* array */
            invokevirtual org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.hashCode:([[C)I
            iload 2 /* length */
            irem
            istore 3 /* index */
        start local 3 // int index
         2: .line 59
            aload 1 /* array */
            arraylength
            istore 4 /* arrayLength */
        start local 4 // int arrayLength
         3: .line 61
            goto 8
        start local 5 // char[][] currentArray
         4: .line 62
      StackMap locals: org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray char[][] int int int char[][]
      StackMap stack:
            aload 5 /* currentArray */
            arraylength
            iload 4 /* arrayLength */
            if_icmpne 6
            aload 5 /* currentArray */
            aload 1 /* array */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([[C[[C)Z
            ifeq 6
         5: .line 63
            iconst_1
            ireturn
         6: .line 64
      StackMap locals:
      StackMap stack:
            iinc 3 /* index */ 1
            iload 3 /* index */
            iload 2 /* length */
            if_icmpne 8
         7: .line 65
            iconst_0
            istore 3 /* index */
        end local 5 // char[][] currentArray
         8: .line 61
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.set:[[[C
            iload 3 /* index */
            aaload
            dup
            astore 5 /* currentArray */
        start local 5 // char[][] currentArray
         9: ifnonnull 4
        10: .line 68
            iconst_0
            ireturn
        end local 5 // char[][] currentArray
        end local 4 // int arrayLength
        end local 3 // int index
        end local 2 // int length
        end local 1 // char[][] array
        end local 0 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lorg/eclipse/jdt/internal/core/util/HashSetOfCharArrayArray;
            0   11     1         array  [[C
            1   11     2        length  I
            2   11     3         index  I
            3   11     4   arrayLength  I
            4    8     5  currentArray  [[C
            9   11     5  currentArray  [[C
    MethodParameters:
       Name  Flags
      array  

  private int hashCode(char[][]);
    descriptor: ([[C)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray this
        start local 1 // char[][] element
         0: .line 72
            aload 0 /* this */
            aload 1 /* element */
            aload 1 /* element */
            arraylength
            invokevirtual org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.hashCode:([[CI)I
            ireturn
        end local 1 // char[][] element
        end local 0 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/jdt/internal/core/util/HashSetOfCharArrayArray;
            0    1     1  element  [[C
    MethodParameters:
         Name  Flags
      element  

  private int hashCode(char[][], int);
    descriptor: ([[CI)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray this
        start local 1 // char[][] element
        start local 2 // int length
         0: .line 76
            iconst_0
            istore 3 /* hash */
        start local 3 // int hash
         1: .line 77
            iload 2 /* length */
            iconst_1
            isub
            istore 4 /* i */
        start local 4 // int i
         2: goto 5
         3: .line 78
      StackMap locals: int int
      StackMap stack:
            iload 3 /* hash */
            aload 1 /* element */
            iload 4 /* i */
            aaload
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.hashCode:([C)I
            invokestatic org.eclipse.jdt.internal.core.util.Util.combineHashCodes:(II)I
            istore 3 /* hash */
         4: .line 77
            iinc 4 /* i */ -1
      StackMap locals:
      StackMap stack:
         5: iload 4 /* i */
            ifge 3
        end local 4 // int i
         6: .line 79
            iload 3 /* hash */
            ldc 2147483647
            iand
            ireturn
        end local 3 // int hash
        end local 2 // int length
        end local 1 // char[][] element
        end local 0 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/eclipse/jdt/internal/core/util/HashSetOfCharArrayArray;
            0    7     1  element  [[C
            0    7     2   length  I
            1    7     3     hash  I
            2    6     4        i  I
    MethodParameters:
         Name  Flags
      element  
      length   

  public char[][] add(char[][]);
    descriptor: ([[C)[[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray this
        start local 1 // char[][] array
         0: .line 83
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.set:[[[C
            arraylength
            istore 2 /* length */
        start local 2 // int length
         1: .line 84
            aload 0 /* this */
            aload 1 /* array */
            invokevirtual org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.hashCode:([[C)I
            iload 2 /* length */
            irem
            istore 3 /* index */
        start local 3 // int index
         2: .line 85
            aload 1 /* array */
            arraylength
            istore 4 /* arrayLength */
        start local 4 // int arrayLength
         3: .line 87
            goto 8
        start local 5 // char[][] currentArray
         4: .line 88
      StackMap locals: org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray char[][] int int int char[][]
      StackMap stack:
            aload 5 /* currentArray */
            arraylength
            iload 4 /* arrayLength */
            if_icmpne 6
            aload 5 /* currentArray */
            aload 1 /* array */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([[C[[C)Z
            ifeq 6
         5: .line 89
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.set:[[[C
            iload 3 /* index */
            aload 1 /* array */
            dup_x2
            aastore
            areturn
         6: .line 90
      StackMap locals:
      StackMap stack:
            iinc 3 /* index */ 1
            iload 3 /* index */
            iload 2 /* length */
            if_icmpne 8
         7: .line 91
            iconst_0
            istore 3 /* index */
        end local 5 // char[][] currentArray
         8: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.set:[[[C
            iload 3 /* index */
            aaload
            dup
            astore 5 /* currentArray */
        start local 5 // char[][] currentArray
         9: ifnonnull 4
        10: .line 94
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.set:[[[C
            iload 3 /* index */
            aload 1 /* array */
            aastore
        11: .line 97
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.elementSize:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.elementSize:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.threshold:I
            if_icmple 13
        12: .line 98
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.rehash:()V
        13: .line 99
      StackMap locals: char[][]
      StackMap stack:
            aload 1 /* array */
            areturn
        end local 5 // char[][] currentArray
        end local 4 // int arrayLength
        end local 3 // int index
        end local 2 // int length
        end local 1 // char[][] array
        end local 0 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          this  Lorg/eclipse/jdt/internal/core/util/HashSetOfCharArrayArray;
            0   14     1         array  [[C
            1   14     2        length  I
            2   14     3         index  I
            3   14     4   arrayLength  I
            4    8     5  currentArray  [[C
            9   14     5  currentArray  [[C
    MethodParameters:
       Name  Flags
      array  

  public char[][] remove(char[][]);
    descriptor: ([[C)[[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray this
        start local 1 // char[][] array
         0: .line 103
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.set:[[[C
            arraylength
            istore 2 /* length */
        start local 2 // int length
         1: .line 104
            aload 0 /* this */
            aload 1 /* array */
            invokevirtual org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.hashCode:([[C)I
            iload 2 /* length */
            irem
            istore 3 /* index */
        start local 3 // int index
         2: .line 105
            aload 1 /* array */
            arraylength
            istore 4 /* arrayLength */
        start local 4 // int arrayLength
         3: .line 107
            goto 12
        start local 5 // char[][] currentArray
         4: .line 108
      StackMap locals: org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray char[][] int int int char[][]
      StackMap stack:
            aload 5 /* currentArray */
            arraylength
            iload 4 /* arrayLength */
            if_icmpne 10
            aload 5 /* currentArray */
            aload 1 /* array */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([[C[[C)Z
            ifeq 10
         5: .line 109
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.set:[[[C
            iload 3 /* index */
            aaload
            astore 6 /* existing */
        start local 6 // char[][] existing
         6: .line 110
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.elementSize:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.elementSize:I
         7: .line 111
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.set:[[[C
            iload 3 /* index */
            aconst_null
            aastore
         8: .line 112
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.rehash:()V
         9: .line 113
            aload 6 /* existing */
            areturn
        end local 6 // char[][] existing
        10: .line 115
      StackMap locals:
      StackMap stack:
            iinc 3 /* index */ 1
            iload 3 /* index */
            iload 2 /* length */
            if_icmpne 12
        11: .line 116
            iconst_0
            istore 3 /* index */
        end local 5 // char[][] currentArray
        12: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.set:[[[C
            iload 3 /* index */
            aaload
            dup
            astore 5 /* currentArray */
        start local 5 // char[][] currentArray
        13: ifnonnull 4
        14: .line 119
            aconst_null
            areturn
        end local 5 // char[][] currentArray
        end local 4 // int arrayLength
        end local 3 // int index
        end local 2 // int length
        end local 1 // char[][] array
        end local 0 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lorg/eclipse/jdt/internal/core/util/HashSetOfCharArrayArray;
            0   15     1         array  [[C
            1   15     2        length  I
            2   15     3         index  I
            3   15     4   arrayLength  I
            4   12     5  currentArray  [[C
           13   15     5  currentArray  [[C
            6   10     6      existing  [[C
    MethodParameters:
       Name  Flags
      array  

  private void rehash();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray this
         0: .line 123
            new org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.elementSize:I
            iconst_2
            imul
            invokespecial org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.<init>:(I)V
            astore 1 /* newHashSet */
        start local 1 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray newHashSet
         1: .line 125
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.set:[[[C
            arraylength
            istore 3 /* i */
        start local 3 // int i
         2: goto 6
         3: .line 126
      StackMap locals: org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray top int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.set:[[[C
            iload 3 /* i */
            aaload
            dup
            astore 2 /* currentArray */
        start local 2 // char[][] currentArray
         4: ifnull 6
         5: .line 127
            aload 1 /* newHashSet */
            aload 2 /* currentArray */
            invokevirtual org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.add:([[C)[[C
            pop
        end local 2 // char[][] currentArray
         6: .line 125
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ -1
            iload 3 /* i */
            ifge 3
        end local 3 // int i
         7: .line 129
            aload 0 /* this */
            aload 1 /* newHashSet */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.set:[[[C
            putfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.set:[[[C
         8: .line 130
            aload 0 /* this */
            aload 1 /* newHashSet */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.threshold:I
            putfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.threshold:I
         9: .line 131
            return
        end local 1 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray newHashSet
        end local 0 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lorg/eclipse/jdt/internal/core/util/HashSetOfCharArrayArray;
            1   10     1    newHashSet  Lorg/eclipse/jdt/internal/core/util/HashSetOfCharArrayArray;
            4    6     2  currentArray  [[C
            2    7     3             i  I

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray this
         0: .line 134
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.elementSize:I
            ireturn
        end local 0 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/util/HashSetOfCharArrayArray;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=10, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray this
         0: .line 139
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* buffer */
        start local 1 // java.lang.StringBuffer buffer
         1: .line 140
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.set:[[[C
            arraylength
            istore 3 /* length */
        start local 3 // int length
         3: goto 31
         4: .line 141
      StackMap locals: java.lang.StringBuffer int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray.set:[[[C
            iload 2 /* i */
            aaload
            astore 4 /* arrayArray */
        start local 4 // char[][] arrayArray
         5: .line 142
            aload 4 /* arrayArray */
            ifnull 30
         6: .line 143
            aload 1 /* buffer */
            ldc "{"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 144
            iconst_0
            istore 5 /* j */
        start local 5 // int j
         8: aload 4 /* arrayArray */
            arraylength
            istore 6 /* length2 */
        start local 6 // int length2
         9: goto 26
        10: .line 145
      StackMap locals: char[][] int int
      StackMap stack:
            aload 4 /* arrayArray */
            iload 5 /* j */
            aaload
            astore 7 /* array */
        start local 7 // char[] array
        11: .line 146
            aload 1 /* buffer */
            bipush 123
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        12: .line 147
            iconst_0
            istore 8 /* k */
        start local 8 // int k
        13: aload 7 /* array */
            arraylength
            istore 9 /* length3 */
        start local 9 // int length3
        14: goto 21
        15: .line 148
      StackMap locals: char[] int int
      StackMap stack:
            aload 1 /* buffer */
            bipush 39
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        16: .line 149
            aload 1 /* buffer */
            aload 7 /* array */
            iload 8 /* k */
            caload
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        17: .line 150
            aload 1 /* buffer */
            bipush 39
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        18: .line 151
            iload 8 /* k */
            iload 9 /* length3 */
            iconst_1
            isub
            if_icmpeq 20
        19: .line 152
            aload 1 /* buffer */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        20: .line 147
      StackMap locals:
      StackMap stack:
            iinc 8 /* k */ 1
      StackMap locals:
      StackMap stack:
        21: iload 8 /* k */
            iload 9 /* length3 */
            if_icmplt 15
        end local 9 // int length3
        end local 8 // int k
        22: .line 154
            aload 1 /* buffer */
            bipush 125
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        23: .line 155
            iload 5 /* j */
            iload 6 /* length2 */
            iconst_1
            isub
            if_icmpeq 25
        24: .line 156
            aload 1 /* buffer */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        end local 7 // char[] array
        25: .line 144
      StackMap locals:
      StackMap stack:
            iinc 5 /* j */ 1
      StackMap locals:
      StackMap stack:
        26: iload 5 /* j */
            iload 6 /* length2 */
            if_icmplt 10
        end local 6 // int length2
        end local 5 // int j
        27: .line 158
            aload 1 /* buffer */
            ldc "}"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        28: .line 159
            iload 2 /* i */
            iload 3 /* length */
            iconst_1
            isub
            if_icmpeq 30
        29: .line 160
            aload 1 /* buffer */
            bipush 10
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        end local 4 // char[][] arrayArray
        30: .line 140
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        31: iload 2 /* i */
            iload 3 /* length */
            if_icmplt 4
        end local 3 // int length
        end local 2 // int i
        32: .line 163
            aload 1 /* buffer */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer buffer
        end local 0 // org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   33     0        this  Lorg/eclipse/jdt/internal/core/util/HashSetOfCharArrayArray;
            1   33     1      buffer  Ljava/lang/StringBuffer;
            2   32     2           i  I
            3   32     3      length  I
            5   30     4  arrayArray  [[C
            8   27     5           j  I
            9   27     6     length2  I
           11   25     7       array  [C
           13   22     8           k  I
           14   22     9     length3  I
}
SourceFile: "HashSetOfCharArrayArray.java"