public final class org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet implements org.eclipse.collections.api.set.primitive.MutableByteSet, java.io.Externalizable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final byte MAX_BYTE_GROUP_1;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -65

  private static final byte MAX_BYTE_GROUP_2;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  private static final byte MAX_BYTE_GROUP_3;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 63

  private long bitGroup1;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long bitGroup2;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long bitGroup3;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long bitGroup4;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private short size;
    descriptor: S
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            return
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // int initialCapacity
         0: .line 71
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 73
            iload 1 /* initialCapacity */
            ifge 3
         2: .line 75
            new java.lang.IllegalArgumentException
            dup
            ldc "initial capacity cannot be less than 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 77
      StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet int
      StackMap stack:
            return
        end local 1 // int initialCapacity
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    4     1  initialCapacity  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      initialCapacity  

  public void <init>(org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet);
    descriptor: (Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet set
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 81
            aload 0 /* this */
            aload 1 /* set */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
         2: .line 82
            aload 0 /* this */
            aload 1 /* set */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
         3: .line 83
            aload 0 /* this */
            aload 1 /* set */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
         4: .line 84
            aload 0 /* this */
            aload 1 /* set */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
         5: .line 85
            aload 0 /* this */
            aload 1 /* set */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
         6: .line 86
            return
        end local 1 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet set
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    7     1   set  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
    MethodParameters:
      Name  Flags
      set   

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // byte[] elements
         0: .line 90
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.<init>:()V
         1: .line 91
            aload 0 /* this */
            aload 1 /* elements */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.addAll:([B)Z
            pop
         2: .line 92
            return
        end local 1 // byte[] elements
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    3     1  elements  [B
    MethodParameters:
          Name  Flags
      elements  

  public static org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet newSet(org.eclipse.collections.api.ByteIterable);
    descriptor: (Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.ByteIterable source
         0: .line 96
            aload 0 /* source */
            instanceof org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
            ifeq 2
         1: .line 98
            new org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
            dup
            aload 0 /* source */
            checkcast org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.<init>:(Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;)V
            areturn
         2: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* source */
            invokeinterface org.eclipse.collections.api.ByteIterable.toArray:()[B
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.newSetWith:([B)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            areturn
        end local 0 // org.eclipse.collections.api.ByteIterable source
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0  source  Lorg/eclipse/collections/api/ByteIterable;
    MethodParameters:
        Name  Flags
      source  

  public static org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet newSetWith(byte[]);
    descriptor: ([B)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // byte[] source
         0: .line 106
            new org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
            dup
            aload 0 /* source */
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.<init>:([B)V
            areturn
        end local 0 // byte[] source
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  source  [B
    MethodParameters:
        Name  Flags
      source  

  public boolean add(byte);
    descriptor: (B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // byte element
         0: .line 112
            iload 1 /* element */
            bipush -65
            if_icmpgt 6
         1: .line 114
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
            lstore 2 /* initial */
        start local 2 // long initial
         2: .line 116
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
            lconst_1
            iload 1 /* element */
            iconst_1
            iadd
            iconst_m1
            imul
            i2b
            lshl
            lor
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
         3: .line 118
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
            lload 2 /* initial */
            lcmp
            ifeq 23
         4: .line 120
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
            iconst_1
            iadd
            i2s
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
         5: .line 121
            iconst_1
            ireturn
        end local 2 // long initial
         6: .line 124
      StackMap locals:
      StackMap stack:
            iload 1 /* element */
            iconst_m1
            if_icmpgt 12
         7: .line 126
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
            lstore 2 /* initial */
        start local 2 // long initial
         8: .line 128
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
            lconst_1
            iload 1 /* element */
            iconst_1
            iadd
            iconst_m1
            imul
            i2b
            lshl
            lor
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
         9: .line 130
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
            lload 2 /* initial */
            lcmp
            ifeq 23
        10: .line 132
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
            iconst_1
            iadd
            i2s
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
        11: .line 133
            iconst_1
            ireturn
        end local 2 // long initial
        12: .line 136
      StackMap locals:
      StackMap stack:
            iload 1 /* element */
            bipush 63
            if_icmpgt 18
        13: .line 138
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
            lstore 2 /* initial */
        start local 2 // long initial
        14: .line 140
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
            lconst_1
            iload 1 /* element */
            lshl
            lor
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
        15: .line 142
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
            lload 2 /* initial */
            lcmp
            ifeq 23
        16: .line 144
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
            iconst_1
            iadd
            i2s
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
        17: .line 145
            iconst_1
            ireturn
        end local 2 // long initial
        18: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
            lstore 2 /* initial */
        start local 2 // long initial
        19: .line 152
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
            lconst_1
            iload 1 /* element */
            lshl
            lor
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
        20: .line 154
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
            lload 2 /* initial */
            lcmp
            ifeq 23
        21: .line 156
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
            iconst_1
            iadd
            i2s
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
        22: .line 157
            iconst_1
            ireturn
        end local 2 // long initial
        23: .line 161
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // byte element
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   24     0     this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0   24     1  element  B
            2    6     2  initial  J
            8   12     2  initial  J
           14   18     2  initial  J
           19   23     2  initial  J
    MethodParameters:
         Name  Flags
      element  

  public boolean remove(byte);
    descriptor: (B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // byte value
         0: .line 167
            iload 1 /* value */
            bipush -65
            if_icmpgt 7
         1: .line 169
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
            lstore 2 /* initial */
        start local 2 // long initial
         2: .line 170
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
            lconst_1
            iload 1 /* value */
            iconst_1
            iadd
            iconst_m1
            imul
            i2b
            lshl
            ldc -1
            lxor
            land
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
         3: .line 171
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
            lload 2 /* initial */
            lcmp
            ifne 5
         4: .line 173
            iconst_0
            ireturn
         5: .line 175
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
            iconst_1
            isub
            i2s
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
         6: .line 176
            iconst_1
            ireturn
        end local 2 // long initial
         7: .line 178
      StackMap locals:
      StackMap stack:
            iload 1 /* value */
            iconst_m1
            if_icmpgt 14
         8: .line 180
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
            lstore 2 /* initial */
        start local 2 // long initial
         9: .line 181
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
            lconst_1
            iload 1 /* value */
            iconst_1
            iadd
            iconst_m1
            imul
            i2b
            lshl
            ldc -1
            lxor
            land
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
        10: .line 183
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
            lload 2 /* initial */
            lcmp
            ifne 12
        11: .line 185
            iconst_0
            ireturn
        12: .line 187
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
            iconst_1
            isub
            i2s
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
        13: .line 188
            iconst_1
            ireturn
        end local 2 // long initial
        14: .line 190
      StackMap locals:
      StackMap stack:
            iload 1 /* value */
            bipush 63
            if_icmpgt 21
        15: .line 192
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
            lstore 2 /* initial */
        start local 2 // long initial
        16: .line 193
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
            lconst_1
            iload 1 /* value */
            lshl
            ldc -1
            lxor
            land
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
        17: .line 194
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
            lload 2 /* initial */
            lcmp
            ifne 19
        18: .line 196
            iconst_0
            ireturn
        19: .line 198
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
            iconst_1
            isub
            i2s
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
        20: .line 199
            iconst_1
            ireturn
        end local 2 // long initial
        21: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
            lstore 2 /* initial */
        start local 2 // long initial
        22: .line 203
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
            lconst_1
            iload 1 /* value */
            lshl
            ldc -1
            lxor
            land
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
        23: .line 204
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
            lload 2 /* initial */
            lcmp
            ifne 25
        24: .line 206
            iconst_0
            ireturn
        25: .line 208
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
            iconst_1
            isub
            i2s
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
        26: .line 209
            iconst_1
            ireturn
        end local 2 // long initial
        end local 1 // byte value
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   27     0     this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0   27     1    value  B
            2    7     2  initial  J
            9   14     2  initial  J
           16   21     2  initial  J
           22   27     2  initial  J
    MethodParameters:
       Name  Flags
      value  

  public boolean contains(byte);
    descriptor: (B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // byte value
         0: .line 215
            iload 1 /* value */
            bipush -65
            if_icmpgt 3
         1: .line 217
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
            iload 1 /* value */
            iconst_1
            iadd
            iconst_m1
            imul
            i2b
            lushr
            lconst_1
            land
            lconst_0
            lcmp
            ifeq 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 219
      StackMap locals:
      StackMap stack:
            iload 1 /* value */
            iconst_m1
            if_icmpgt 6
         4: .line 221
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
            iload 1 /* value */
            iconst_1
            iadd
            iconst_m1
            imul
            i2b
            lushr
            lconst_1
            land
            lconst_0
            lcmp
            ifeq 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
         6: .line 223
      StackMap locals:
      StackMap stack:
            iload 1 /* value */
            bipush 63
            if_icmpgt 9
         7: .line 225
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
            iload 1 /* value */
            lushr
            lconst_1
            land
            lconst_0
            lcmp
            ifeq 8
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         8: iconst_0
            ireturn
         9: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
            iload 1 /* value */
            lushr
            lconst_1
            land
            lconst_0
            lcmp
            ifeq 10
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        10: iconst_0
            ireturn
        end local 1 // byte value
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0   11     1  value  B
    MethodParameters:
       Name  Flags
      value  

  public org.eclipse.collections.api.LazyIterable<org.eclipse.collections.api.tuple.primitive.ByteBytePair> cartesianProduct(org.eclipse.collections.api.set.primitive.ByteSet);
    descriptor: (Lorg/eclipse/collections/api/set/primitive/ByteSet;)Lorg/eclipse/collections/api/LazyIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // org.eclipse.collections.api.set.primitive.ByteSet set
         0: .line 235
            aload 0 /* this */
            aload 1 /* set */
            invokestatic org.eclipse.collections.impl.factory.primitive.ByteSets.cartesianProduct:(Lorg/eclipse/collections/api/set/primitive/ByteSet;Lorg/eclipse/collections/api/set/primitive/ByteSet;)Lorg/eclipse/collections/api/LazyIterable;
            areturn
        end local 1 // org.eclipse.collections.api.set.primitive.ByteSet set
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    1     1   set  Lorg/eclipse/collections/api/set/primitive/ByteSet;
    Signature: (Lorg/eclipse/collections/api/set/primitive/ByteSet;)Lorg/eclipse/collections/api/LazyIterable<Lorg/eclipse/collections/api/tuple/primitive/ByteBytePair;>;
    MethodParameters:
      Name  Flags
      set   

  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 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // java.lang.Object obj
         0: .line 241
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 243
            iconst_1
            ireturn
         2: .line 246
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.eclipse.collections.api.set.primitive.ByteSet
            ifne 4
         3: .line 248
            iconst_0
            ireturn
         4: .line 251
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.eclipse.collections.api.set.primitive.ByteSet
            astore 2 /* other */
        start local 2 // org.eclipse.collections.api.set.primitive.ByteSet other
         5: .line 252
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            aload 2 /* other */
            invokeinterface org.eclipse.collections.api.set.primitive.ByteSet.size:()I
            if_icmpne 6
            aload 0 /* this */
            aload 2 /* other */
            invokeinterface org.eclipse.collections.api.set.primitive.ByteSet.toArray:()[B
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.containsAll:([B)Z
            ifeq 6
            iconst_1
            ireturn
      StackMap locals: org.eclipse.collections.api.set.primitive.ByteSet
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // org.eclipse.collections.api.set.primitive.ByteSet other
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    7     1    obj  Ljava/lang/Object;
            5    7     2  other  Lorg/eclipse/collections/api/set/primitive/ByteSet;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 258
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.sum:()J
            l2i
            ireturn
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 264
            aload 0 /* this */
            ldc "["
            ldc ", "
            ldc "]"
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 270
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
            ireturn
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 276
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;

  public boolean notEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 282
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;

  public java.lang.String makeString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 288
            aload 0 /* this */
            ldc ", "
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.makeString:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;

  public java.lang.String makeString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // java.lang.String separator
         0: .line 294
            aload 0 /* this */
            ldc ""
            aload 1 /* separator */
            ldc ""
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String separator
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    1     1  separator  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      separator  

  public java.lang.String makeString(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // java.lang.String start
        start local 2 // java.lang.String separator
        start local 3 // java.lang.String end
         0: .line 300
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 4 /* stringBuilder */
        start local 4 // java.lang.Appendable stringBuilder
         1: .line 301
            aload 0 /* this */
            aload 4 /* stringBuilder */
            aload 1 /* start */
            aload 2 /* separator */
            aload 3 /* end */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         2: .line 302
            aload 4 /* stringBuilder */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 4 // java.lang.Appendable stringBuilder
        end local 3 // java.lang.String end
        end local 2 // java.lang.String separator
        end local 1 // java.lang.String start
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    3     1          start  Ljava/lang/String;
            0    3     2      separator  Ljava/lang/String;
            0    3     3            end  Ljava/lang/String;
            1    3     4  stringBuilder  Ljava/lang/Appendable;
    MethodParameters:
           Name  Flags
      start      
      separator  
      end        

  public void appendString(java.lang.Appendable);
    descriptor: (Ljava/lang/Appendable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // java.lang.Appendable appendable
         0: .line 308
            aload 0 /* this */
            aload 1 /* appendable */
            ldc ", "
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.appendString:(Ljava/lang/Appendable;Ljava/lang/String;)V
         1: .line 309
            return
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    2     1  appendable  Ljava/lang/Appendable;
    MethodParameters:
            Name  Flags
      appendable  

  public void appendString(java.lang.Appendable, java.lang.String);
    descriptor: (Ljava/lang/Appendable;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String separator
         0: .line 314
            aload 0 /* this */
            aload 1 /* appendable */
            ldc ""
            aload 2 /* separator */
            ldc ""
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 315
            return
        end local 2 // java.lang.String separator
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    2     1  appendable  Ljava/lang/Appendable;
            0    2     2   separator  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      appendable  
      separator   

  public void appendString(java.lang.Appendable, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=5
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String start
        start local 3 // java.lang.String separator
        start local 4 // java.lang.String end
         0: .line 322
            aload 1 /* appendable */
            aload 2 /* start */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         1: .line 323
            iconst_0
            istore 5 /* count */
        start local 5 // int count
         2: .line 324
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/MutableByteIterator;
            astore 6 /* iterator */
        start local 6 // org.eclipse.collections.api.iterator.ByteIterator iterator
         3: .line 326
            goto 8
         4: .line 328
      StackMap locals: int org.eclipse.collections.api.iterator.ByteIterator
      StackMap stack:
            iload 5 /* count */
            ifle 6
         5: .line 330
            aload 1 /* appendable */
            aload 3 /* separator */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         6: .line 333
      StackMap locals:
      StackMap stack:
            iinc 5 /* count */ 1
         7: .line 334
            aload 1 /* appendable */
            aload 6 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         8: .line 326
      StackMap locals:
      StackMap stack:
            aload 6 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
            ifne 4
         9: .line 337
            aload 1 /* appendable */
            aload 4 /* end */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        end local 6 // org.eclipse.collections.api.iterator.ByteIterator iterator
        end local 5 // int count
        10: .line 338
            goto 13
        11: .line 339
      StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet java.lang.Appendable java.lang.String java.lang.String java.lang.String
      StackMap stack: java.io.IOException
            astore 5 /* e */
        start local 5 // java.io.IOException e
        12: .line 341
            new java.lang.RuntimeException
            dup
            aload 5 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.io.IOException e
        13: .line 343
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.String end
        end local 3 // java.lang.String separator
        end local 2 // java.lang.String start
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0   14     1  appendable  Ljava/lang/Appendable;
            0   14     2       start  Ljava/lang/String;
            0   14     3   separator  Ljava/lang/String;
            0   14     4         end  Ljava/lang/String;
            2   10     5       count  I
            3   10     6    iterator  Lorg/eclipse/collections/api/iterator/ByteIterator;
           12   13     5           e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    10      11  Class java.io.IOException
    MethodParameters:
            Name  Flags
      appendable  
      start       
      separator   
      end         

  public boolean addAll(byte[]);
    descriptor: ([B)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // byte[] source
         0: .line 348
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 349
            aload 1 /* source */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 5
      StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet byte[] int top int int byte[]
      StackMap stack:
         2: aload 6
            iload 4
            baload
            istore 3 /* item */
        start local 3 // byte item
         3: .line 351
            aload 0 /* this */
            iload 3 /* item */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.add:(B)Z
            pop
        end local 3 // byte item
         4: .line 349
            iinc 4 1
      StackMap locals:
      StackMap stack:
         5: iload 4
            iload 5
            if_icmplt 2
         6: .line 353
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            iload 2 /* oldSize */
            if_icmpeq 7
            iconst_1
            ireturn
      StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet byte[] int
      StackMap stack:
         7: iconst_0
            ireturn
        end local 2 // int oldSize
        end local 1 // byte[] source
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    8     1   source  [B
            1    8     2  oldSize  I
            3    4     3     item  B
    MethodParameters:
        Name  Flags
      source  

  public boolean addAll(org.eclipse.collections.api.ByteIterable);
    descriptor: (Lorg/eclipse/collections/api/ByteIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // org.eclipse.collections.api.ByteIterable source
         0: .line 359
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.ByteIterable.isEmpty:()Z
            ifeq 2
         1: .line 361
            iconst_0
            ireturn
         2: .line 363
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         3: .line 365
            aload 1 /* source */
            instanceof org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
            ifeq 15
         4: .line 367
            aload 1 /* source */
            checkcast org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
            astore 3 /* hashSet */
        start local 3 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet hashSet
         5: .line 369
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
         6: .line 370
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
            aload 3 /* hashSet */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
            lor
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
         7: .line 371
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
            invokestatic java.lang.Long.bitCount:(J)I
            iadd
            i2s
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
         8: .line 373
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
            aload 3 /* hashSet */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
            lor
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
         9: .line 374
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
            invokestatic java.lang.Long.bitCount:(J)I
            iadd
            i2s
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
        10: .line 376
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
            aload 3 /* hashSet */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
            lor
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
        11: .line 377
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
            invokestatic java.lang.Long.bitCount:(J)I
            iadd
            i2s
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
        12: .line 379
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
            aload 3 /* hashSet */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
            lor
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
        13: .line 380
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
            invokestatic java.lang.Long.bitCount:(J)I
            iadd
            i2s
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
        end local 3 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet hashSet
        14: .line 381
            goto 20
        15: .line 384
      StackMap locals: int
      StackMap stack:
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.ByteIterable.byteIterator:()Lorg/eclipse/collections/api/iterator/ByteIterator;
            astore 3 /* iterator */
        start local 3 // org.eclipse.collections.api.iterator.ByteIterator iterator
        16: .line 385
            goto 19
        17: .line 387
      StackMap locals: org.eclipse.collections.api.iterator.ByteIterator
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
            istore 4 /* item */
        start local 4 // byte item
        18: .line 388
            aload 0 /* this */
            iload 4 /* item */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.add:(B)Z
            pop
        end local 4 // byte item
        19: .line 385
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
            ifne 17
        end local 3 // org.eclipse.collections.api.iterator.ByteIterator iterator
        20: .line 391
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            iload 2 /* oldSize */
            if_icmpeq 21
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        21: iconst_0
            ireturn
        end local 2 // int oldSize
        end local 1 // org.eclipse.collections.api.ByteIterable source
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   22     0      this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0   22     1    source  Lorg/eclipse/collections/api/ByteIterable;
            3   22     2   oldSize  I
            5   14     3   hashSet  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
           16   20     3  iterator  Lorg/eclipse/collections/api/iterator/ByteIterator;
           18   19     4      item  B
    MethodParameters:
        Name  Flags
      source  

  public boolean removeAll(org.eclipse.collections.api.ByteIterable);
    descriptor: (Lorg/eclipse/collections/api/ByteIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // org.eclipse.collections.api.ByteIterable source
         0: .line 397
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.ByteIterable.isEmpty:()Z
            ifeq 2
         1: .line 399
            iconst_0
            ireturn
         2: .line 401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         3: .line 402
            aload 1 /* source */
            instanceof org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
            ifeq 15
         4: .line 404
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
         5: .line 405
            aload 1 /* source */
            checkcast org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
            astore 3 /* hashSet */
        start local 3 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet hashSet
         6: .line 406
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
            aload 3 /* hashSet */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
            ldc -1
            lxor
            land
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
         7: .line 407
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
            invokestatic java.lang.Long.bitCount:(J)I
            iadd
            i2s
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
         8: .line 409
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
            aload 3 /* hashSet */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
            ldc -1
            lxor
            land
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
         9: .line 410
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
            invokestatic java.lang.Long.bitCount:(J)I
            iadd
            i2s
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
        10: .line 412
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
            aload 3 /* hashSet */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
            ldc -1
            lxor
            land
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
        11: .line 413
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
            invokestatic java.lang.Long.bitCount:(J)I
            iadd
            i2s
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
        12: .line 415
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
            aload 3 /* hashSet */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
            ldc -1
            lxor
            land
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
        13: .line 416
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
            invokestatic java.lang.Long.bitCount:(J)I
            iadd
            i2s
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
        end local 3 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet hashSet
        14: .line 417
            goto 20
        15: .line 420
      StackMap locals: int
      StackMap stack:
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.ByteIterable.byteIterator:()Lorg/eclipse/collections/api/iterator/ByteIterator;
            astore 3 /* iterator */
        start local 3 // org.eclipse.collections.api.iterator.ByteIterator iterator
        16: .line 421
            goto 19
        17: .line 423
      StackMap locals: org.eclipse.collections.api.iterator.ByteIterator
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
            istore 4 /* item */
        start local 4 // byte item
        18: .line 424
            aload 0 /* this */
            iload 4 /* item */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.remove:(B)Z
            pop
        end local 4 // byte item
        19: .line 421
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
            ifne 17
        end local 3 // org.eclipse.collections.api.iterator.ByteIterator iterator
        20: .line 427
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            iload 2 /* oldSize */
            if_icmpeq 21
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        21: iconst_0
            ireturn
        end local 2 // int oldSize
        end local 1 // org.eclipse.collections.api.ByteIterable source
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   22     0      this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0   22     1    source  Lorg/eclipse/collections/api/ByteIterable;
            3   22     2   oldSize  I
            6   14     3   hashSet  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
           16   20     3  iterator  Lorg/eclipse/collections/api/iterator/ByteIterator;
           18   19     4      item  B
    MethodParameters:
        Name  Flags
      source  

  public boolean removeAll(byte[]);
    descriptor: ([B)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // byte[] source
         0: .line 433
            aload 1 /* source */
            arraylength
            ifne 2
         1: .line 435
            iconst_0
            ireturn
         2: .line 437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         3: .line 438
            aload 1 /* source */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 7
      StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet byte[] int top int int byte[]
      StackMap stack:
         4: aload 6
            iload 4
            baload
            istore 3 /* item */
        start local 3 // byte item
         5: .line 440
            aload 0 /* this */
            iload 3 /* item */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.remove:(B)Z
            pop
        end local 3 // byte item
         6: .line 438
            iinc 4 1
      StackMap locals:
      StackMap stack:
         7: iload 4
            iload 5
            if_icmplt 4
         8: .line 442
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            iload 2 /* oldSize */
            if_icmpeq 9
            iconst_1
            ireturn
      StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet byte[] int
      StackMap stack:
         9: iconst_0
            ireturn
        end local 2 // int oldSize
        end local 1 // byte[] source
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0   10     1   source  [B
            3   10     2  oldSize  I
            5    6     3     item  B
    MethodParameters:
        Name  Flags
      source  

  public boolean retainAll(org.eclipse.collections.api.ByteIterable);
    descriptor: (Lorg/eclipse/collections/api/ByteIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // org.eclipse.collections.api.ByteIterable source
         0: .line 448
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 449
            aload 1 /* source */
            instanceof org.eclipse.collections.api.set.primitive.ByteSet
            ifeq 2
            aload 1 /* source */
            checkcast org.eclipse.collections.api.set.primitive.ByteSet
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 1 /* source */
            invokeinterface org.eclipse.collections.api.ByteIterable.toSet:()Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
      StackMap locals:
      StackMap stack: org.eclipse.collections.api.set.primitive.ByteSet
         3: astore 3 /* sourceSet */
        start local 3 // org.eclipse.collections.api.set.primitive.ByteSet sourceSet
         4: .line 451
            aload 0 /* this */
            aload 3 /* sourceSet */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic accept(Lorg/eclipse/collections/api/set/primitive/ByteSet;)Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (B)Z
                  org/eclipse/collections/api/ByteIterable.contains(B)Z (9 itf)
                  (B)Z
                  1
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            astore 4 /* retained */
        start local 4 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet retained
         5: .line 452
            aload 4 /* retained */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            iload 2 /* oldSize */
            if_icmpeq 12
         6: .line 454
            aload 0 /* this */
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
         7: .line 455
            aload 0 /* this */
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
         8: .line 456
            aload 0 /* this */
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
         9: .line 457
            aload 0 /* this */
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
        10: .line 458
            aload 0 /* this */
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
        11: .line 459
            iconst_1
            ireturn
        12: .line 462
      StackMap locals: org.eclipse.collections.api.set.primitive.ByteSet org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet retained
        end local 3 // org.eclipse.collections.api.set.primitive.ByteSet sourceSet
        end local 2 // int oldSize
        end local 1 // org.eclipse.collections.api.ByteIterable source
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0   13     1     source  Lorg/eclipse/collections/api/ByteIterable;
            1   13     2    oldSize  I
            4   13     3  sourceSet  Lorg/eclipse/collections/api/set/primitive/ByteSet;
            5   13     4   retained  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
    MethodParameters:
        Name  Flags
      source  

  public boolean retainAll(byte[]);
    descriptor: ([B)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // byte[] source
         0: .line 468
            aload 0 /* this */
            aload 1 /* source */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.newSetWith:([B)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.retainAll:(Lorg/eclipse/collections/api/ByteIterable;)Z
            ireturn
        end local 1 // byte[] source
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    1     1  source  [B
    MethodParameters:
        Name  Flags
      source  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 474
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
         1: .line 475
            aload 0 /* this */
            lconst_0
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
         2: .line 476
            aload 0 /* this */
            lconst_0
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
         3: .line 477
            aload 0 /* this */
            lconst_0
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
         4: .line 478
            aload 0 /* this */
            lconst_0
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
         5: .line 479
            return
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;

  public org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet with(byte);
    descriptor: (B)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // byte element
         0: .line 484
            aload 0 /* this */
            iload 1 /* element */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.add:(B)Z
            pop
         1: .line 485
            aload 0 /* this */
            areturn
        end local 1 // byte element
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    2     1  element  B
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet without(byte);
    descriptor: (B)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // byte element
         0: .line 491
            aload 0 /* this */
            iload 1 /* element */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.remove:(B)Z
            pop
         1: .line 492
            aload 0 /* this */
            areturn
        end local 1 // byte element
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    2     1  element  B
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet withAll(org.eclipse.collections.api.ByteIterable);
    descriptor: (Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // org.eclipse.collections.api.ByteIterable elements
         0: .line 498
            aload 0 /* this */
            aload 1 /* elements */
            invokeinterface org.eclipse.collections.api.ByteIterable.toArray:()[B
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.addAll:([B)Z
            pop
         1: .line 499
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.collections.api.ByteIterable elements
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    2     1  elements  Lorg/eclipse/collections/api/ByteIterable;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet withoutAll(org.eclipse.collections.api.ByteIterable);
    descriptor: (Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // org.eclipse.collections.api.ByteIterable elements
         0: .line 505
            aload 0 /* this */
            aload 1 /* elements */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.removeAll:(Lorg/eclipse/collections/api/ByteIterable;)Z
            pop
         1: .line 506
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.collections.api.ByteIterable elements
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    2     1  elements  Lorg/eclipse/collections/api/ByteIterable;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.api.set.primitive.MutableByteSet asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 512
            new org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableByteSet
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableByteSet.<init>:(Lorg/eclipse/collections/api/set/primitive/MutableByteSet;)V
            areturn
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;

  public org.eclipse.collections.api.set.primitive.MutableByteSet asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 518
            new org.eclipse.collections.impl.set.mutable.primitive.SynchronizedByteSet
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.SynchronizedByteSet.<init>:(Lorg/eclipse/collections/api/set/primitive/MutableByteSet;)V
            areturn
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;

  public org.eclipse.collections.api.set.primitive.ImmutableByteSet toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 524
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            ifne 2
         1: .line 526
            getstatic org.eclipse.collections.impl.factory.primitive.ByteSets.immutable:Lorg/eclipse/collections/api/factory/set/primitive/ImmutableByteSetFactory;
            invokeinterface org.eclipse.collections.api.factory.set.primitive.ImmutableByteSetFactory.with:()Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
            areturn
         2: .line 528
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            iconst_1
            if_icmpne 4
         3: .line 530
            getstatic org.eclipse.collections.impl.factory.primitive.ByteSets.immutable:Lorg/eclipse/collections/api/factory/set/primitive/ImmutableByteSetFactory;
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/MutableByteIterator;
            invokeinterface org.eclipse.collections.api.iterator.MutableByteIterator.next:()B
            invokeinterface org.eclipse.collections.api.factory.set.primitive.ImmutableByteSetFactory.with:(B)Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
            areturn
         4: .line 532
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.toArray:()[B
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.newSetWith:([B)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            astore 1 /* mutableSet */
        start local 1 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet mutableSet
         5: .line 533
            new org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet
            dup
            aload 1 /* mutableSet */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
            aload 1 /* mutableSet */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
         6: .line 534
            aload 1 /* mutableSet */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
            aload 1 /* mutableSet */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
            aload 1 /* mutableSet */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
         7: .line 533
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.<init>:(JJJJS)V
            areturn
        end local 1 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet mutableSet
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            5    8     1  mutableSet  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;

  public org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet newEmpty();
    descriptor: ()Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 543
            new org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
            dup
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.<init>:()V
            areturn
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;

  public org.eclipse.collections.api.iterator.MutableByteIterator byteIterator();
    descriptor: ()Lorg/eclipse/collections/api/iterator/MutableByteIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 549
            new org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.<init>:(Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;)V
            areturn
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;

  public byte[] toArray();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 555
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            newarray 8
            astore 1 /* array */
        start local 1 // byte[] array
         1: .line 556
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         2: .line 558
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/MutableByteIterator;
            astore 3 /* iterator */
        start local 3 // org.eclipse.collections.api.iterator.ByteIterator iterator
         3: .line 560
            goto 7
         4: .line 562
      StackMap locals: byte[] int org.eclipse.collections.api.iterator.ByteIterator
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
            istore 4 /* nextByte */
        start local 4 // byte nextByte
         5: .line 563
            aload 1 /* array */
            iload 2 /* index */
            iload 4 /* nextByte */
            bastore
         6: .line 564
            iinc 2 /* index */ 1
        end local 4 // byte nextByte
         7: .line 560
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
            ifne 4
         8: .line 567
            aload 1 /* array */
            areturn
        end local 3 // org.eclipse.collections.api.iterator.ByteIterator iterator
        end local 2 // int index
        end local 1 // byte[] array
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            1    9     1     array  [B
            2    9     2     index  I
            3    9     3  iterator  Lorg/eclipse/collections/api/iterator/ByteIterator;
            5    7     4  nextByte  B

  public byte[] toArray(byte[]);
    descriptor: ([B)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // byte[] array
         0: .line 573
            aload 1 /* array */
            arraylength
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            if_icmpge 2
         1: .line 575
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            newarray 8
            astore 1 /* array */
         2: .line 577
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         3: .line 579
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/MutableByteIterator;
            astore 3 /* iterator */
        start local 3 // org.eclipse.collections.api.iterator.ByteIterator iterator
         4: .line 581
            goto 8
         5: .line 583
      StackMap locals: int org.eclipse.collections.api.iterator.ByteIterator
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
            istore 4 /* nextByte */
        start local 4 // byte nextByte
         6: .line 584
            aload 1 /* array */
            iload 2 /* index */
            iload 4 /* nextByte */
            bastore
         7: .line 585
            iinc 2 /* index */ 1
        end local 4 // byte nextByte
         8: .line 581
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
            ifne 5
         9: .line 588
            aload 1 /* array */
            areturn
        end local 3 // org.eclipse.collections.api.iterator.ByteIterator iterator
        end local 2 // int index
        end local 1 // byte[] array
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0   10     1     array  [B
            3   10     2     index  I
            4   10     3  iterator  Lorg/eclipse/collections/api/iterator/ByteIterator;
            6    8     4  nextByte  B
    MethodParameters:
       Name  Flags
      array  

  public boolean containsAll(byte[]);
    descriptor: ([B)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // byte[] source
         0: .line 594
            aload 1 /* source */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet byte[] top int int byte[]
      StackMap stack:
         1: aload 5
            iload 3
            baload
            istore 2 /* item */
        start local 2 // byte item
         2: .line 596
            aload 0 /* this */
            iload 2 /* item */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.contains:(B)Z
            ifne 4
         3: .line 598
            iconst_0
            ireturn
        end local 2 // byte item
         4: .line 594
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 1
         6: .line 601
            iconst_1
            ireturn
        end local 1 // byte[] source
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    7     1  source  [B
            2    4     2    item  B
    MethodParameters:
        Name  Flags
      source  

  public boolean containsAll(org.eclipse.collections.api.ByteIterable);
    descriptor: (Lorg/eclipse/collections/api/ByteIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // org.eclipse.collections.api.ByteIterable source
         0: .line 607
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.ByteIterable.byteIterator:()Lorg/eclipse/collections/api/iterator/ByteIterator;
            astore 2 /* iterator */
        start local 2 // org.eclipse.collections.api.iterator.ByteIterator iterator
         1: goto 4
         2: .line 609
      StackMap locals: org.eclipse.collections.api.iterator.ByteIterator
      StackMap stack:
            aload 0 /* this */
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.contains:(B)Z
            ifne 4
         3: .line 611
            iconst_0
            ireturn
         4: .line 607
      StackMap locals:
      StackMap stack:
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
            ifne 2
        end local 2 // org.eclipse.collections.api.iterator.ByteIterator iterator
         5: .line 614
            iconst_1
            ireturn
        end local 1 // org.eclipse.collections.api.ByteIterable source
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    6     1    source  Lorg/eclipse/collections/api/ByteIterable;
            1    5     2  iterator  Lorg/eclipse/collections/api/iterator/ByteIterator;
    MethodParameters:
        Name  Flags
      source  

  public void forEach(org.eclipse.collections.api.block.procedure.primitive.ByteProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ByteProcedure procedure
         0: .line 620
            aload 0 /* this */
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.each:(Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)V
         1: .line 621
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ByteProcedure procedure
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  public void each(org.eclipse.collections.api.block.procedure.primitive.ByteProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=11, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ByteProcedure procedure
         0: .line 629
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
            lstore 2 /* bitGroup1 */
        start local 2 // long bitGroup1
         1: .line 630
            goto 5
         2: .line 632
      StackMap locals: long
      StackMap stack:
            lload 2 /* bitGroup1 */
            invokestatic java.lang.Long.numberOfTrailingZeros:(J)I
            i2b
            istore 4 /* value */
        start local 4 // byte value
         3: .line 633
            aload 1 /* procedure */
            iload 4 /* value */
            bipush 65
            iadd
            iconst_m1
            imul
            i2b
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ByteProcedure.value:(B)V
         4: .line 634
            lload 2 /* bitGroup1 */
            lconst_1
            iload 4 /* value */
            bipush 64
            iadd
            i2b
            lshl
            ldc -1
            lxor
            land
            lstore 2 /* bitGroup1 */
        end local 4 // byte value
         5: .line 630
      StackMap locals:
      StackMap stack:
            lload 2 /* bitGroup1 */
            lconst_0
            lcmp
            ifne 2
         6: .line 637
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
            lstore 4 /* bitGroup2 */
        start local 4 // long bitGroup2
         7: .line 638
            goto 11
         8: .line 640
      StackMap locals: long
      StackMap stack:
            lload 4 /* bitGroup2 */
            invokestatic java.lang.Long.numberOfTrailingZeros:(J)I
            i2b
            istore 6 /* value */
        start local 6 // byte value
         9: .line 641
            aload 1 /* procedure */
            iload 6 /* value */
            iconst_1
            iadd
            iconst_m1
            imul
            i2b
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ByteProcedure.value:(B)V
        10: .line 642
            lload 4 /* bitGroup2 */
            lconst_1
            iload 6 /* value */
            lshl
            ldc -1
            lxor
            land
            lstore 4 /* bitGroup2 */
        end local 6 // byte value
        11: .line 638
      StackMap locals:
      StackMap stack:
            lload 4 /* bitGroup2 */
            lconst_0
            lcmp
            ifne 8
        12: .line 645
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
            lstore 6 /* bitGroup3 */
        start local 6 // long bitGroup3
        13: .line 646
            goto 17
        14: .line 648
      StackMap locals: long
      StackMap stack:
            lload 6 /* bitGroup3 */
            invokestatic java.lang.Long.numberOfTrailingZeros:(J)I
            i2b
            istore 8 /* value */
        start local 8 // byte value
        15: .line 649
            aload 1 /* procedure */
            iload 8 /* value */
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ByteProcedure.value:(B)V
        16: .line 650
            lload 6 /* bitGroup3 */
            lconst_1
            iload 8 /* value */
            lshl
            ldc -1
            lxor
            land
            lstore 6 /* bitGroup3 */
        end local 8 // byte value
        17: .line 646
      StackMap locals:
      StackMap stack:
            lload 6 /* bitGroup3 */
            lconst_0
            lcmp
            ifne 14
        18: .line 653
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
            lstore 8 /* bitGroup4 */
        start local 8 // long bitGroup4
        19: .line 654
            goto 23
        20: .line 656
      StackMap locals: long
      StackMap stack:
            lload 8 /* bitGroup4 */
            invokestatic java.lang.Long.numberOfTrailingZeros:(J)I
            i2b
            istore 10 /* value */
        start local 10 // byte value
        21: .line 657
            aload 1 /* procedure */
            iload 10 /* value */
            bipush 64
            iadd
            i2b
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ByteProcedure.value:(B)V
        22: .line 658
            lload 8 /* bitGroup4 */
            lconst_1
            iload 10 /* value */
            bipush 64
            iadd
            i2b
            lshl
            ldc -1
            lxor
            land
            lstore 8 /* bitGroup4 */
        end local 10 // byte value
        23: .line 654
      StackMap locals:
      StackMap stack:
            lload 8 /* bitGroup4 */
            lconst_0
            lcmp
            ifne 20
        24: .line 660
            return
        end local 8 // long bitGroup4
        end local 6 // long bitGroup3
        end local 4 // long bitGroup2
        end local 2 // long bitGroup1
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ByteProcedure procedure
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   25     0       this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0   25     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
            1   25     2  bitGroup1  J
            3    5     4      value  B
            7   25     4  bitGroup2  J
            9   11     6      value  B
           13   25     6  bitGroup3  J
           15   17     8      value  B
           19   25     8  bitGroup4  J
           21   23    10      value  B
    MethodParameters:
           Name  Flags
      procedure  

  public org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet select(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
         0: .line 665
            new org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
            dup
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.<init>:()V
            astore 2 /* result */
        start local 2 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet result
         1: .line 667
            aload 0 /* this */
            aload 1 /* predicate */
            aload 2 /* result */
            invokedynamic value(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;)Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (B)V
                  org/eclipse/collections/impl/set/mutable/primitive/ByteHashSet.lambda$1(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;B)V (6)
                  (B)V
                  1
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)V
         2: .line 674
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet result
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
            1    3     2     result  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.set.primitive.MutableByteSet reject(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
         0: .line 680
            new org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
            dup
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.<init>:()V
            astore 2 /* result */
        start local 2 // org.eclipse.collections.api.set.primitive.MutableByteSet result
         1: .line 682
            aload 0 /* this */
            aload 1 /* predicate */
            aload 2 /* result */
            invokedynamic value(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/api/set/primitive/MutableByteSet;)Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (B)V
                  org/eclipse/collections/impl/set/mutable/primitive/ByteHashSet.lambda$2(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/api/set/primitive/MutableByteSet;B)V (6)
                  (B)V
                  1
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)V
         2: .line 689
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.api.set.primitive.MutableByteSet result
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
            1    3     2     result  Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
    MethodParameters:
           Name  Flags
      predicate  

  public <V> org.eclipse.collections.api.set.MutableSet<V> collect(org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction<? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction function
         0: .line 695
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:(I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            astore 2 /* target */
        start local 2 // org.eclipse.collections.api.set.MutableSet target
         1: .line 697
            aload 0 /* this */
            aload 2 /* target */
            aload 1 /* function */
            invokedynamic value(Lorg/eclipse/collections/api/set/MutableSet;Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (B)V
                  org/eclipse/collections/impl/set/mutable/primitive/ByteHashSet.lambda$3(Lorg/eclipse/collections/api/set/MutableSet;Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;B)V (6)
                  (B)V
                  1
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)V
         2: .line 699
            aload 2 /* target */
            areturn
        end local 2 // org.eclipse.collections.api.set.MutableSet target
        end local 1 // org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction function
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    3     1  function  Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction<+TV;>;
            1    3     2    target  Lorg/eclipse/collections/api/set/MutableSet<TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/set/MutableSet<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public byte detectIfNone(org.eclipse.collections.api.block.predicate.primitive.BytePredicate, byte);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;B)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
        start local 2 // byte ifNone
         0: .line 705
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/MutableByteIterator;
            astore 3 /* iterator */
        start local 3 // org.eclipse.collections.api.iterator.ByteIterator iterator
         1: .line 707
            goto 5
         2: .line 709
      StackMap locals: org.eclipse.collections.api.iterator.ByteIterator
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
            istore 4 /* nextByte */
        start local 4 // byte nextByte
         3: .line 711
            aload 1 /* predicate */
            iload 4 /* nextByte */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifeq 5
         4: .line 713
            iload 4 /* nextByte */
            ireturn
        end local 4 // byte nextByte
         5: .line 707
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
            ifne 2
         6: .line 717
            iload 2 /* ifNone */
            ireturn
        end local 3 // org.eclipse.collections.api.iterator.ByteIterator iterator
        end local 2 // byte ifNone
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
            0    7     2     ifNone  B
            1    7     3   iterator  Lorg/eclipse/collections/api/iterator/ByteIterator;
            3    5     4   nextByte  B
    MethodParameters:
           Name  Flags
      predicate  
      ifNone     

  public int count(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
         0: .line 723
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         1: .line 724
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/MutableByteIterator;
            astore 3 /* iterator */
        start local 3 // org.eclipse.collections.api.iterator.ByteIterator iterator
         2: .line 726
            goto 5
         3: .line 728
      StackMap locals: int org.eclipse.collections.api.iterator.ByteIterator
      StackMap stack:
            aload 1 /* predicate */
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifeq 5
         4: .line 730
            iinc 2 /* count */ 1
         5: .line 726
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
            ifne 3
         6: .line 734
            iload 2 /* count */
            ireturn
        end local 3 // org.eclipse.collections.api.iterator.ByteIterator iterator
        end local 2 // int count
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
            1    7     2      count  I
            2    7     3   iterator  Lorg/eclipse/collections/api/iterator/ByteIterator;
    MethodParameters:
           Name  Flags
      predicate  

  public boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
         0: .line 740
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/MutableByteIterator;
            astore 2 /* iterator */
        start local 2 // org.eclipse.collections.api.iterator.ByteIterator iterator
         1: .line 742
            goto 4
         2: .line 744
      StackMap locals: org.eclipse.collections.api.iterator.ByteIterator
      StackMap stack:
            aload 1 /* predicate */
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifeq 4
         3: .line 746
            iconst_1
            ireturn
         4: .line 742
      StackMap locals:
      StackMap stack:
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
            ifne 2
         5: .line 750
            iconst_0
            ireturn
        end local 2 // org.eclipse.collections.api.iterator.ByteIterator iterator
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    6     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
            1    6     2   iterator  Lorg/eclipse/collections/api/iterator/ByteIterator;
    MethodParameters:
           Name  Flags
      predicate  

  public boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
         0: .line 756
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/MutableByteIterator;
            astore 2 /* iterator */
        start local 2 // org.eclipse.collections.api.iterator.ByteIterator iterator
         1: .line 758
            goto 4
         2: .line 760
      StackMap locals: org.eclipse.collections.api.iterator.ByteIterator
      StackMap stack:
            aload 1 /* predicate */
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifne 4
         3: .line 762
            iconst_0
            ireturn
         4: .line 758
      StackMap locals:
      StackMap stack:
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
            ifne 2
         5: .line 766
            iconst_1
            ireturn
        end local 2 // org.eclipse.collections.api.iterator.ByteIterator iterator
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    6     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
            1    6     2   iterator  Lorg/eclipse/collections/api/iterator/ByteIterator;
    MethodParameters:
           Name  Flags
      predicate  

  public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
         0: .line 772
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/MutableByteIterator;
            astore 2 /* iterator */
        start local 2 // org.eclipse.collections.api.iterator.ByteIterator iterator
         1: .line 774
            goto 4
         2: .line 776
      StackMap locals: org.eclipse.collections.api.iterator.ByteIterator
      StackMap stack:
            aload 1 /* predicate */
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifeq 4
         3: .line 778
            iconst_0
            ireturn
         4: .line 774
      StackMap locals:
      StackMap stack:
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
            ifne 2
         5: .line 782
            iconst_1
            ireturn
        end local 2 // org.eclipse.collections.api.iterator.ByteIterator iterator
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    6     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
            1    6     2   iterator  Lorg/eclipse/collections/api/iterator/ByteIterator;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.list.primitive.MutableByteList toList();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableByteList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 788
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.list.mutable.primitive.ByteArrayList.newList:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/ByteArrayList;
            areturn
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;

  public org.eclipse.collections.api.set.primitive.MutableByteSet toSet();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 794
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.newSet:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            areturn
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;

  public org.eclipse.collections.api.bag.primitive.MutableByteBag toBag();
    descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableByteBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 800
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag.newBag:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/ByteHashBag;
            areturn
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;

  public org.eclipse.collections.api.LazyByteIterable asLazy();
    descriptor: ()Lorg/eclipse/collections/api/LazyByteIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 806
            new org.eclipse.collections.impl.lazy.primitive.LazyByteIterableAdapter
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.LazyByteIterableAdapter.<init>:(Lorg/eclipse/collections/api/ByteIterable;)V
            areturn
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;

  public long sum();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 812
            lconst_0
            lstore 1 /* result */
        start local 1 // long result
         1: .line 814
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/MutableByteIterator;
            astore 3 /* iterator */
        start local 3 // org.eclipse.collections.api.iterator.ByteIterator iterator
         2: .line 816
            goto 4
         3: .line 818
      StackMap locals: long org.eclipse.collections.api.iterator.ByteIterator
      StackMap stack:
            lload 1 /* result */
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
            i2l
            ladd
            lstore 1 /* result */
         4: .line 816
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
            ifne 3
         5: .line 821
            lload 1 /* result */
            lreturn
        end local 3 // org.eclipse.collections.api.iterator.ByteIterator iterator
        end local 1 // long result
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            1    6     1    result  J
            2    6     3  iterator  Lorg/eclipse/collections/api/iterator/ByteIterator;

  public byte max();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 827
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.isEmpty:()Z
            ifeq 2
         1: .line 829
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 831
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* max */
        start local 1 // byte max
         3: .line 833
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
            lconst_0
            lcmp
            ifeq 6
         4: .line 836
            bipush 127
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
            invokestatic java.lang.Long.numberOfLeadingZeros:(J)I
            isub
            i2b
            istore 1 /* max */
         5: .line 837
            goto 14
         6: .line 838
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
            lconst_0
            lcmp
            ifeq 9
         7: .line 840
            bipush 63
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
            invokestatic java.lang.Long.numberOfLeadingZeros:(J)I
            isub
            i2b
            istore 1 /* max */
         8: .line 841
            goto 14
         9: .line 842
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
            lconst_0
            lcmp
            ifeq 12
        10: .line 844
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
            invokestatic java.lang.Long.numberOfTrailingZeros:(J)I
            iconst_1
            iadd
            iconst_m1
            imul
            i2b
            istore 1 /* max */
        11: .line 845
            goto 14
        12: .line 846
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
            lconst_0
            lcmp
            ifeq 14
        13: .line 848
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
            invokestatic java.lang.Long.numberOfTrailingZeros:(J)I
            bipush 65
            iadd
            iconst_m1
            imul
            i2b
            istore 1 /* max */
        14: .line 851
      StackMap locals:
      StackMap stack:
            iload 1 /* max */
            ireturn
        end local 1 // byte max
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            3   15     1   max  B

  public byte maxIfEmpty(byte);
    descriptor: (B)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // byte defaultValue
         0: .line 857
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.isEmpty:()Z
            ifeq 2
         1: .line 859
            iload 1 /* defaultValue */
            ireturn
         2: .line 861
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.max:()B
            ireturn
        end local 1 // byte defaultValue
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    3     1  defaultValue  B
    MethodParameters:
              Name  Flags
      defaultValue  

  public byte min();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 867
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.isEmpty:()Z
            ifeq 2
         1: .line 869
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 872
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* min */
        start local 1 // byte min
         3: .line 874
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
            lconst_0
            lcmp
            ifeq 7
         4: .line 877
            sipush 128
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
            invokestatic java.lang.Long.numberOfLeadingZeros:(J)I
            isub
            i2b
            istore 1 /* min */
         5: .line 878
            iload 1 /* min */
            iconst_m1
            imul
            i2b
            istore 1 /* min */
         6: .line 879
            goto 15
         7: .line 880
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
            lconst_0
            lcmp
            ifeq 10
         8: .line 882
            bipush 64
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
            invokestatic java.lang.Long.numberOfLeadingZeros:(J)I
            isub
            iconst_m1
            imul
            i2b
            istore 1 /* min */
         9: .line 883
            goto 15
        10: .line 884
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
            lconst_0
            lcmp
            ifeq 13
        11: .line 886
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
            invokestatic java.lang.Long.numberOfTrailingZeros:(J)I
            i2b
            istore 1 /* min */
        12: .line 887
            goto 15
        13: .line 888
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
            lconst_0
            lcmp
            ifeq 15
        14: .line 890
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
            invokestatic java.lang.Long.numberOfTrailingZeros:(J)I
            bipush 64
            iadd
            i2b
            istore 1 /* min */
        15: .line 893
      StackMap locals:
      StackMap stack:
            iload 1 /* min */
            ireturn
        end local 1 // byte min
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            3   16     1   min  B

  public byte minIfEmpty(byte);
    descriptor: (B)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // byte defaultValue
         0: .line 899
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.isEmpty:()Z
            ifeq 2
         1: .line 901
            iload 1 /* defaultValue */
            ireturn
         2: .line 903
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.min:()B
            ireturn
        end local 1 // byte defaultValue
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    3     1  defaultValue  B
    MethodParameters:
              Name  Flags
      defaultValue  

  public double average();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 909
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.isEmpty:()Z
            ifeq 2
         1: .line 911
            new java.lang.ArithmeticException
            dup
            invokespecial java.lang.ArithmeticException.<init>:()V
            athrow
         2: .line 913
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.sum:()J
            l2d
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            i2d
            ddiv
            dreturn
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;

  public double median();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 919
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.isEmpty:()Z
            ifeq 2
         1: .line 921
            new java.lang.ArithmeticException
            dup
            invokespecial java.lang.ArithmeticException.<init>:()V
            athrow
         2: .line 923
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.toSortedArray:()[B
            astore 1 /* sortedArray */
        start local 1 // byte[] sortedArray
         3: .line 924
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            ishr
            istore 2 /* middleIndex */
        start local 2 // int middleIndex
         4: .line 925
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            if_icmple 8
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            iand
            ifne 8
         5: .line 927
            aload 1 /* sortedArray */
            iload 2 /* middleIndex */
            baload
            istore 3 /* first */
        start local 3 // byte first
         6: .line 928
            aload 1 /* sortedArray */
            iload 2 /* middleIndex */
            iconst_1
            isub
            baload
            istore 4 /* second */
        start local 4 // byte second
         7: .line 929
            iload 3 /* first */
            i2d
            iload 4 /* second */
            i2d
            dadd
            ldc 2.0
            ddiv
            dreturn
        end local 4 // byte second
        end local 3 // byte first
         8: .line 931
      StackMap locals: byte[] int
      StackMap stack:
            aload 1 /* sortedArray */
            iload 2 /* middleIndex */
            baload
            i2d
            dreturn
        end local 2 // int middleIndex
        end local 1 // byte[] sortedArray
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            3    9     1  sortedArray  [B
            4    9     2  middleIndex  I
            6    8     3        first  B
            7    8     4       second  B

  public byte[] toSortedArray();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 937
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.toArray:()[B
            astore 1 /* array */
        start local 1 // byte[] array
         1: .line 938
            aload 1 /* array */
            invokestatic java.util.Arrays.sort:([B)V
         2: .line 939
            aload 1 /* array */
            areturn
        end local 1 // byte[] array
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            1    3     1  array  [B

  public org.eclipse.collections.api.list.primitive.MutableByteList toSortedList();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableByteList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 945
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.list.mutable.primitive.ByteArrayList.newList:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/ByteArrayList;
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.ByteArrayList.sortThis:()Lorg/eclipse/collections/impl/list/mutable/primitive/ByteArrayList;
            areturn
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;

  public org.eclipse.collections.api.set.primitive.ByteSet freeze();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/ByteSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
         0: .line 951
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            ifne 2
         1: .line 953
            getstatic org.eclipse.collections.impl.factory.primitive.ByteSets.immutable:Lorg/eclipse/collections/api/factory/set/primitive/ImmutableByteSetFactory;
            invokeinterface org.eclipse.collections.api.factory.set.primitive.ImmutableByteSetFactory.with:()Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
            areturn
         2: .line 955
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            iconst_1
            if_icmpne 4
         3: .line 957
            getstatic org.eclipse.collections.impl.factory.primitive.ByteSets.immutable:Lorg/eclipse/collections/api/factory/set/primitive/ImmutableByteSetFactory;
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/MutableByteIterator;
            invokeinterface org.eclipse.collections.api.iterator.MutableByteIterator.next:()B
            invokeinterface org.eclipse.collections.api.factory.set.primitive.ImmutableByteSetFactory.with:(B)Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
            areturn
         4: .line 960
      StackMap locals:
      StackMap stack:
            new org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup3:J
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup4:J
         5: .line 961
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup1:J
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.bitGroup2:J
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:S
         6: .line 960
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.<init>:(JJJJS)V
            areturn
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;

  public void writeExternal(java.io.ObjectOutput);
    descriptor: (Ljava/io/ObjectOutput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // java.io.ObjectOutput out
         0: .line 967
            aload 1 /* out */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            invokeinterface java.io.ObjectOutput.writeInt:(I)V
         1: .line 969
            aload 0 /* this */
            new org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$1
            dup
            aload 0 /* this */
            aload 1 /* out */
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$1.<init>:(Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;Ljava/io/ObjectOutput;)V
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)V
         2: .line 976
            return
        end local 1 // java.io.ObjectOutput out
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    3     1   out  Ljava/io/ObjectOutput;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  public void readExternal(java.io.ObjectInput);
    descriptor: (Ljava/io/ObjectInput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // java.io.ObjectInput in
         0: .line 981
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readInt:()I
            istore 2 /* size */
        start local 2 // int size
         1: .line 983
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 985
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readByte:()B
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.add:(B)Z
            pop
         4: .line 983
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            iload 2 /* size */
            if_icmplt 3
        end local 3 // int i
         6: .line 987
            return
        end local 2 // int size
        end local 1 // java.io.ObjectInput in
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    7     1    in  Ljava/io/ObjectInput;
            1    7     2  size  I
            2    6     3     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      in    

  public <T> T injectInto(T, org.eclipse.collections.api.block.function.primitive.ObjectByteToObjectFunction<? super T, ? extends T>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectByteToObjectFunction;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectByteToObjectFunction function
         0: .line 992
            aload 1 /* injectedValue */
            astore 3 /* result */
        start local 3 // java.lang.Object result
         1: .line 994
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/MutableByteIterator;
            astore 4 /* iterator */
        start local 4 // org.eclipse.collections.api.iterator.ByteIterator iterator
         2: .line 996
            goto 4
         3: .line 998
      StackMap locals: java.lang.Object org.eclipse.collections.api.iterator.ByteIterator
      StackMap stack:
            aload 2 /* function */
            aload 3 /* result */
            aload 4 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
            invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectByteToObjectFunction.valueOf:(Ljava/lang/Object;B)Ljava/lang/Object;
            astore 3 /* result */
         4: .line 996
      StackMap locals:
      StackMap stack:
            aload 4 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
            ifne 3
         5: .line 1001
            aload 3 /* result */
            areturn
        end local 4 // org.eclipse.collections.api.iterator.ByteIterator iterator
        end local 3 // java.lang.Object result
        end local 2 // org.eclipse.collections.api.block.function.primitive.ObjectByteToObjectFunction function
        end local 1 // java.lang.Object injectedValue
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0    6     1  injectedValue  TT;
            0    6     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectByteToObjectFunction<-TT;+TT;>;
            1    6     3         result  TT;
            2    6     4       iterator  Lorg/eclipse/collections/api/iterator/ByteIterator;
    Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectByteToObjectFunction<-TT;+TT;>;)TT;
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.ByteIterable> chunk(int);
    descriptor: (I)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
        start local 1 // int size
         0: .line 1007
            iload 1 /* size */
            ifgt 2
         1: .line 1009
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Size for groups must be positive but was: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* size */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1011
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.collections.api.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
            invokeinterface org.eclipse.collections.api.factory.list.MutableListFactory.empty:()Lorg/eclipse/collections/api/list/MutableList;
            astore 2 /* result */
        start local 2 // org.eclipse.collections.api.list.MutableList result
         3: .line 1012
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.notEmpty:()Z
            ifeq 17
         4: .line 1014
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            iload 1 /* size */
            if_icmpgt 7
         5: .line 1016
            aload 2 /* result */
            getstatic org.eclipse.collections.impl.factory.primitive.ByteSets.mutable:Lorg/eclipse/collections/api/factory/set/primitive/MutableByteSetFactory;
            aload 0 /* this */
            invokeinterface org.eclipse.collections.api.factory.set.primitive.MutableByteSetFactory.withAll:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
            pop
         6: .line 1017
            goto 17
         7: .line 1020
      StackMap locals: org.eclipse.collections.api.list.MutableList
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/MutableByteIterator;
            astore 3 /* iterator */
        start local 3 // org.eclipse.collections.api.iterator.ByteIterator iterator
         8: .line 1021
            goto 16
         9: .line 1023
      StackMap locals: org.eclipse.collections.api.iterator.ByteIterator
      StackMap stack:
            getstatic org.eclipse.collections.impl.factory.primitive.ByteSets.mutable:Lorg/eclipse/collections/api/factory/set/primitive/MutableByteSetFactory;
            invokeinterface org.eclipse.collections.api.factory.set.primitive.MutableByteSetFactory.empty:()Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            astore 4 /* batch */
        start local 4 // org.eclipse.collections.api.set.primitive.MutableByteSet batch
        10: .line 1024
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        11: goto 14
        12: .line 1026
      StackMap locals: org.eclipse.collections.api.set.primitive.MutableByteSet int
      StackMap stack:
            aload 4 /* batch */
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
            invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.add:(B)Z
            pop
        13: .line 1024
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 5 /* i */
            iload 1 /* size */
            if_icmpge 15
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
            ifne 12
        end local 5 // int i
        15: .line 1028
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            aload 4 /* batch */
            invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // org.eclipse.collections.api.set.primitive.MutableByteSet batch
        16: .line 1021
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
            ifne 9
        end local 3 // org.eclipse.collections.api.iterator.ByteIterator iterator
        17: .line 1032
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.api.list.MutableList result
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            0   18     1      size  I
            3   18     2    result  Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/ByteIterable;>;
            8   17     3  iterator  Lorg/eclipse/collections/api/iterator/ByteIterator;
           10   16     4     batch  Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
           11   15     5         i  I
    Signature: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/ByteIterable;>;
    MethodParameters:
      Name  Flags
      size  

  public org.eclipse.collections.api.iterator.ByteIterator byteIterator();
    descriptor: ()Lorg/eclipse/collections/api/iterator/ByteIterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.byteIterator:()Lorg/eclipse/collections/api/iterator/MutableByteIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.ByteSet difference(org.eclipse.collections.api.set.primitive.ByteSet);
    descriptor: (Lorg/eclipse/collections/api/set/primitive/ByteSet;)Lorg/eclipse/collections/api/set/primitive/ByteSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.difference:(Lorg/eclipse/collections/api/set/primitive/ByteSet;)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.ImmutableByteCollection toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/ImmutableByteCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableByteCollection with(byte);
    descriptor: (B)Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.with:(B)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.MutableByteSet with(byte);
    descriptor: (B)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.with:(B)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableByteCollection withAll(org.eclipse.collections.api.ByteIterable);
    descriptor: (Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.withAll:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.MutableByteSet withAll(org.eclipse.collections.api.ByteIterable);
    descriptor: (Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.withAll:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ByteIterable select(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/ByteIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableByteCollection select(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.ByteSet select(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/set/primitive/ByteSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.MutableByteSet select(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableByteCollection withoutAll(org.eclipse.collections.api.ByteIterable);
    descriptor: (Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.withoutAll:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.MutableByteSet withoutAll(org.eclipse.collections.api.ByteIterable);
    descriptor: (Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.withoutAll:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.ByteSet union(org.eclipse.collections.api.set.primitive.ByteSet);
    descriptor: (Lorg/eclipse/collections/api/set/primitive/ByteSet;)Lorg/eclipse/collections/api/set/primitive/ByteSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.union:(Lorg/eclipse/collections/api/set/primitive/ByteSet;)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.collect:(Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection collect(org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.collect:(Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable collect(org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)Lorg/eclipse/collections/api/set/SetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.collect:(Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.ByteSet intersect(org.eclipse.collections.api.set.primitive.ByteSet);
    descriptor: (Lorg/eclipse/collections/api/set/primitive/ByteSet;)Lorg/eclipse/collections/api/set/primitive/ByteSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.intersect:(Lorg/eclipse/collections/api/set/primitive/ByteSet;)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableByteCollection asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.asSynchronized:()Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.ByteSet symmetricDifference(org.eclipse.collections.api.set.primitive.ByteSet);
    descriptor: (Lorg/eclipse/collections/api/set/primitive/ByteSet;)Lorg/eclipse/collections/api/set/primitive/ByteSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.symmetricDifference:(Lorg/eclipse/collections/api/set/primitive/ByteSet;)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.ByteSet tap(org.eclipse.collections.api.block.procedure.primitive.ByteProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)Lorg/eclipse/collections/api/set/primitive/ByteSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableByteCollection tap(org.eclipse.collections.api.block.procedure.primitive.ByteProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ByteIterable tap(org.eclipse.collections.api.block.procedure.primitive.ByteProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)Lorg/eclipse/collections/api/ByteIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ByteIterable reject(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/ByteIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableByteCollection reject(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.ByteSet reject(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/set/primitive/ByteSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableByteCollection asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.asUnmodifiable:()Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableByteCollection newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.newEmpty:()Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.MutableByteSet newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.newEmpty:()Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableByteCollection without(byte);
    descriptor: (B)Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.without:(B)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.MutableByteSet without(byte);
    descriptor: (B)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.without:(B)Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$1(org.eclipse.collections.api.block.predicate.primitive.BytePredicate, org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet, byte);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;B)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 2 // byte value
         0: .line 668
            aload 0
            iload 2 /* value */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifeq 2
         1: .line 670
            aload 1
            iload 2 /* value */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.add:(B)Z
            pop
         2: .line 672
      StackMap locals:
      StackMap stack:
            return
        end local 2 // byte value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     2  value  B

  private static void lambda$2(org.eclipse.collections.api.block.predicate.primitive.BytePredicate, org.eclipse.collections.api.set.primitive.MutableByteSet, byte);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/api/set/primitive/MutableByteSet;B)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 2 // byte value
         0: .line 683
            aload 0
            iload 2 /* value */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifne 2
         1: .line 685
            aload 1
            iload 2 /* value */
            invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.add:(B)Z
            pop
         2: .line 687
      StackMap locals:
      StackMap stack:
            return
        end local 2 // byte value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     2  value  B

  private static void lambda$3(org.eclipse.collections.api.set.MutableSet, org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction, byte);
    descriptor: (Lorg/eclipse/collections/api/set/MutableSet;Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;B)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 2 // byte each
         0: .line 697
            aload 0
            aload 1
            iload 2 /* each */
            invokeinterface org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction.valueOf:(B)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.set.MutableSet.add:(Ljava/lang/Object;)Z
            return
        end local 2 // byte each
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     2  each  B

  private static java.lang.Object $deserializeLambda$(java.lang.invoke.SerializedLambda);
    descriptor: (Ljava/lang/invoke/SerializedLambda;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=10, locals=3, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodName:()Ljava/lang/String;
            astore 1
            iconst_m1
            istore 2
            aload 1
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 4
          -1647345004: 2
          -1647345003: 3
          -1647345002: 4
           -567445985: 1
              default: 5
          }
      StackMap locals: java.lang.String int
      StackMap stack:
         1: aload 1
            ldc "contains"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
            iconst_0
            istore 2
            goto 5
      StackMap locals:
      StackMap stack:
         2: aload 1
            ldc "lambda$1"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
            iconst_1
            istore 2
            goto 5
      StackMap locals:
      StackMap stack:
         3: aload 1
            ldc "lambda$2"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
            iconst_2
            istore 2
            goto 5
      StackMap locals:
      StackMap stack:
         4: aload 1
            ldc "lambda$3"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
            iconst_3
            istore 2
      StackMap locals:
      StackMap stack:
         5: iload 2
            lookupswitch { // 4
                    0: 6
                    1: 7
                    2: 8
                    3: 9
              default: 10
          }
      StackMap locals:
      StackMap stack:
         6: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 9
            if_icmpne 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/predicate/primitive/BytePredicate"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "accept"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(B)Z"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/ByteIterable"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(B)Z"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.set.primitive.ByteSet
            invokedynamic accept(Lorg/eclipse/collections/api/set/primitive/ByteSet;)Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (B)Z
                  org/eclipse/collections/api/ByteIterable.contains(B)Z (9 itf)
                  (B)Z
                  1
            areturn
      StackMap locals:
      StackMap stack:
         7: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 6
            if_icmpne 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/procedure/primitive/ByteProcedure"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "value"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(B)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/impl/set/mutable/primitive/ByteHashSet"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;B)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.block.predicate.primitive.BytePredicate
            aload 0
            iconst_1
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
            invokedynamic value(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;)Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (B)V
                  org/eclipse/collections/impl/set/mutable/primitive/ByteHashSet.lambda$1(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;B)V (6)
                  (B)V
                  1
            areturn
      StackMap locals:
      StackMap stack:
         8: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 6
            if_icmpne 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/procedure/primitive/ByteProcedure"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "value"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(B)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/impl/set/mutable/primitive/ByteHashSet"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/api/set/primitive/MutableByteSet;B)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.block.predicate.primitive.BytePredicate
            aload 0
            iconst_1
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.set.primitive.MutableByteSet
            invokedynamic value(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/api/set/primitive/MutableByteSet;)Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (B)V
                  org/eclipse/collections/impl/set/mutable/primitive/ByteHashSet.lambda$2(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;Lorg/eclipse/collections/api/set/primitive/MutableByteSet;B)V (6)
                  (B)V
                  1
            areturn
      StackMap locals:
      StackMap stack:
         9: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 6
            if_icmpne 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/procedure/primitive/ByteProcedure"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "value"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(B)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/impl/set/mutable/primitive/ByteHashSet"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(Lorg/eclipse/collections/api/set/MutableSet;Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;B)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.set.MutableSet
            aload 0
            iconst_1
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction
            invokedynamic value(Lorg/eclipse/collections/api/set/MutableSet;Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (B)V
                  org/eclipse/collections/impl/set/mutable/primitive/ByteHashSet.lambda$3(Lorg/eclipse/collections/api/set/MutableSet;Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;B)V (6)
                  (B)V
                  1
            areturn
      StackMap locals:
      StackMap stack:
        10: new java.lang.IllegalArgumentException
            dup
            ldc "Invalid lambda deserialization"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ByteHashSet.java"
NestMembers:
  org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$1  org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet  org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator  org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$1
  private final ImmutableByteHashSet = org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet of org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
  private MutableInternalByteIterator = org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator of org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet