public abstract class org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet implements org.eclipse.collections.api.set.primitive.MutableByteSet, java.io.Externalizable
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet
  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 EMPTY_KEY;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

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

  private static boolean isEmptyKey(byte);
    descriptor: (B)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // byte key
         0: .line 59
            iload 0 /* key */
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // byte key
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0   key  B
    MethodParameters:
      Name  Flags
      key   

  private static boolean isRemovedKey(byte);
    descriptor: (B)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // byte key
         0: .line 64
            iload 0 /* key */
            iconst_1
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // byte key
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0   key  B
    MethodParameters:
      Name  Flags
      key   

  private static boolean isNonSentinel(byte);
    descriptor: (B)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // byte key
         0: .line 69
            iload 0 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.isEmptyKey:(B)Z
            ifne 1
            iload 0 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.isRemovedKey:(B)Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // byte key
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0   key  B
    MethodParameters:
      Name  Flags
      key   

  protected abstract byte getKeyAtIndex(int);
    descriptor: (I)B
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  protected abstract int getTableSize();
    descriptor: ()I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap getOuter();
    descriptor: ()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues getSentinelValues();
    descriptor: ()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  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.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ByteProcedure procedure
         0: .line 83
            aload 0 /* this */
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.each:(Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)V
         1: .line 84
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ByteProcedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            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=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ByteProcedure procedure
         0: .line 92
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            aload 1 /* procedure */
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)V
         1: .line 93
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ByteProcedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  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=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
         0: .line 98
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         1: .line 99
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            ifnull 6
         2: .line 101
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
            ifeq 4
            aload 1 /* predicate */
            iconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifeq 4
         3: .line 103
            iinc 2 /* count */ 1
         4: .line 105
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
            ifeq 6
            aload 1 /* predicate */
            iconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifeq 6
         5: .line 107
            iinc 2 /* count */ 1
         6: .line 110
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 11
         8: .line 112
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.isNonSentinel:(B)Z
            ifeq 10
            aload 1 /* predicate */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifeq 10
         9: .line 114
            iinc 2 /* count */ 1
        10: .line 110
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getTableSize:()I
            if_icmplt 8
        end local 3 // int i
        12: .line 117
            iload 2 /* count */
            ireturn
        end local 2 // int count
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0   13     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
            1   13     2      count  I
            7   12     3          i  I
    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=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
         0: .line 123
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            ifnull 5
         1: .line 125
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
            ifeq 3
            aload 1 /* predicate */
            iconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifeq 3
         2: .line 127
            iconst_1
            ireturn
         3: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
            ifeq 5
            aload 1 /* predicate */
            iconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifeq 5
         4: .line 131
            iconst_1
            ireturn
         5: .line 134
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: goto 10
         7: .line 136
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.isNonSentinel:(B)Z
            ifeq 9
            aload 1 /* predicate */
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifeq 9
         8: .line 138
            iconst_1
            ireturn
         9: .line 134
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getTableSize:()I
            if_icmplt 7
        end local 2 // int i
        11: .line 141
            iconst_0
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0   12     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
            6   11     2          i  I
    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=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
         0: .line 147
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            ifnull 5
         1: .line 149
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
            ifeq 3
            aload 1 /* predicate */
            iconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifne 3
         2: .line 151
            iconst_0
            ireturn
         3: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
            ifeq 5
            aload 1 /* predicate */
            iconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifne 5
         4: .line 155
            iconst_0
            ireturn
         5: .line 158
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: goto 10
         7: .line 160
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.isNonSentinel:(B)Z
            ifeq 9
            aload 1 /* predicate */
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifne 9
         8: .line 162
            iconst_0
            ireturn
         9: .line 158
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getTableSize:()I
            if_icmplt 7
        end local 2 // int i
        11: .line 165
            iconst_1
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0   12     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
            6   11     2          i  I
    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=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
         0: .line 171
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            ifnull 5
         1: .line 173
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
            ifeq 3
            aload 1 /* predicate */
            iconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifeq 3
         2: .line 175
            iconst_0
            ireturn
         3: .line 177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
            ifeq 5
            aload 1 /* predicate */
            iconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifeq 5
         4: .line 179
            iconst_0
            ireturn
         5: .line 182
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: goto 10
         7: .line 184
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.isNonSentinel:(B)Z
            ifeq 9
            aload 1 /* predicate */
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifeq 9
         8: .line 186
            iconst_0
            ireturn
         9: .line 182
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getTableSize:()I
            if_icmplt 7
        end local 2 // int i
        11: .line 189
            iconst_1
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0   12     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
            6   11     2          i  I
    MethodParameters:
           Name  Flags
      predicate  

  public boolean add(byte);
    descriptor: (B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // byte element
         0: .line 195
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call add() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // byte element
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0    1     1  element  B
    MethodParameters:
         Name  Flags
      element  

  public boolean addAll(byte[]);
    descriptor: ([B)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // byte[] source
         0: .line 201
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call addAll() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // byte[] source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0    1     1  source  [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=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // org.eclipse.collections.api.ByteIterable source
         0: .line 207
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call addAll() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.ByteIterable source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0    1     1  source  Lorg/eclipse/collections/api/ByteIterable;
    MethodParameters:
        Name  Flags
      source  

  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: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
         0: .line 213
            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 214
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            ifnull 6
         2: .line 216
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
            ifeq 4
            aload 1 /* predicate */
            iconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifeq 4
         3: .line 218
            aload 2 /* result */
            iconst_0
            invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.add:(B)Z
            pop
         4: .line 220
      StackMap locals: org.eclipse.collections.api.set.primitive.MutableByteSet
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
            ifeq 6
            aload 1 /* predicate */
            iconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifeq 6
         5: .line 222
            aload 2 /* result */
            iconst_1
            invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.add:(B)Z
            pop
         6: .line 225
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 11
         8: .line 227
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.isNonSentinel:(B)Z
            ifeq 10
            aload 1 /* predicate */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifeq 10
         9: .line 229
            aload 2 /* result */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.add:(B)Z
            pop
        10: .line 225
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getTableSize:()I
            if_icmplt 8
        end local 3 // int i
        12: .line 232
            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.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0   13     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
            1   13     2     result  Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            7   12     3          i  I
    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=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
         0: .line 238
            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 239
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            ifnull 6
         2: .line 241
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
            ifeq 4
            aload 1 /* predicate */
            iconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifne 4
         3: .line 243
            aload 2 /* result */
            iconst_0
            invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.add:(B)Z
            pop
         4: .line 245
      StackMap locals: org.eclipse.collections.api.set.primitive.MutableByteSet
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
            ifeq 6
            aload 1 /* predicate */
            iconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifne 6
         5: .line 247
            aload 2 /* result */
            iconst_1
            invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.add:(B)Z
            pop
         6: .line 250
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 11
         8: .line 252
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.isNonSentinel:(B)Z
            ifeq 10
            aload 1 /* predicate */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifne 10
         9: .line 254
            aload 2 /* result */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.add:(B)Z
            pop
        10: .line 250
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getTableSize:()I
            if_icmplt 8
        end local 3 // int i
        12: .line 257
            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.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0   13     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
            1   13     2     result  Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            7   12     3          i  I
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.set.primitive.MutableByteSet with(byte);
    descriptor: (B)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // byte element
         0: .line 263
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call with() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // byte element
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0    1     1  element  B
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.api.set.primitive.MutableByteSet without(byte);
    descriptor: (B)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // byte element
         0: .line 269
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call without() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // byte element
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0    1     1  element  B
    MethodParameters:
         Name  Flags
      element  

  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: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // org.eclipse.collections.api.ByteIterable elements
         0: .line 275
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call withAll() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.ByteIterable elements
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0    1     1  elements  Lorg/eclipse/collections/api/ByteIterable;
    MethodParameters:
          Name  Flags
      elements  

  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: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // org.eclipse.collections.api.ByteIterable elements
         0: .line 281
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call withoutAll() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.ByteIterable elements
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0    1     1  elements  Lorg/eclipse/collections/api/ByteIterable;
    MethodParameters:
          Name  Flags
      elements  

  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=4, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction function
         0: .line 287
            getstatic org.eclipse.collections.impl.factory.Sets.mutable:Lorg/eclipse/collections/api/factory/set/MutableSetFactory;
            invokeinterface org.eclipse.collections.api.factory.set.MutableSetFactory.with:()Lorg/eclipse/collections/api/set/MutableSet;
            astore 2 /* result */
        start local 2 // org.eclipse.collections.api.set.MutableSet result
         1: .line 288
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            ifnull 6
         2: .line 290
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
            ifeq 4
         3: .line 292
            aload 2 /* result */
            aload 1 /* function */
            iconst_0
            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
            pop
         4: .line 294
      StackMap locals: org.eclipse.collections.api.set.MutableSet
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
            ifeq 6
         5: .line 296
            aload 2 /* result */
            aload 1 /* function */
            iconst_1
            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
            pop
         6: .line 299
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 11
         8: .line 301
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.isNonSentinel:(B)Z
            ifeq 10
         9: .line 303
            aload 2 /* result */
            aload 1 /* function */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            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
            pop
        10: .line 299
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getTableSize:()I
            if_icmplt 8
        end local 3 // int i
        12: .line 306
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.api.set.MutableSet result
        end local 1 // org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction function
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0   13     1  function  Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction<+TV;>;
            1   13     2    result  Lorg/eclipse/collections/api/set/MutableSet<TV;>;
            7   12     3         i  I
    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 boolean remove(byte);
    descriptor: (B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // byte key
         0: .line 312
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 313
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            iload 1 /* key */
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.removeKey:(B)V
         2: .line 314
            iload 2 /* oldSize */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.size:()I
            if_icmpeq 3
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // int oldSize
        end local 1 // byte key
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0    4     1      key  B
            1    4     2  oldSize  I
    MethodParameters:
      Name  Flags
      key   

  public boolean removeAll(org.eclipse.collections.api.ByteIterable);
    descriptor: (Lorg/eclipse/collections/api/ByteIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // org.eclipse.collections.api.ByteIterable source
         0: .line 320
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 321
            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
         2: .line 322
            goto 4
         3: .line 324
      StackMap locals: int org.eclipse.collections.api.iterator.ByteIterator
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.removeKey:(B)V
         4: .line 322
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
            ifne 3
         5: .line 326
            iload 2 /* oldSize */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.size:()I
            if_icmpeq 6
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
        end local 3 // org.eclipse.collections.api.iterator.ByteIterator iterator
        end local 2 // int oldSize
        end local 1 // org.eclipse.collections.api.ByteIterable source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0    7     1    source  Lorg/eclipse/collections/api/ByteIterable;
            1    7     2   oldSize  I
            2    7     3  iterator  Lorg/eclipse/collections/api/iterator/ByteIterator;
    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.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // byte[] source
         0: .line 332
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 333
            aload 1 /* source */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 5
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet byte[] int top int int byte[]
      StackMap stack:
         2: aload 6
            iload 4
            baload
            istore 3 /* item */
        start local 3 // byte item
         3: .line 335
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            iload 3 /* item */
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.removeKey:(B)V
        end local 3 // byte item
         4: .line 333
            iinc 4 1
      StackMap locals:
      StackMap stack:
         5: iload 4
            iload 5
            if_icmplt 2
         6: .line 337
            iload 2 /* oldSize */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.size:()I
            if_icmpeq 7
            iconst_1
            ireturn
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet 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.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0    8     1   source  [B
            1    8     2  oldSize  I
            3    4     3     item  B
    MethodParameters:
        Name  Flags
      source  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
         0: .line 343
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.clear:()V
         1: .line 344
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;

  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=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
        start local 2 // byte ifNone
         0: .line 349
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            ifnull 5
         1: .line 351
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
            ifeq 3
            aload 1 /* predicate */
            iconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifeq 3
         2: .line 353
            iconst_0
            ireturn
         3: .line 355
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
            ifeq 5
            aload 1 /* predicate */
            iconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifeq 5
         4: .line 357
            iconst_1
            ireturn
         5: .line 360
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 10
         7: .line 362
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.isNonSentinel:(B)Z
            ifeq 9
            aload 1 /* predicate */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifeq 9
         8: .line 364
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            ireturn
         9: .line 360
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getTableSize:()I
            if_icmplt 7
        end local 3 // int i
        11: .line 367
            iload 2 /* ifNone */
            ireturn
        end local 2 // byte ifNone
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0   12     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
            0   12     2     ifNone  B
            6   11     3          i  I
    MethodParameters:
           Name  Flags
      predicate  
      ifNone     

  public org.eclipse.collections.api.set.primitive.MutableByteSet asUnmodifiable();
    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.map.mutable.primitive.AbstractMutableByteKeySet this
         0: .line 373
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableByteSet.of:(Lorg/eclipse/collections/api/set/primitive/MutableByteSet;)Lorg/eclipse/collections/impl/set/mutable/primitive/UnmodifiableByteSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;

  public org.eclipse.collections.api.set.primitive.MutableByteSet asSynchronized();
    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.map.mutable.primitive.AbstractMutableByteKeySet this
         0: .line 379
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.SynchronizedByteSet.of:(Lorg/eclipse/collections/api/set/primitive/MutableByteSet;)Lorg/eclipse/collections/impl/set/mutable/primitive/SynchronizedByteSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;

  public long sum();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
         0: .line 385
            lconst_0
            lstore 1 /* result */
        start local 1 // long result
         1: .line 386
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            ifnull 6
         2: .line 388
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
            ifeq 4
         3: .line 390
            lload 1 /* result */
            lconst_0
            ladd
            lstore 1 /* result */
         4: .line 392
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
            ifeq 6
         5: .line 394
            lload 1 /* result */
            lconst_1
            ladd
            lstore 1 /* result */
         6: .line 397
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 11
         8: .line 399
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.isNonSentinel:(B)Z
            ifeq 10
         9: .line 401
            lload 1 /* result */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            i2l
            ladd
            lstore 1 /* result */
        10: .line 397
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getTableSize:()I
            if_icmplt 8
        end local 3 // int i
        12: .line 404
            lload 1 /* result */
            lreturn
        end local 1 // long result
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            1   13     1  result  J
            7   12     3       i  I

  public byte max();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
         0: .line 410
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.isEmpty:()Z
            ifeq 2
         1: .line 412
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 415
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* max */
        start local 1 // byte max
         3: .line 416
            iconst_0
            istore 2 /* isMaxSet */
        start local 2 // boolean isMaxSet
         4: .line 418
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            ifnull 11
         5: .line 420
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
            ifeq 8
         6: .line 422
            iconst_0
            istore 1 /* max */
         7: .line 423
            iconst_1
            istore 2 /* isMaxSet */
         8: .line 425
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
            ifeq 11
         9: .line 427
            iconst_1
            istore 1 /* max */
        10: .line 428
            iconst_1
            istore 2 /* isMaxSet */
        11: .line 431
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        12: goto 17
        13: .line 433
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.isNonSentinel:(B)Z
            ifeq 16
            iload 2 /* isMaxSet */
            ifeq 14
            iload 1 /* max */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            if_icmpge 16
        14: .line 435
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            istore 1 /* max */
        15: .line 436
            iconst_1
            istore 2 /* isMaxSet */
        16: .line 431
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 3 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getTableSize:()I
            if_icmplt 13
        end local 3 // int i
        18: .line 439
            iload 1 /* max */
            ireturn
        end local 2 // boolean isMaxSet
        end local 1 // byte max
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            3   19     1       max  B
            4   19     2  isMaxSet  Z
           12   18     3         i  I

  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.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // byte defaultValue
         0: .line 445
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.isEmpty:()Z
            ifeq 2
         1: .line 447
            iload 1 /* defaultValue */
            ireturn
         2: .line 450
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.max:()B
            ireturn
        end local 1 // byte defaultValue
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0    3     1  defaultValue  B
    MethodParameters:
              Name  Flags
      defaultValue  

  public byte min();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
         0: .line 456
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.isEmpty:()Z
            ifeq 2
         1: .line 458
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 461
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* min */
        start local 1 // byte min
         3: .line 462
            iconst_0
            istore 2 /* isMinSet */
        start local 2 // boolean isMinSet
         4: .line 464
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            ifnull 11
         5: .line 466
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
            ifeq 8
         6: .line 468
            iconst_0
            istore 1 /* min */
         7: .line 469
            iconst_1
            istore 2 /* isMinSet */
         8: .line 471
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
            ifeq 11
            iload 2 /* isMinSet */
            ifne 11
         9: .line 473
            iconst_1
            istore 1 /* min */
        10: .line 474
            iconst_1
            istore 2 /* isMinSet */
        11: .line 477
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        12: goto 17
        13: .line 479
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.isNonSentinel:(B)Z
            ifeq 16
            iload 2 /* isMinSet */
            ifeq 14
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            iload 1 /* min */
            if_icmpge 16
        14: .line 481
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            istore 1 /* min */
        15: .line 482
            iconst_1
            istore 2 /* isMinSet */
        16: .line 477
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 3 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getTableSize:()I
            if_icmplt 13
        end local 3 // int i
        18: .line 485
            iload 1 /* min */
            ireturn
        end local 2 // boolean isMinSet
        end local 1 // byte min
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            3   19     1       min  B
            4   19     2  isMinSet  Z
           12   18     3         i  I

  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.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // byte defaultValue
         0: .line 491
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.isEmpty:()Z
            ifeq 2
         1: .line 493
            iload 1 /* defaultValue */
            ireturn
         2: .line 496
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.min:()B
            ireturn
        end local 1 // byte defaultValue
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            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.map.mutable.primitive.AbstractMutableByteKeySet this
         0: .line 502
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.isEmpty:()Z
            ifeq 2
         1: .line 504
            new java.lang.ArithmeticException
            dup
            invokespecial java.lang.ArithmeticException.<init>:()V
            athrow
         2: .line 506
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.sum:()J
            l2d
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.size:()I
            i2d
            ddiv
            dreturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;

  public double median();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
         0: .line 512
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.isEmpty:()Z
            ifeq 2
         1: .line 514
            new java.lang.ArithmeticException
            dup
            invokespecial java.lang.ArithmeticException.<init>:()V
            athrow
         2: .line 516
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.toSortedArray:()[B
            astore 1 /* sortedArray */
        start local 1 // byte[] sortedArray
         3: .line 517
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            ishr
            istore 2 /* middleIndex */
        start local 2 // int middleIndex
         4: .line 518
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            if_icmple 8
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            iand
            ifne 8
         5: .line 520
            aload 1 /* sortedArray */
            iload 2 /* middleIndex */
            baload
            istore 3 /* first */
        start local 3 // byte first
         6: .line 521
            aload 1 /* sortedArray */
            iload 2 /* middleIndex */
            iconst_1
            isub
            baload
            istore 4 /* second */
        start local 4 // byte second
         7: .line 522
            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 524
      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.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            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.map.mutable.primitive.AbstractMutableByteKeySet this
         0: .line 530
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.toArray:()[B
            astore 1 /* array */
        start local 1 // byte[] array
         1: .line 531
            aload 1 /* array */
            invokestatic java.util.Arrays.sort:([B)V
         2: .line 532
            aload 1 /* array */
            areturn
        end local 1 // byte[] array
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            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.map.mutable.primitive.AbstractMutableByteKeySet this
         0: .line 538
            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.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;

  public byte[] toArray();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
         0: .line 544
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.size:()I
            istore 1 /* size */
        start local 1 // int size
         1: .line 545
            iload 1 /* size */
            newarray 8
            astore 2 /* result */
        start local 2 // byte[] result
         2: .line 546
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            new org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet$1
            dup
            aload 0 /* this */
            aload 2 /* result */
            invokespecial org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet$1.<init>:(Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;[B)V
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)V
         3: .line 556
            aload 2 /* result */
            areturn
        end local 2 // byte[] result
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            1    4     1    size  I
            2    4     2  result  [B

  public byte[] toArray(byte[]);
    descriptor: ([B)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // byte[] result
         0: .line 562
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.size:()I
            istore 2 /* size */
        start local 2 // int size
         1: .line 563
            aload 1 /* result */
            arraylength
            iload 2 /* size */
            if_icmpge 3
         2: .line 565
            iload 2 /* size */
            newarray 8
            astore 1 /* result */
         3: .line 568
      StackMap locals: int
      StackMap stack:
            aload 1 /* result */
            astore 3 /* finalBypass */
        start local 3 // byte[] finalBypass
         4: .line 570
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            new org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet$2
            dup
            aload 0 /* this */
            aload 3 /* finalBypass */
            invokespecial org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet$2.<init>:(Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;[B)V
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)V
         5: .line 580
            aload 1 /* result */
            areturn
        end local 3 // byte[] finalBypass
        end local 2 // int size
        end local 1 // byte[] result
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0    6     1       result  [B
            1    6     2         size  I
            4    6     3  finalBypass  [B
    MethodParameters:
        Name  Flags
      result  

  public boolean contains(byte);
    descriptor: (B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // byte value
         0: .line 586
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            iload 1 /* value */
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.containsKey:(B)Z
            ireturn
        end local 1 // byte value
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0    1     1  value  B
    MethodParameters:
       Name  Flags
      value  

  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.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // byte[] source
         0: .line 592
            aload 1 /* source */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet byte[] top int int byte[]
      StackMap stack:
         1: aload 5
            iload 3
            baload
            istore 2 /* item */
        start local 2 // byte item
         2: .line 594
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            iload 2 /* item */
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.containsKey:(B)Z
            ifne 4
         3: .line 596
            iconst_0
            ireturn
        end local 2 // byte item
         4: .line 592
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 1
         6: .line 599
            iconst_1
            ireturn
        end local 1 // byte[] source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            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.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // org.eclipse.collections.api.ByteIterable source
         0: .line 605
            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: .line 606
            goto 4
         2: .line 608
      StackMap locals: org.eclipse.collections.api.iterator.ByteIterator
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.containsKey:(B)Z
            ifne 4
         3: .line 610
            iconst_0
            ireturn
         4: .line 606
      StackMap locals:
      StackMap stack:
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
            ifne 2
         5: .line 613
            iconst_1
            ireturn
        end local 2 // org.eclipse.collections.api.iterator.ByteIterator iterator
        end local 1 // org.eclipse.collections.api.ByteIterable source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0    6     1    source  Lorg/eclipse/collections/api/ByteIterable;
            1    6     2  iterator  Lorg/eclipse/collections/api/iterator/ByteIterator;
    MethodParameters:
        Name  Flags
      source  

  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.map.mutable.primitive.AbstractMutableByteKeySet this
         0: .line 619
            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.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;

  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.map.mutable.primitive.AbstractMutableByteKeySet this
         0: .line 625
            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.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;

  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.map.mutable.primitive.AbstractMutableByteKeySet this
         0: .line 631
            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.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;

  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.map.mutable.primitive.AbstractMutableByteKeySet this
         0: .line 637
            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.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;

  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=4, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectByteToObjectFunction function
         0: .line 643
            aload 1 /* injectedValue */
            astore 3 /* result */
        start local 3 // java.lang.Object result
         1: .line 644
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            ifnull 6
         2: .line 646
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
            ifeq 4
         3: .line 648
            aload 2 /* function */
            aload 3 /* result */
            iconst_0
            invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectByteToObjectFunction.valueOf:(Ljava/lang/Object;B)Ljava/lang/Object;
            astore 3 /* result */
         4: .line 650
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
            ifeq 6
         5: .line 652
            aload 2 /* function */
            aload 3 /* result */
            iconst_1
            invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectByteToObjectFunction.valueOf:(Ljava/lang/Object;B)Ljava/lang/Object;
            astore 3 /* result */
         6: .line 655
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         7: goto 11
         8: .line 657
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.isNonSentinel:(B)Z
            ifeq 10
         9: .line 659
            aload 2 /* function */
            aload 3 /* result */
            aload 0 /* this */
            iload 4 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectByteToObjectFunction.valueOf:(Ljava/lang/Object;B)Ljava/lang/Object;
            astore 3 /* result */
        10: .line 655
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getTableSize:()I
            if_icmplt 8
        end local 4 // int i
        12: .line 662
            aload 3 /* result */
            areturn
        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.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0   13     1  injectedValue  TT;
            0   13     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectByteToObjectFunction<-TT;+TT;>;
            1   13     3         result  TT;
            7   12     4              i  I
    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.set.primitive.ImmutableByteSet toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
         0: .line 668
            getstatic org.eclipse.collections.impl.factory.primitive.ByteSets.immutable:Lorg/eclipse/collections/api/factory/set/primitive/ImmutableByteSetFactory;
            aload 0 /* this */
            invokeinterface org.eclipse.collections.api.factory.set.primitive.ImmutableByteSetFactory.withAll:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
         0: .line 674
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.size:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
         0: .line 680
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.isEmpty:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;

  public boolean notEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
         0: .line 686
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getOuter:()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableByteKeysMap;
            invokeinterface org.eclipse.collections.impl.map.mutable.primitive.MutableByteKeysMap.notEmpty:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;

  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.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // java.lang.Object obj
         0: .line 692
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 694
            iconst_1
            ireturn
         2: .line 697
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.eclipse.collections.api.set.primitive.ByteSet
            ifne 4
         3: .line 699
            iconst_0
            ireturn
         4: .line 702
      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 703
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.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.map.mutable.primitive.AbstractMutableByteKeySet.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.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            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=3, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
         0: .line 709
            iconst_0
            istore 1 /* result */
        start local 1 // int result
         1: .line 711
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            ifnull 6
         2: .line 713
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
            ifeq 4
         3: .line 715
            iinc 1 /* result */ 0
         4: .line 717
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
            ifeq 6
         5: .line 719
            iinc 1 /* result */ 1
         6: .line 722
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         7: goto 11
         8: .line 724
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.isNonSentinel:(B)Z
            ifeq 10
         9: .line 726
            iload 1 /* result */
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            iadd
            istore 1 /* result */
        10: .line 722
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 2 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getTableSize:()I
            if_icmplt 8
        end local 2 // int i
        12: .line 730
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            1   13     1  result  I
            7   12     2       i  I

  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.map.mutable.primitive.AbstractMutableByteKeySet this
         0: .line 736
            aload 0 /* this */
            ldc "["
            ldc ", "
            ldc "]"
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;

  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.map.mutable.primitive.AbstractMutableByteKeySet this
         0: .line 742
            aload 0 /* this */
            ldc ", "
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.makeString:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;

  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.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // java.lang.String separator
         0: .line 748
            aload 0 /* this */
            ldc ""
            aload 1 /* separator */
            ldc ""
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.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.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            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.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // java.lang.String start
        start local 2 // java.lang.String separator
        start local 3 // java.lang.String end
         0: .line 754
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 4 /* stringBuilder */
        start local 4 // java.lang.Appendable stringBuilder
         1: .line 755
            aload 0 /* this */
            aload 4 /* stringBuilder */
            aload 1 /* start */
            aload 2 /* separator */
            aload 3 /* end */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         2: .line 756
            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.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            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.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // java.lang.Appendable appendable
         0: .line 762
            aload 0 /* this */
            aload 1 /* appendable */
            ldc ", "
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.appendString:(Ljava/lang/Appendable;Ljava/lang/String;)V
         1: .line 763
            return
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            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.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String separator
         0: .line 768
            aload 0 /* this */
            aload 1 /* appendable */
            ldc ""
            aload 2 /* separator */
            ldc ""
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 769
            return
        end local 2 // java.lang.String separator
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            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.map.mutable.primitive.AbstractMutableByteKeySet 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 776
            aload 1 /* appendable */
            aload 2 /* start */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         1: .line 777
            iconst_1
            istore 5 /* first */
        start local 5 // boolean first
         2: .line 778
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            ifnull 11
         3: .line 780
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsZeroKey:Z
            ifeq 6
         4: .line 782
            aload 1 /* appendable */
            iconst_0
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         5: .line 783
            iconst_0
            istore 5 /* first */
         6: .line 785
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues.containsOneKey:Z
            ifeq 11
         7: .line 787
            iload 5 /* first */
            ifne 9
         8: .line 789
            aload 1 /* appendable */
            aload 3 /* separator */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         9: .line 791
      StackMap locals:
      StackMap stack:
            aload 1 /* appendable */
            iconst_1
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        10: .line 792
            iconst_0
            istore 5 /* first */
        11: .line 795
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        12: goto 19
        13: .line 797
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.isNonSentinel:(B)Z
            ifeq 18
        14: .line 799
            iload 5 /* first */
            ifne 16
        15: .line 801
            aload 1 /* appendable */
            aload 3 /* separator */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        16: .line 803
      StackMap locals:
      StackMap stack:
            aload 1 /* appendable */
            aload 0 /* this */
            iload 6 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getKeyAtIndex:(I)B
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        17: .line 804
            iconst_0
            istore 5 /* first */
        18: .line 795
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 6 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.getTableSize:()I
            if_icmplt 13
        end local 6 // int i
        20: .line 807
            aload 1 /* appendable */
            aload 4 /* end */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        end local 5 // boolean first
        21: .line 808
            goto 24
        22: .line 809
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet 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
        23: .line 811
            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
        24: .line 813
      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.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   25     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0   25     1  appendable  Ljava/lang/Appendable;
            0   25     2       start  Ljava/lang/String;
            0   25     3   separator  Ljava/lang/String;
            0   25     4         end  Ljava/lang/String;
            2   21     5       first  Z
           12   20     6           i  I
           23   24     5           e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    21      22  Class java.io.IOException
    MethodParameters:
            Name  Flags
      appendable  
      start       
      separator   
      end         

  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.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // int size
         0: .line 818
            iload 1 /* size */
            ifgt 2
         1: .line 820
            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 822
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.collections.impl.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 823
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.notEmpty:()Z
            ifeq 17
         4: .line 825
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.size:()I
            iload 1 /* size */
            if_icmpgt 7
         5: .line 827
            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 828
            goto 17
         7: .line 831
      StackMap locals: org.eclipse.collections.api.list.MutableList
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.byteIterator:()Lorg/eclipse/collections/api/iterator/MutableByteIterator;
            astore 3 /* iterator */
        start local 3 // org.eclipse.collections.api.iterator.ByteIterator iterator
         8: .line 832
            goto 16
         9: .line 834
      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 835
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        11: goto 14
        12: .line 837
      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 835
            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 839
      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 832
      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 843
      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.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            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 java.lang.Object writeReplace();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
         0: .line 848
            new org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet$SerRep
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet$SerRep.<init>:(Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;)V
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
    Exceptions:
      throws java.io.ObjectStreamException

  public void writeExternal(java.io.ObjectOutput);
    descriptor: (Ljava/io/ObjectOutput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // java.io.ObjectOutput out
         0: .line 854
            return
        end local 1 // java.io.ObjectOutput out
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0    1     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=0, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
        start local 1 // java.io.ObjectInput in
         0: .line 859
            return
        end local 1 // java.io.ObjectInput in
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
            0    1     1    in  Ljava/io/ObjectInput;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      in    

  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.map.mutable.primitive.AbstractMutableByteKeySet.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.map.mutable.primitive.AbstractMutableByteKeySet.with:(B)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            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.map.mutable.primitive.AbstractMutableByteKeySet.withAll:(Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            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.map.mutable.primitive.AbstractMutableByteKeySet.select:(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 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.map.mutable.primitive.AbstractMutableByteKeySet.select:(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 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.map.mutable.primitive.AbstractMutableByteKeySet.select:(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 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.map.mutable.primitive.AbstractMutableByteKeySet.withoutAll:(Lorg/eclipse/collections/api/ByteIterable;)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.map.mutable.primitive.AbstractMutableByteKeySet.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.map.mutable.primitive.AbstractMutableByteKeySet.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.map.mutable.primitive.AbstractMutableByteKeySet.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.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.map.mutable.primitive.AbstractMutableByteKeySet.asSynchronized:()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.map.mutable.primitive.AbstractMutableByteKeySet.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.map.mutable.primitive.AbstractMutableByteKeySet.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.map.mutable.primitive.AbstractMutableByteKeySet.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.map.mutable.primitive.AbstractMutableByteKeySet.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
            invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.newEmpty:()Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            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.map.mutable.primitive.AbstractMutableByteKeySet.without:(B)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AbstractMutableByteKeySet.java"
NestMembers:
  org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet$1  org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet$2  org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet$SerRep
InnerClasses:
  org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet$1
  org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet$2
  private SerRep = org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet$SerRep of org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet