class org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet extends org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableLongSet implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet
  super_class: org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableLongSet
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final long EMPTY_KEY;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

  private static final int CACHE_LINE_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 64

  private static final int KEY_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  private static final int INITIAL_LINEAR_PROBE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private final long[] keys;
    descriptor: [J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int occupiedWithData;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean containsZeroKey;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean containsOneKey;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(long[], int, boolean, boolean);
    descriptor: ([JIZZ)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
        start local 1 // long[] keys
        start local 2 // int occupiedWithData
        start local 3 // boolean containsZeroKey
        start local 4 // boolean containsOneKey
         0: .line 49
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableLongSet.<init>:()V
         1: .line 51
            aload 0 /* this */
            aload 1 /* keys */
            putfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
         2: .line 52
            aload 0 /* this */
            iload 2 /* occupiedWithData */
            putfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.occupiedWithData:I
         3: .line 53
            aload 0 /* this */
            iload 3 /* containsZeroKey */
            putfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsZeroKey:Z
         4: .line 54
            aload 0 /* this */
            iload 4 /* containsOneKey */
            putfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsOneKey:Z
         5: .line 55
            return
        end local 4 // boolean containsOneKey
        end local 3 // boolean containsZeroKey
        end local 2 // int occupiedWithData
        end local 1 // long[] keys
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            0    6     1              keys  [J
            0    6     2  occupiedWithData  I
            0    6     3   containsZeroKey  Z
            0    6     4    containsOneKey  Z
    MethodParameters:
                  Name  Flags
      keys              
      occupiedWithData  
      containsZeroKey   
      containsOneKey    

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

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

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

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
         0: .line 75
            iconst_0
            istore 1 /* result */
        start local 1 // int result
         1: .line 76
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsZeroKey:Z
            ifeq 3
         2: .line 78
            iinc 1 /* result */ 0
         3: .line 80
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsOneKey:Z
            ifeq 5
         4: .line 82
            iinc 1 /* result */ 1
         5: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            ifnull 12
         6: .line 86
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         7: goto 11
         8: .line 88
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 2 /* i */
            laload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.isNonSentinel:(J)Z
            ifeq 10
         9: .line 90
            iload 1 /* result */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 2 /* i */
            laload
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 2 /* i */
            laload
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
        10: .line 86
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            arraylength
            if_icmplt 8
        end local 2 // int i
        12: .line 94
      StackMap locals:
      StackMap stack:
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            1   13     1  result  I
            7   12     2       i  I

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
         0: .line 100
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.occupiedWithData:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsOneKey:Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: int
         1: iconst_0
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet
      StackMap stack: int int
         2: iadd
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsZeroKey:Z
            ifeq 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack: int
         3: iconst_0
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet
      StackMap stack: int int
         4: iadd
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;

  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.ImmutableLongMapKeySet 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 108
            aload 1 /* appendable */
            aload 2 /* start */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         1: .line 109
            iconst_0
            istore 5 /* count */
        start local 5 // int count
         2: .line 110
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsZeroKey:Z
            ifeq 5
         3: .line 112
            aload 1 /* appendable */
            lconst_0
            invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         4: .line 113
            iinc 5 /* count */ 1
         5: .line 115
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsOneKey:Z
            ifeq 10
         6: .line 117
            iload 5 /* count */
            ifle 8
         7: .line 119
            aload 1 /* appendable */
            aload 3 /* separator */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         8: .line 121
      StackMap locals:
      StackMap stack:
            iinc 5 /* count */ 1
         9: .line 122
            aload 1 /* appendable */
            lconst_1
            invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        10: .line 124
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        11: goto 18
        12: .line 126
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 6 /* i */
            laload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.isNonSentinel:(J)Z
            ifeq 17
        13: .line 128
            iload 5 /* count */
            ifle 15
        14: .line 130
            aload 1 /* appendable */
            aload 3 /* separator */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        15: .line 132
      StackMap locals:
      StackMap stack:
            iinc 5 /* count */ 1
        16: .line 133
            aload 1 /* appendable */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 6 /* i */
            laload
            invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        17: .line 124
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 6 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            arraylength
            if_icmplt 12
        end local 6 // int i
        19: .line 136
            aload 1 /* appendable */
            aload 4 /* end */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        end local 5 // int count
        20: .line 137
            goto 23
        21: .line 138
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet 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
        22: .line 140
            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
        23: .line 142
      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.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   24     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            0   24     1  appendable  Ljava/lang/Appendable;
            0   24     2       start  Ljava/lang/String;
            0   24     3   separator  Ljava/lang/String;
            0   24     4         end  Ljava/lang/String;
            2   20     5       count  I
           11   19     6           i  I
           22   23     5           e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    20      21  Class java.io.IOException
    MethodParameters:
            Name  Flags
      appendable  
      start       
      separator   
      end         

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

  public long[] toArray();
    descriptor: ()[J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
         0: .line 153
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.size:()I
            newarray 11
            astore 1 /* array */
        start local 1 // long[] array
         1: .line 154
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         2: .line 155
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsZeroKey:Z
            ifeq 5
         3: .line 157
            aload 1 /* array */
            iload 2 /* index */
            lconst_0
            lastore
         4: .line 158
            iinc 2 /* index */ 1
         5: .line 160
      StackMap locals: long[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsOneKey:Z
            ifeq 8
         6: .line 162
            aload 1 /* array */
            iload 2 /* index */
            lconst_1
            lastore
         7: .line 163
            iinc 2 /* index */ 1
         8: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            ifnull 16
         9: .line 167
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        10: goto 15
        11: .line 169
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 3 /* i */
            laload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.isNonSentinel:(J)Z
            ifeq 14
        12: .line 171
            aload 1 /* array */
            iload 2 /* index */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 3 /* i */
            laload
            lastore
        13: .line 172
            iinc 2 /* index */ 1
        14: .line 167
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            arraylength
            if_icmplt 11
        end local 3 // int i
        16: .line 176
      StackMap locals:
      StackMap stack:
            aload 1 /* array */
            areturn
        end local 2 // int index
        end local 1 // long[] array
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            1   17     1  array  [J
            2   17     2  index  I
           10   16     3      i  I

  public boolean contains(long);
    descriptor: (J)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
        start local 1 // long value
         0: .line 182
            lload 1 /* value */
            lconst_0
            lcmp
            ifne 2
         1: .line 184
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsZeroKey:Z
            ireturn
         2: .line 186
      StackMap locals:
      StackMap stack:
            lload 1 /* value */
            lconst_1
            lcmp
            ifne 4
         3: .line 188
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsOneKey:Z
            ireturn
         4: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            aload 0 /* this */
            lload 1 /* value */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.probe:(J)I
            laload
            lload 1 /* value */
            lcmp
            ifne 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 1 // long value
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            0    6     1  value  J
    MethodParameters:
       Name  Flags
      value  

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

  public void each(org.eclipse.collections.api.block.procedure.primitive.LongProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.LongProcedure procedure
         0: .line 205
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsZeroKey:Z
            ifeq 2
         1: .line 207
            aload 1 /* procedure */
            lconst_0
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.LongProcedure.value:(J)V
         2: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsOneKey:Z
            ifeq 4
         3: .line 211
            aload 1 /* procedure */
            lconst_1
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.LongProcedure.value:(J)V
         4: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            ifnull 11
         5: .line 215
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: goto 10
         7: .line 217
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 2 /* i */
            laload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.isNonSentinel:(J)Z
            ifeq 9
         8: .line 219
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 2 /* i */
            laload
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.LongProcedure.value:(J)V
         9: .line 215
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            arraylength
            if_icmplt 7
        end local 2 // int i
        11: .line 223
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.LongProcedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            0   12     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;
            6   11     2          i  I
    MethodParameters:
           Name  Flags
      procedure  

  public org.eclipse.collections.api.set.primitive.ImmutableLongSet select(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableLongSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
         0: .line 228
            new org.eclipse.collections.impl.set.mutable.primitive.LongHashSet
            dup
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.<init>:()V
            astore 2 /* result */
        start local 2 // org.eclipse.collections.impl.set.mutable.primitive.LongHashSet result
         1: .line 229
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsZeroKey:Z
            ifeq 3
            aload 1 /* predicate */
            lconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifeq 3
         2: .line 231
            aload 2 /* result */
            lconst_0
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.add:(J)Z
            pop
         3: .line 233
      StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.LongHashSet
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsOneKey:Z
            ifeq 5
            aload 1 /* predicate */
            lconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifeq 5
         4: .line 235
            aload 2 /* result */
            lconst_1
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.add:(J)Z
            pop
         5: .line 237
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 10
         7: .line 239
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 3 /* i */
            laload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.isNonSentinel:(J)Z
            ifeq 9
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 3 /* i */
            laload
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifeq 9
         8: .line 241
            aload 2 /* result */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 3 /* i */
            laload
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.add:(J)Z
            pop
         9: .line 237
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            arraylength
            if_icmplt 7
        end local 3 // int i
        11: .line 244
            aload 2 /* result */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableLongSet;
            areturn
        end local 2 // org.eclipse.collections.impl.set.mutable.primitive.LongHashSet result
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            0   12     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
            1   12     2     result  Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet;
            6   11     3          i  I
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.set.primitive.ImmutableLongSet reject(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableLongSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
         0: .line 250
            new org.eclipse.collections.impl.set.mutable.primitive.LongHashSet
            dup
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.<init>:()V
            astore 2 /* result */
        start local 2 // org.eclipse.collections.impl.set.mutable.primitive.LongHashSet result
         1: .line 251
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsZeroKey:Z
            ifeq 3
            aload 1 /* predicate */
            lconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifne 3
         2: .line 253
            aload 2 /* result */
            lconst_0
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.add:(J)Z
            pop
         3: .line 255
      StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.LongHashSet
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsOneKey:Z
            ifeq 5
            aload 1 /* predicate */
            lconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifne 5
         4: .line 257
            aload 2 /* result */
            lconst_1
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.add:(J)Z
            pop
         5: .line 259
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 10
         7: .line 261
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 3 /* i */
            laload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.isNonSentinel:(J)Z
            ifeq 9
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 3 /* i */
            laload
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifne 9
         8: .line 263
            aload 2 /* result */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 3 /* i */
            laload
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.add:(J)Z
            pop
         9: .line 259
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            arraylength
            if_icmplt 7
        end local 3 // int i
        11: .line 266
            aload 2 /* result */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableLongSet;
            areturn
        end local 2 // org.eclipse.collections.impl.set.mutable.primitive.LongHashSet result
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            0   12     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
            1   12     2     result  Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet;
            6   11     3          i  I
    MethodParameters:
           Name  Flags
      predicate  

  public <V> org.eclipse.collections.api.set.ImmutableSet<V> collect(org.eclipse.collections.api.block.function.primitive.LongToObjectFunction<? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)Lorg/eclipse/collections/api/set/ImmutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
        start local 1 // org.eclipse.collections.api.block.function.primitive.LongToObjectFunction function
         0: .line 272
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.size:()I
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:(I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            astore 2 /* target */
        start local 2 // org.eclipse.collections.api.set.MutableSet target
         1: .line 273
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsZeroKey:Z
            ifeq 3
         2: .line 275
            aload 2 /* target */
            aload 1 /* function */
            lconst_0
            invokeinterface org.eclipse.collections.api.block.function.primitive.LongToObjectFunction.valueOf:(J)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.set.MutableSet.add:(Ljava/lang/Object;)Z
            pop
         3: .line 277
      StackMap locals: org.eclipse.collections.api.set.MutableSet
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsOneKey:Z
            ifeq 5
         4: .line 279
            aload 2 /* target */
            aload 1 /* function */
            lconst_1
            invokeinterface org.eclipse.collections.api.block.function.primitive.LongToObjectFunction.valueOf:(J)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.set.MutableSet.add:(Ljava/lang/Object;)Z
            pop
         5: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            ifnull 12
         6: .line 283
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 11
         8: .line 285
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 3 /* i */
            laload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.isNonSentinel:(J)Z
            ifeq 10
         9: .line 287
            aload 2 /* target */
            aload 1 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 3 /* i */
            laload
            invokeinterface org.eclipse.collections.api.block.function.primitive.LongToObjectFunction.valueOf:(J)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.set.MutableSet.add:(Ljava/lang/Object;)Z
            pop
        10: .line 283
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            arraylength
            if_icmplt 8
        end local 3 // int i
        12: .line 291
      StackMap locals:
      StackMap stack:
            aload 2 /* target */
            invokeinterface org.eclipse.collections.api.set.MutableSet.toImmutable:()Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
        end local 2 // org.eclipse.collections.api.set.MutableSet target
        end local 1 // org.eclipse.collections.api.block.function.primitive.LongToObjectFunction function
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            0   13     1  function  Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction<+TV;>;
            1   13     2    target  Lorg/eclipse/collections/api/set/MutableSet<TV;>;
            7   12     3         i  I
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/set/ImmutableSet<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public long detectIfNone(org.eclipse.collections.api.block.predicate.primitive.LongPredicate, long);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
        start local 2 // long ifNone
         0: .line 297
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsZeroKey:Z
            ifeq 2
            aload 1 /* predicate */
            lconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifeq 2
         1: .line 299
            lconst_0
            lreturn
         2: .line 301
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsOneKey:Z
            ifeq 4
            aload 1 /* predicate */
            lconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifeq 4
         3: .line 303
            lconst_1
            lreturn
         4: .line 305
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 9
         6: .line 307
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 4 /* i */
            laload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.isNonSentinel:(J)Z
            ifeq 8
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 4 /* i */
            laload
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifeq 8
         7: .line 309
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 4 /* i */
            laload
            lreturn
         8: .line 305
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            arraylength
            if_icmplt 6
        end local 4 // int i
        10: .line 312
            lload 2 /* ifNone */
            lreturn
        end local 2 // long ifNone
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
            0   11     2     ifNone  J
            5   10     4          i  I
    MethodParameters:
           Name  Flags
      predicate  
      ifNone     

  public int count(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
         0: .line 318
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         1: .line 319
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsZeroKey:Z
            ifeq 3
            aload 1 /* predicate */
            lconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifeq 3
         2: .line 321
            iinc 2 /* count */ 1
         3: .line 323
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsOneKey:Z
            ifeq 5
            aload 1 /* predicate */
            lconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifeq 5
         4: .line 325
            iinc 2 /* count */ 1
         5: .line 327
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 10
         7: .line 329
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 3 /* i */
            laload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.isNonSentinel:(J)Z
            ifeq 9
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 3 /* i */
            laload
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifeq 9
         8: .line 331
            iinc 2 /* count */ 1
         9: .line 327
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            arraylength
            if_icmplt 7
        end local 3 // int i
        11: .line 334
            iload 2 /* count */
            ireturn
        end local 2 // int count
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            0   12     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
            1   12     2      count  I
            6   11     3          i  I
    MethodParameters:
           Name  Flags
      predicate  

  public boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
         0: .line 340
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsZeroKey:Z
            ifeq 2
            aload 1 /* predicate */
            lconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifeq 2
         1: .line 342
            iconst_1
            ireturn
         2: .line 344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsOneKey:Z
            ifeq 4
            aload 1 /* predicate */
            lconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifeq 4
         3: .line 346
            iconst_1
            ireturn
         4: .line 348
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: goto 9
         6: .line 350
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 2 /* i */
            laload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.isNonSentinel:(J)Z
            ifeq 8
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 2 /* i */
            laload
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifeq 8
         7: .line 352
            iconst_1
            ireturn
         8: .line 348
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            arraylength
            if_icmplt 6
        end local 2 // int i
        10: .line 355
            iconst_0
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
            5   10     2          i  I
    MethodParameters:
           Name  Flags
      predicate  

  public boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
         0: .line 361
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsZeroKey:Z
            ifeq 2
            aload 1 /* predicate */
            lconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifne 2
         1: .line 363
            iconst_0
            ireturn
         2: .line 365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsOneKey:Z
            ifeq 4
            aload 1 /* predicate */
            lconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifne 4
         3: .line 367
            iconst_0
            ireturn
         4: .line 369
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: goto 9
         6: .line 371
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 2 /* i */
            laload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.isNonSentinel:(J)Z
            ifeq 8
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 2 /* i */
            laload
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifne 8
         7: .line 373
            iconst_0
            ireturn
         8: .line 369
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            arraylength
            if_icmplt 6
        end local 2 // int i
        10: .line 376
            iconst_1
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
            5   10     2          i  I
    MethodParameters:
           Name  Flags
      predicate  

  public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
         0: .line 382
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsZeroKey:Z
            ifeq 2
            aload 1 /* predicate */
            lconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifeq 2
         1: .line 384
            iconst_0
            ireturn
         2: .line 386
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsOneKey:Z
            ifeq 4
            aload 1 /* predicate */
            lconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifeq 4
         3: .line 388
            iconst_0
            ireturn
         4: .line 390
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: goto 9
         6: .line 392
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 2 /* i */
            laload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.isNonSentinel:(J)Z
            ifeq 8
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 2 /* i */
            laload
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifeq 8
         7: .line 394
            iconst_0
            ireturn
         8: .line 390
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            arraylength
            if_icmplt 6
        end local 2 // int i
        10: .line 397
            iconst_1
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
            5   10     2          i  I
    MethodParameters:
           Name  Flags
      predicate  

  public long sum();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=10, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
         0: .line 403
            lconst_0
            lstore 1 /* result */
        start local 1 // long result
         1: .line 404
            lconst_0
            lstore 3 /* compensation */
        start local 3 // long compensation
         2: .line 405
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsZeroKey:Z
            ifeq 7
         3: .line 407
            lconst_0
            lload 3 /* compensation */
            lsub
            lstore 5 /* adjustedValue */
        start local 5 // long adjustedValue
         4: .line 408
            lload 1 /* result */
            lload 5 /* adjustedValue */
            ladd
            lstore 7 /* nextSum */
        start local 7 // long nextSum
         5: .line 409
            lload 7 /* nextSum */
            lload 1 /* result */
            lsub
            lload 5 /* adjustedValue */
            lsub
            lstore 3 /* compensation */
         6: .line 410
            lload 7 /* nextSum */
            lstore 1 /* result */
        end local 7 // long nextSum
        end local 5 // long adjustedValue
         7: .line 412
      StackMap locals: long long
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsOneKey:Z
            ifeq 12
         8: .line 414
            lconst_1
            lload 3 /* compensation */
            lsub
            lstore 5 /* adjustedValue */
        start local 5 // long adjustedValue
         9: .line 415
            lload 1 /* result */
            lload 5 /* adjustedValue */
            ladd
            lstore 7 /* nextSum */
        start local 7 // long nextSum
        10: .line 416
            lload 7 /* nextSum */
            lload 1 /* result */
            lsub
            lload 5 /* adjustedValue */
            lsub
            lstore 3 /* compensation */
        11: .line 417
            lload 7 /* nextSum */
            lstore 1 /* result */
        end local 7 // long nextSum
        end local 5 // long adjustedValue
        12: .line 419
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            ifnull 22
        13: .line 421
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        14: goto 21
        15: .line 423
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 5 /* i */
            laload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.isNonSentinel:(J)Z
            ifeq 20
        16: .line 425
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 5 /* i */
            laload
            lload 3 /* compensation */
            lsub
            lstore 6 /* adjustedValue */
        start local 6 // long adjustedValue
        17: .line 426
            lload 1 /* result */
            lload 6 /* adjustedValue */
            ladd
            lstore 8 /* nextSum */
        start local 8 // long nextSum
        18: .line 427
            lload 8 /* nextSum */
            lload 1 /* result */
            lsub
            lload 6 /* adjustedValue */
            lsub
            lstore 3 /* compensation */
        19: .line 428
            lload 8 /* nextSum */
            lstore 1 /* result */
        end local 8 // long nextSum
        end local 6 // long adjustedValue
        20: .line 421
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 5 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            arraylength
            if_icmplt 15
        end local 5 // int i
        22: .line 432
      StackMap locals:
      StackMap stack:
            lload 1 /* result */
            lreturn
        end local 3 // long compensation
        end local 1 // long result
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   23     0           this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            1   23     1         result  J
            2   23     3   compensation  J
            4    7     5  adjustedValue  J
            5    7     7        nextSum  J
            9   12     5  adjustedValue  J
           10   12     7        nextSum  J
           14   22     5              i  I
           17   20     6  adjustedValue  J
           18   20     8        nextSum  J

  public long max();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
         0: .line 438
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.isEmpty:()Z
            ifeq 2
         1: .line 440
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 443
      StackMap locals:
      StackMap stack:
            lconst_0
            lstore 1 /* max */
        start local 1 // long max
         3: .line 444
            iconst_0
            istore 3 /* isMaxSet */
        start local 3 // boolean isMaxSet
         4: .line 446
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsZeroKey:Z
            ifeq 7
         5: .line 448
            lconst_0
            lstore 1 /* max */
         6: .line 449
            iconst_1
            istore 3 /* isMaxSet */
         7: .line 451
      StackMap locals: long int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsOneKey:Z
            ifeq 10
            iload 3 /* isMaxSet */
            ifeq 8
            lload 1 /* max */
            lconst_1
            lcmp
            ifge 10
         8: .line 453
      StackMap locals:
      StackMap stack:
            lconst_1
            lstore 1 /* max */
         9: .line 454
            iconst_1
            istore 3 /* isMaxSet */
        10: .line 456
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        11: goto 16
        12: .line 458
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 4 /* i */
            laload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.isNonSentinel:(J)Z
            ifeq 15
            iload 3 /* isMaxSet */
            ifeq 13
            lload 1 /* max */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 4 /* i */
            laload
            lcmp
            ifge 15
        13: .line 460
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 4 /* i */
            laload
            lstore 1 /* max */
        14: .line 461
            iconst_1
            istore 3 /* isMaxSet */
        15: .line 456
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 4 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            arraylength
            if_icmplt 12
        end local 4 // int i
        17: .line 464
            lload 1 /* max */
            lreturn
        end local 3 // boolean isMaxSet
        end local 1 // long max
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            3   18     1       max  J
            4   18     3  isMaxSet  Z
           11   17     4         i  I

  public long min();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
         0: .line 470
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.isEmpty:()Z
            ifeq 2
         1: .line 472
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 475
      StackMap locals:
      StackMap stack:
            lconst_0
            lstore 1 /* min */
        start local 1 // long min
         3: .line 476
            iconst_0
            istore 3 /* isMinSet */
        start local 3 // boolean isMinSet
         4: .line 478
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsZeroKey:Z
            ifeq 7
         5: .line 480
            lconst_0
            lstore 1 /* min */
         6: .line 481
            iconst_1
            istore 3 /* isMinSet */
         7: .line 483
      StackMap locals: long int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsOneKey:Z
            ifeq 10
            iload 3 /* isMinSet */
            ifeq 8
            lconst_1
            lload 1 /* min */
            lcmp
            ifge 10
         8: .line 485
      StackMap locals:
      StackMap stack:
            lconst_1
            lstore 1 /* min */
         9: .line 486
            iconst_1
            istore 3 /* isMinSet */
        10: .line 489
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        11: goto 16
        12: .line 491
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 4 /* i */
            laload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.isNonSentinel:(J)Z
            ifeq 15
            iload 3 /* isMinSet */
            ifeq 13
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 4 /* i */
            laload
            lload 1 /* min */
            lcmp
            ifge 15
        13: .line 493
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 4 /* i */
            laload
            lstore 1 /* min */
        14: .line 494
            iconst_1
            istore 3 /* isMinSet */
        15: .line 489
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 4 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            arraylength
            if_icmplt 12
        end local 4 // int i
        17: .line 497
            lload 1 /* min */
            lreturn
        end local 3 // boolean isMinSet
        end local 1 // long min
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            3   18     1       min  J
            4   18     3  isMinSet  Z
           11   17     4         i  I

  public <T> T injectInto(T, org.eclipse.collections.api.block.function.primitive.ObjectLongToObjectFunction<? super T, ? extends T>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectLongToObjectFunction;)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.ImmutableLongMapKeySet this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectLongToObjectFunction function
         0: .line 503
            aload 1 /* injectedValue */
            astore 3 /* result */
        start local 3 // java.lang.Object result
         1: .line 504
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsZeroKey:Z
            ifeq 3
         2: .line 506
            aload 2 /* function */
            aload 3 /* result */
            lconst_0
            invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectLongToObjectFunction.valueOf:(Ljava/lang/Object;J)Ljava/lang/Object;
            astore 3 /* result */
         3: .line 508
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.containsOneKey:Z
            ifeq 5
         4: .line 510
            aload 2 /* function */
            aload 3 /* result */
            lconst_1
            invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectLongToObjectFunction.valueOf:(Ljava/lang/Object;J)Ljava/lang/Object;
            astore 3 /* result */
         5: .line 512
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            ifnull 12
         6: .line 514
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         7: goto 11
         8: .line 516
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 4 /* i */
            laload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.isNonSentinel:(J)Z
            ifeq 10
         9: .line 518
            aload 2 /* function */
            aload 3 /* result */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 4 /* i */
            laload
            invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectLongToObjectFunction.valueOf:(Ljava/lang/Object;J)Ljava/lang/Object;
            astore 3 /* result */
        10: .line 514
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            arraylength
            if_icmplt 8
        end local 4 // int i
        12: .line 522
      StackMap locals:
      StackMap stack:
            aload 3 /* result */
            areturn
        end local 3 // java.lang.Object result
        end local 2 // org.eclipse.collections.api.block.function.primitive.ObjectLongToObjectFunction function
        end local 1 // java.lang.Object injectedValue
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            0   13     1  injectedValue  TT;
            0   13     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectLongToObjectFunction<-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/ObjectLongToObjectFunction<-TT;+TT;>;)TT;
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  private java.lang.Object writeReplace();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
         0: .line 527
            new org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongSetSerializationProxy
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongSetSerializationProxy.<init>:(Lorg/eclipse/collections/api/set/primitive/LongSet;)V
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;

  int probe(long);
    descriptor: (J)I
    flags: (0x0000) 
    Code:
      stack=4, locals=9, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
        start local 1 // long element
         0: .line 533
            aload 0 /* this */
            lload 1 /* element */
            l2i
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.mask:(I)I
            istore 3 /* index */
        start local 3 // int index
         1: .line 534
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 3 /* index */
            laload
            lstore 4 /* keyAtIndex */
        start local 4 // long keyAtIndex
         2: .line 536
            lload 4 /* keyAtIndex */
            lload 1 /* element */
            lcmp
            ifeq 3
            lload 4 /* keyAtIndex */
            lconst_0
            lcmp
            ifne 4
         3: .line 538
      StackMap locals: int long
      StackMap stack:
            iload 3 /* index */
            ireturn
         4: .line 541
      StackMap locals:
      StackMap stack:
            lload 4 /* keyAtIndex */
            lconst_1
            lcmp
            ifne 5
            iload 3 /* index */
            goto 6
      StackMap locals:
      StackMap stack:
         5: iconst_m1
      StackMap locals:
      StackMap stack: int
         6: istore 6 /* removedIndex */
        start local 6 // int removedIndex
         7: .line 542
            iconst_1
            istore 7 /* i */
        start local 7 // int i
         8: goto 20
         9: .line 544
      StackMap locals: int int
      StackMap stack:
            iload 3 /* index */
            iload 7 /* i */
            iadd
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            arraylength
            iconst_1
            isub
            iand
            istore 8 /* nextIndex */
        start local 8 // int nextIndex
        10: .line 545
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 8 /* nextIndex */
            laload
            lstore 4 /* keyAtIndex */
        11: .line 546
            lload 4 /* keyAtIndex */
            lload 1 /* element */
            lcmp
            ifne 13
        12: .line 548
            iload 8 /* nextIndex */
            ireturn
        13: .line 550
      StackMap locals: int
      StackMap stack:
            lload 4 /* keyAtIndex */
            lconst_0
            lcmp
            ifne 17
        14: .line 552
            iload 6 /* removedIndex */
            iconst_m1
            if_icmpne 15
            iload 8 /* nextIndex */
            goto 16
      StackMap locals:
      StackMap stack:
        15: iload 6 /* removedIndex */
      StackMap locals:
      StackMap stack: int
        16: ireturn
        17: .line 554
      StackMap locals:
      StackMap stack:
            lload 4 /* keyAtIndex */
            lconst_1
            lcmp
            ifne 19
            iload 6 /* removedIndex */
            iconst_m1
            if_icmpne 19
        18: .line 556
            iload 8 /* nextIndex */
            istore 6 /* removedIndex */
        end local 8 // int nextIndex
        19: .line 542
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 7 /* i */
            iconst_4
            if_icmplt 9
        end local 7 // int i
        21: .line 559
            aload 0 /* this */
            lload 1 /* element */
            iload 6 /* removedIndex */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.probeTwo:(JI)I
            ireturn
        end local 6 // int removedIndex
        end local 4 // long keyAtIndex
        end local 3 // int index
        end local 1 // long element
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0          this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            0   22     1       element  J
            1   22     3         index  I
            2   22     4    keyAtIndex  J
            7   22     6  removedIndex  I
            8   21     7             i  I
           10   19     8     nextIndex  I
    MethodParameters:
         Name  Flags
      element  

  int probeTwo(long, int);
    descriptor: (JI)I
    flags: (0x0000) 
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
        start local 1 // long element
        start local 3 // int removedIndex
         0: .line 564
            aload 0 /* this */
            lload 1 /* element */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.spreadTwoAndMask:(J)I
            istore 4 /* index */
        start local 4 // int index
         1: .line 565
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 14
         3: .line 567
      StackMap locals: int int
      StackMap stack:
            iload 4 /* index */
            iload 5 /* i */
            iadd
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            arraylength
            iconst_1
            isub
            iand
            istore 6 /* nextIndex */
        start local 6 // int nextIndex
         4: .line 568
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 6 /* nextIndex */
            laload
            lstore 7 /* keyAtIndex */
        start local 7 // long keyAtIndex
         5: .line 569
            lload 7 /* keyAtIndex */
            lload 1 /* element */
            lcmp
            ifne 7
         6: .line 571
            iload 6 /* nextIndex */
            ireturn
         7: .line 573
      StackMap locals: int long
      StackMap stack:
            lload 7 /* keyAtIndex */
            lconst_0
            lcmp
            ifne 11
         8: .line 575
            iload 3 /* removedIndex */
            iconst_m1
            if_icmpne 9
            iload 6 /* nextIndex */
            goto 10
      StackMap locals:
      StackMap stack:
         9: iload 3 /* removedIndex */
      StackMap locals:
      StackMap stack: int
        10: ireturn
        11: .line 577
      StackMap locals:
      StackMap stack:
            lload 7 /* keyAtIndex */
            lconst_1
            lcmp
            ifne 13
            iload 3 /* removedIndex */
            iconst_m1
            if_icmpne 13
        12: .line 579
            iload 6 /* nextIndex */
            istore 3 /* removedIndex */
        end local 7 // long keyAtIndex
        end local 6 // int nextIndex
        13: .line 565
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 5 /* i */
            iconst_4
            if_icmplt 3
        end local 5 // int i
        15: .line 582
            aload 0 /* this */
            lload 1 /* element */
            iload 3 /* removedIndex */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.probeThree:(JI)I
            ireturn
        end local 4 // int index
        end local 3 // int removedIndex
        end local 1 // long element
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0          this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            0   16     1       element  J
            0   16     3  removedIndex  I
            1   16     4         index  I
            2   15     5             i  I
            4   13     6     nextIndex  I
            5   13     7    keyAtIndex  J
    MethodParameters:
              Name  Flags
      element       
      removedIndex  

  int probeThree(long, int);
    descriptor: (JI)I
    flags: (0x0000) 
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
        start local 1 // long element
        start local 3 // int removedIndex
         0: .line 587
            lload 1 /* element */
            invokestatic org.eclipse.collections.impl.SpreadFunctions.longSpreadOne:(J)J
            l2i
            istore 4 /* nextIndex */
        start local 4 // int nextIndex
         1: .line 588
            lload 1 /* element */
            invokestatic org.eclipse.collections.impl.SpreadFunctions.longSpreadTwo:(J)J
            invokestatic java.lang.Long.reverse:(J)J
            l2i
            iconst_1
            ior
            istore 5 /* spreadTwo */
        start local 5 // int spreadTwo
         2: .line 592
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* nextIndex */
            iload 5 /* spreadTwo */
            iadd
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.mask:(I)I
            istore 4 /* nextIndex */
         3: .line 593
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            iload 4 /* nextIndex */
            laload
            lstore 6 /* keyAtIndex */
        start local 6 // long keyAtIndex
         4: .line 594
            lload 6 /* keyAtIndex */
            lload 1 /* element */
            lcmp
            ifne 6
         5: .line 596
            iload 4 /* nextIndex */
            ireturn
         6: .line 598
      StackMap locals: long
      StackMap stack:
            lload 6 /* keyAtIndex */
            lconst_0
            lcmp
            ifne 10
         7: .line 600
            iload 3 /* removedIndex */
            iconst_m1
            if_icmpne 8
            iload 4 /* nextIndex */
            goto 9
      StackMap locals:
      StackMap stack:
         8: iload 3 /* removedIndex */
      StackMap locals:
      StackMap stack: int
         9: ireturn
        10: .line 602
      StackMap locals:
      StackMap stack:
            lload 6 /* keyAtIndex */
            lconst_1
            lcmp
            ifne 2
            iload 3 /* removedIndex */
            iconst_m1
            if_icmpne 2
        11: .line 604
            iload 4 /* nextIndex */
            istore 3 /* removedIndex */
        end local 6 // long keyAtIndex
        12: .line 590
            goto 2
        end local 5 // int spreadTwo
        end local 4 // int nextIndex
        end local 3 // int removedIndex
        end local 1 // long element
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   13     0          this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            0   13     1       element  J
            0   13     3  removedIndex  I
            1   13     4     nextIndex  I
            2   13     5     spreadTwo  I
            4   12     6    keyAtIndex  J
    MethodParameters:
              Name  Flags
      element       
      removedIndex  

  int spreadAndMask(long);
    descriptor: (J)I
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
        start local 1 // long element
         0: .line 612
            lload 1 /* element */
            invokestatic org.eclipse.collections.impl.SpreadFunctions.longSpreadOne:(J)J
            lstore 3 /* code */
        start local 3 // long code
         1: .line 613
            aload 0 /* this */
            lload 3 /* code */
            l2i
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.mask:(I)I
            ireturn
        end local 3 // long code
        end local 1 // long element
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            0    2     1  element  J
            1    2     3     code  J
    MethodParameters:
         Name  Flags
      element  

  int spreadTwoAndMask(long);
    descriptor: (J)I
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
        start local 1 // long element
         0: .line 618
            lload 1 /* element */
            invokestatic org.eclipse.collections.impl.SpreadFunctions.longSpreadTwo:(J)J
            lstore 3 /* code */
        start local 3 // long code
         1: .line 619
            aload 0 /* this */
            lload 3 /* code */
            l2i
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.mask:(I)I
            ireturn
        end local 3 // long code
        end local 1 // long element
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            0    2     1  element  J
            1    2     3     code  J
    MethodParameters:
         Name  Flags
      element  

  private int mask(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
        start local 1 // int spread
         0: .line 624
            iload 1 /* spread */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.keys:[J
            arraylength
            iconst_1
            isub
            iand
            ireturn
        end local 1 // int spread
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableLongMapKeySet;
            0    1     1  spread  I
    MethodParameters:
        Name  Flags
      spread  

  public org.eclipse.collections.api.LongIterable select(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/LongIterable;
    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.ImmutableLongMapKeySet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableLongSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.ImmutableLongCollection select(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/collection/primitive/ImmutableLongCollection;
    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.ImmutableLongMapKeySet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableLongSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.LongSet select(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/LongSet;
    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.ImmutableLongMapKeySet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableLongSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.LongToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)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.LongToObjectFunction
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.collect:(Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.ImmutableCollection collect(org.eclipse.collections.api.block.function.primitive.LongToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)Lorg/eclipse/collections/api/collection/ImmutableCollection;
    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.LongToObjectFunction
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.collect:(Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable collect(org.eclipse.collections.api.block.function.primitive.LongToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)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.LongToObjectFunction
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.collect:(Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.LongIterable reject(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/LongIterable;
    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.ImmutableLongMapKeySet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableLongSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.ImmutableLongCollection reject(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/collection/primitive/ImmutableLongCollection;
    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.ImmutableLongMapKeySet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableLongSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.LongSet reject(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/LongSet;
    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.ImmutableLongMapKeySet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableLongSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ImmutableLongMapKeySet.java"
NestMembers:
  org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet$InternalLongIterator
InnerClasses:
  private InternalLongIterator = org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet$InternalLongIterator of org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet