class org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet implements org.eclipse.collections.api.set.primitive.MutableLongSet
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet
  super_class: java.lang.Object
{
  final org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap this$0;
    descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap);
    descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
         0: .line 3178
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
    MethodParameters:
        Name  Flags
      this$0  final

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

  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.LongObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.LongProcedure procedure
         0: .line 3189
            aload 0 /* this */
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.each:(Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)V
         1: .line 3190
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.LongProcedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            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=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.LongProcedure procedure
         0: .line 3198
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)V
         1: .line 3199
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.LongProcedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  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=8, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
         0: .line 3204
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         1: .line 3205
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            ifnull 6
         2: .line 3207
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 4
            aload 1 /* predicate */
            lconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifeq 4
         3: .line 3209
            iinc 2 /* count */ 1
         4: .line 3211
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 6
            aload 1 /* predicate */
            lconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifeq 6
         5: .line 3213
            iinc 2 /* count */ 1
         6: .line 3216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 11
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.LongPredicate int top top int int long[]
      StackMap stack:
         7: aload 7
            iload 5
            laload
            lstore 3 /* key */
        start local 3 // long key
         8: .line 3218
            lload 3 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
            ifeq 10
            aload 1 /* predicate */
            lload 3 /* key */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifeq 10
         9: .line 3220
            iinc 2 /* count */ 1
        end local 3 // long key
        10: .line 3216
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        11: iload 5
            iload 6
            if_icmplt 7
        12: .line 3223
            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.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            0   13     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
            1   13     2      count  I
            8   10     3        key  J
    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=7, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
         0: .line 3229
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            ifnull 5
         1: .line 3231
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.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 3233
            iconst_1
            ireturn
         3: .line 3235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.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 3237
            iconst_1
            ireturn
         5: .line 3240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 10
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.LongPredicate top top int int long[]
      StackMap stack:
         6: aload 6
            iload 4
            laload
            lstore 2 /* key */
        start local 2 // long key
         7: .line 3242
            lload 2 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
            ifeq 9
            aload 1 /* predicate */
            lload 2 /* key */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifeq 9
         8: .line 3244
            iconst_1
            ireturn
        end local 2 // long key
         9: .line 3240
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        10: iload 4
            iload 5
            if_icmplt 6
        11: .line 3247
            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.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            0   12     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
            7    9     2        key  J
    MethodParameters:
           Name  Flags
      predicate  

  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=9, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectLongToObjectFunction function
         0: .line 3253
            aload 1 /* injectedValue */
            astore 3 /* result */
        start local 3 // java.lang.Object result
         1: .line 3254
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            ifnull 6
         2: .line 3256
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 4
         3: .line 3258
            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 */
         4: .line 3260
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 6
         5: .line 3262
            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 */
         6: .line 3265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 11
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet java.lang.Object org.eclipse.collections.api.block.function.primitive.ObjectLongToObjectFunction java.lang.Object top top int int long[]
      StackMap stack:
         7: aload 8
            iload 6
            laload
            lstore 4 /* key */
        start local 4 // long key
         8: .line 3267
            lload 4 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
            ifeq 10
         9: .line 3269
            aload 2 /* function */
            aload 3 /* result */
            lload 4 /* key */
            invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectLongToObjectFunction.valueOf:(Ljava/lang/Object;J)Ljava/lang/Object;
            astore 3 /* result */
        end local 4 // long key
        10: .line 3265
      StackMap locals:
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        11: iload 6
            iload 7
            if_icmplt 7
        12: .line 3272
            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.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            0   13     1  injectedValue  TT;
            0   13     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectLongToObjectFunction<-TT;+TT;>;
            1   13     3         result  TT;
            8   10     4            key  J
    Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectLongToObjectFunction<-TT;+TT;>;)TT;
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.LongIterable> chunk(int);
    descriptor: (I)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
        start local 1 // int size
         0: .line 3278
            iload 1 /* size */
            ifgt 2
         1: .line 3280
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Size for groups must be positive but was: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* size */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.isEmpty:()Z
            ifeq 4
         3: .line 3284
            getstatic org.eclipse.collections.impl.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
            invokeinterface org.eclipse.collections.api.factory.list.MutableListFactory.empty:()Lorg/eclipse/collections/api/list/MutableList;
            areturn
         4: .line 3287
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.longIterator:()Lorg/eclipse/collections/api/iterator/MutableLongIterator;
            astore 2 /* iterator */
        start local 2 // org.eclipse.collections.api.iterator.LongIterator iterator
         5: .line 3288
            getstatic org.eclipse.collections.impl.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
            invokeinterface org.eclipse.collections.api.factory.list.MutableListFactory.empty:()Lorg/eclipse/collections/api/list/MutableList;
            astore 3 /* result */
        start local 3 // org.eclipse.collections.api.list.MutableList result
         6: .line 3289
            goto 14
         7: .line 3291
      StackMap locals: org.eclipse.collections.api.iterator.LongIterator org.eclipse.collections.api.list.MutableList
      StackMap stack:
            getstatic org.eclipse.collections.impl.factory.primitive.LongSets.mutable:Lorg/eclipse/collections/api/factory/set/primitive/MutableLongSetFactory;
            invokeinterface org.eclipse.collections.api.factory.set.primitive.MutableLongSetFactory.empty:()Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
            astore 4 /* batch */
        start local 4 // org.eclipse.collections.api.set.primitive.MutableLongSet batch
         8: .line 3292
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         9: goto 12
        10: .line 3294
      StackMap locals: org.eclipse.collections.api.set.primitive.MutableLongSet int
      StackMap stack:
            aload 4 /* batch */
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.LongIterator.next:()J
            invokeinterface org.eclipse.collections.api.set.primitive.MutableLongSet.add:(J)Z
            pop
        11: .line 3292
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 5 /* i */
            iload 1 /* size */
            if_icmpge 13
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.LongIterator.hasNext:()Z
            ifne 10
        end local 5 // int i
        13: .line 3296
      StackMap locals:
      StackMap stack:
            aload 3 /* result */
            aload 4 /* batch */
            invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // org.eclipse.collections.api.set.primitive.MutableLongSet batch
        14: .line 3289
      StackMap locals:
      StackMap stack:
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.LongIterator.hasNext:()Z
            ifne 7
        15: .line 3298
            aload 3 /* result */
            areturn
        end local 3 // org.eclipse.collections.api.list.MutableList result
        end local 2 // org.eclipse.collections.api.iterator.LongIterator iterator
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            0   16     1      size  I
            5   16     2  iterator  Lorg/eclipse/collections/api/iterator/LongIterator;
            6   16     3    result  Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/LongIterable;>;
            8   14     4     batch  Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
            9   13     5         i  I
    Signature: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/LongIterable;>;
    MethodParameters:
      Name  Flags
      size  

  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=7, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
         0: .line 3304
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            ifnull 5
         1: .line 3306
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.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 3308
            iconst_0
            ireturn
         3: .line 3310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.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 3312
            iconst_0
            ireturn
         5: .line 3315
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 10
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.LongPredicate top top int int long[]
      StackMap stack:
         6: aload 6
            iload 4
            laload
            lstore 2 /* key */
        start local 2 // long key
         7: .line 3317
            lload 2 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
            ifeq 9
            aload 1 /* predicate */
            lload 2 /* key */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifne 9
         8: .line 3319
            iconst_0
            ireturn
        end local 2 // long key
         9: .line 3315
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        10: iload 4
            iload 5
            if_icmplt 6
        11: .line 3322
            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.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            0   12     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
            7    9     2        key  J
    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=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
         0: .line 3328
            aload 0 /* this */
            aload 1 /* predicate */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
    MethodParameters:
           Name  Flags
      predicate  

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

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

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

  public boolean remove(long);
    descriptor: (J)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
        start local 1 // long key
         0: .line 3352
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.size:()I
            istore 3 /* oldSize */
        start local 3 // int oldSize
         1: .line 3353
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            lload 1 /* key */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.removeKey:(J)Ljava/lang/Object;
            pop
         2: .line 3354
            iload 3 /* oldSize */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.size:()I
            if_icmpeq 3
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         3: iconst_0
            ireturn
        end local 3 // int oldSize
        end local 1 // long key
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            0    4     1      key  J
            1    4     3  oldSize  I
    MethodParameters:
      Name  Flags
      key   

  public boolean removeAll(org.eclipse.collections.api.LongIterable);
    descriptor: (Lorg/eclipse/collections/api/LongIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.LongIterable source
         0: .line 3360
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 3361
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.LongIterable.longIterator:()Lorg/eclipse/collections/api/iterator/LongIterator;
            astore 3 /* iterator */
        start local 3 // org.eclipse.collections.api.iterator.LongIterator iterator
         2: .line 3362
            goto 4
         3: .line 3364
      StackMap locals: int org.eclipse.collections.api.iterator.LongIterator
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.LongIterator.next:()J
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.removeKey:(J)Ljava/lang/Object;
            pop
         4: .line 3362
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.LongIterator.hasNext:()Z
            ifne 3
         5: .line 3366
            iload 2 /* oldSize */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.size:()I
            if_icmpeq 6
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
        end local 3 // org.eclipse.collections.api.iterator.LongIterator iterator
        end local 2 // int oldSize
        end local 1 // org.eclipse.collections.api.LongIterable source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            0    7     1    source  Lorg/eclipse/collections/api/LongIterable;
            1    7     2   oldSize  I
            2    7     3  iterator  Lorg/eclipse/collections/api/iterator/LongIterator;
    MethodParameters:
        Name  Flags
      source  

  public boolean removeAll(long[]);
    descriptor: ([J)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
        start local 1 // long[] source
         0: .line 3372
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 3373
            aload 1 /* source */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 5
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet long[] int top top int int long[]
      StackMap stack:
         2: aload 7
            iload 5
            laload
            lstore 3 /* item */
        start local 3 // long item
         3: .line 3375
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            lload 3 /* item */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.removeKey:(J)Ljava/lang/Object;
            pop
        end local 3 // long item
         4: .line 3373
            iinc 5 1
      StackMap locals:
      StackMap stack:
         5: iload 5
            iload 6
            if_icmplt 2
         6: .line 3377
            iload 2 /* oldSize */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.size:()I
            if_icmpeq 7
            iconst_1
            ireturn
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet long[] int
      StackMap stack:
         7: iconst_0
            ireturn
        end local 2 // int oldSize
        end local 1 // long[] source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            0    8     1   source  [J
            1    8     2  oldSize  I
            3    4     3     item  J
    MethodParameters:
        Name  Flags
      source  

  public boolean retainAll(org.eclipse.collections.api.LongIterable);
    descriptor: (Lorg/eclipse/collections/api/LongIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.LongIterable source
         0: .line 3383
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 3384
            aload 1 /* source */
            instanceof org.eclipse.collections.api.set.primitive.LongSet
            ifeq 2
            aload 1 /* source */
            checkcast org.eclipse.collections.api.set.primitive.LongSet
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 1 /* source */
            invokeinterface org.eclipse.collections.api.LongIterable.toSet:()Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
      StackMap locals:
      StackMap stack: org.eclipse.collections.api.set.primitive.LongSet
         3: astore 3 /* sourceSet */
        start local 3 // org.eclipse.collections.api.set.primitive.LongSet sourceSet
         4: .line 3385
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            aload 3 /* sourceSet */
            invokedynamic accept(Lorg/eclipse/collections/api/set/primitive/LongSet;)Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (JLjava/lang/Object;)Z
                  org/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet.lambda$0(Lorg/eclipse/collections/api/set/primitive/LongSet;JLjava/lang/Object;)Z (6)
                  (JLjava/lang/Object;)Z
                  1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate;)Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            astore 4 /* retained */
        start local 4 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap retained
         5: .line 3386
            aload 4 /* retained */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.size:()I
            iload 2 /* oldSize */
            if_icmpeq 12
         6: .line 3388
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
         7: .line 3389
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.values:[Ljava/lang/Object;
            putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.values:[Ljava/lang/Object;
         8: .line 3390
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
         9: .line 3391
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.occupiedWithData:I
            putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.occupiedWithData:I
        10: .line 3392
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.occupiedWithSentinels:I
            putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.occupiedWithSentinels:I
        11: .line 3393
            iconst_1
            ireturn
        12: .line 3395
      StackMap locals: org.eclipse.collections.api.set.primitive.LongSet org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap retained
        end local 3 // org.eclipse.collections.api.set.primitive.LongSet sourceSet
        end local 2 // int oldSize
        end local 1 // org.eclipse.collections.api.LongIterable source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            0   13     1     source  Lorg/eclipse/collections/api/LongIterable;
            1   13     2    oldSize  I
            4   13     3  sourceSet  Lorg/eclipse/collections/api/set/primitive/LongSet;
            5   13     4   retained  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap<TV;>;
    MethodParameters:
        Name  Flags
      source  

  public boolean retainAll(long[]);
    descriptor: ([J)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
        start local 1 // long[] source
         0: .line 3401
            aload 0 /* this */
            aload 1 /* source */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.newSetWith:([J)Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.retainAll:(Lorg/eclipse/collections/api/LongIterable;)Z
            ireturn
        end local 1 // long[] source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            0    1     1  source  [J
    MethodParameters:
        Name  Flags
      source  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
         0: .line 3407
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.clear:()V
         1: .line 3408
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;

  public org.eclipse.collections.api.set.primitive.MutableLongSet select(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
         0: .line 3413
            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.api.set.primitive.MutableLongSet result
         1: .line 3414
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            ifnull 6
         2: .line 3416
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 4
            aload 1 /* predicate */
            lconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifeq 4
         3: .line 3418
            aload 2 /* result */
            lconst_0
            invokeinterface org.eclipse.collections.api.set.primitive.MutableLongSet.add:(J)Z
            pop
         4: .line 3420
      StackMap locals: org.eclipse.collections.api.set.primitive.MutableLongSet
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 6
            aload 1 /* predicate */
            lconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifeq 6
         5: .line 3422
            aload 2 /* result */
            lconst_1
            invokeinterface org.eclipse.collections.api.set.primitive.MutableLongSet.add:(J)Z
            pop
         6: .line 3425
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 11
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.LongPredicate org.eclipse.collections.api.set.primitive.MutableLongSet top top int int long[]
      StackMap stack:
         7: aload 7
            iload 5
            laload
            lstore 3 /* key */
        start local 3 // long key
         8: .line 3427
            lload 3 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
            ifeq 10
            aload 1 /* predicate */
            lload 3 /* key */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifeq 10
         9: .line 3429
            aload 2 /* result */
            lload 3 /* key */
            invokeinterface org.eclipse.collections.api.set.primitive.MutableLongSet.add:(J)Z
            pop
        end local 3 // long key
        10: .line 3425
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        11: iload 5
            iload 6
            if_icmplt 7
        12: .line 3432
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.api.set.primitive.MutableLongSet result
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            0   13     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
            1   13     2     result  Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
            8   10     3        key  J
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.set.primitive.MutableLongSet reject(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
         0: .line 3438
            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.api.set.primitive.MutableLongSet result
         1: .line 3439
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            ifnull 6
         2: .line 3441
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 4
            aload 1 /* predicate */
            lconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifne 4
         3: .line 3443
            aload 2 /* result */
            lconst_0
            invokeinterface org.eclipse.collections.api.set.primitive.MutableLongSet.add:(J)Z
            pop
         4: .line 3445
      StackMap locals: org.eclipse.collections.api.set.primitive.MutableLongSet
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 6
            aload 1 /* predicate */
            lconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifne 6
         5: .line 3447
            aload 2 /* result */
            lconst_1
            invokeinterface org.eclipse.collections.api.set.primitive.MutableLongSet.add:(J)Z
            pop
         6: .line 3450
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 11
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.LongPredicate org.eclipse.collections.api.set.primitive.MutableLongSet top top int int long[]
      StackMap stack:
         7: aload 7
            iload 5
            laload
            lstore 3 /* key */
        start local 3 // long key
         8: .line 3452
            lload 3 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
            ifeq 10
            aload 1 /* predicate */
            lload 3 /* key */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifne 10
         9: .line 3454
            aload 2 /* result */
            lload 3 /* key */
            invokeinterface org.eclipse.collections.api.set.primitive.MutableLongSet.add:(J)Z
            pop
        end local 3 // long key
        10: .line 3450
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        11: iload 5
            iload 6
            if_icmplt 7
        12: .line 3457
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.api.set.primitive.MutableLongSet result
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            0   13     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
            1   13     2     result  Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
            8   10     3        key  J
    MethodParameters:
           Name  Flags
      predicate  

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

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

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

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

  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=9, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
        start local 2 // long ifNone
         0: .line 3487
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            ifnull 5
         1: .line 3489
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.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 3491
            lconst_0
            lreturn
         3: .line 3493
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.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 3495
            lconst_1
            lreturn
         5: .line 3498
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 10
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.LongPredicate long top top int int long[]
      StackMap stack:
         6: aload 8
            iload 6
            laload
            lstore 4 /* key */
        start local 4 // long key
         7: .line 3500
            lload 4 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
            ifeq 9
            aload 1 /* predicate */
            lload 4 /* key */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
            ifeq 9
         8: .line 3502
            lload 4 /* key */
            lreturn
        end local 4 // long key
         9: .line 3498
      StackMap locals:
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        10: iload 6
            iload 7
            if_icmplt 6
        11: .line 3505
            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.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            0   12     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
            0   12     2     ifNone  J
            7    9     4        key  J
    MethodParameters:
           Name  Flags
      predicate  
      ifNone     

  public <V> org.eclipse.collections.api.set.MutableSet<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/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.function.primitive.LongToObjectFunction function
         0: .line 3511
            getstatic org.eclipse.collections.impl.factory.Sets.mutable:Lorg/eclipse/collections/api/factory/set/MutableSetFactory;
            invokeinterface org.eclipse.collections.api.factory.set.MutableSetFactory.with:()Lorg/eclipse/collections/api/set/MutableSet;
            astore 2 /* result */
        start local 2 // org.eclipse.collections.api.set.MutableSet result
         1: .line 3512
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            ifnull 6
         2: .line 3514
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 4
         3: .line 3516
            aload 2 /* result */
            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
         4: .line 3518
      StackMap locals: org.eclipse.collections.api.set.MutableSet
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 6
         5: .line 3520
            aload 2 /* result */
            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
         6: .line 3523
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 11
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet org.eclipse.collections.api.block.function.primitive.LongToObjectFunction org.eclipse.collections.api.set.MutableSet top top int int long[]
      StackMap stack:
         7: aload 7
            iload 5
            laload
            lstore 3 /* key */
        start local 3 // long key
         8: .line 3525
            lload 3 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
            ifeq 10
         9: .line 3527
            aload 2 /* result */
            aload 1 /* function */
            lload 3 /* key */
            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
        end local 3 // long key
        10: .line 3523
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        11: iload 5
            iload 6
            if_icmplt 7
        12: .line 3530
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.api.set.MutableSet result
        end local 1 // org.eclipse.collections.api.block.function.primitive.LongToObjectFunction function
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            0   13     1  function  Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction<+TV;>;
            1   13     2    result  Lorg/eclipse/collections/api/set/MutableSet<TV;>;
            8   10     3       key  J
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/set/MutableSet<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.set.primitive.MutableLongSet asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
         0: .line 3536
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableLongSet.of:(Lorg/eclipse/collections/api/set/primitive/MutableLongSet;)Lorg/eclipse/collections/impl/set/mutable/primitive/UnmodifiableLongSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;

  public org.eclipse.collections.api.set.primitive.MutableLongSet asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
         0: .line 3542
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.SynchronizedLongSet.of:(Lorg/eclipse/collections/api/set/primitive/MutableLongSet;)Lorg/eclipse/collections/impl/set/mutable/primitive/SynchronizedLongSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;

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

  public long sum();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
         0: .line 3557
            lconst_0
            lstore 1 /* result */
        start local 1 // long result
         1: .line 3558
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            ifnull 6
         2: .line 3560
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 4
         3: .line 3562
            lload 1 /* result */
            lconst_0
            ladd
            lstore 1 /* result */
         4: .line 3564
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 6
         5: .line 3566
            lload 1 /* result */
            lconst_1
            ladd
            lstore 1 /* result */
         6: .line 3569
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 11
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet long top top int int long[]
      StackMap stack:
         7: aload 7
            iload 5
            laload
            lstore 3 /* key */
        start local 3 // long key
         8: .line 3571
            lload 3 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
            ifeq 10
         9: .line 3573
            lload 1 /* result */
            lload 3 /* key */
            ladd
            lstore 1 /* result */
        end local 3 // long key
        10: .line 3569
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        11: iload 5
            iload 6
            if_icmplt 7
        12: .line 3576
            lload 1 /* result */
            lreturn
        end local 1 // long result
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            1   13     1  result  J
            8   10     3     key  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.LongObjectHashMap$KeySet this
         0: .line 3582
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isEmpty:()Z
            ifeq 2
         1: .line 3584
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 3587
      StackMap locals:
      StackMap stack:
            lconst_0
            lstore 1 /* max */
        start local 1 // long max
         3: .line 3588
            iconst_0
            istore 3 /* isMaxSet */
        start local 3 // boolean isMaxSet
         4: .line 3590
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            ifnull 11
         5: .line 3592
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 8
         6: .line 3594
            lconst_0
            lstore 1 /* max */
         7: .line 3595
            iconst_1
            istore 3 /* isMaxSet */
         8: .line 3597
      StackMap locals: long int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 11
         9: .line 3599
            lconst_1
            lstore 1 /* max */
        10: .line 3600
            iconst_1
            istore 3 /* isMaxSet */
        11: .line 3603
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        12: goto 17
        13: .line 3605
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            iload 4 /* i */
            laload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
            ifeq 16
            iload 3 /* isMaxSet */
            ifeq 14
            lload 1 /* max */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            iload 4 /* i */
            laload
            lcmp
            ifge 16
        14: .line 3607
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            iload 4 /* i */
            laload
            lstore 1 /* max */
        15: .line 3608
            iconst_1
            istore 3 /* isMaxSet */
        16: .line 3603
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 4 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            arraylength
            if_icmplt 13
        end local 4 // int i
        18: .line 3611
            lload 1 /* max */
            lreturn
        end local 3 // boolean isMaxSet
        end local 1 // long max
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            3   19     1       max  J
            4   19     3  isMaxSet  Z
           12   18     4         i  I

  public long maxIfEmpty(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
        start local 1 // long defaultValue
         0: .line 3617
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isEmpty:()Z
            ifeq 2
         1: .line 3619
            lload 1 /* defaultValue */
            lreturn
         2: .line 3622
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.max:()J
            lreturn
        end local 1 // long defaultValue
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            0    3     1  defaultValue  J
    MethodParameters:
              Name  Flags
      defaultValue  

  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.LongObjectHashMap$KeySet this
         0: .line 3628
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isEmpty:()Z
            ifeq 2
         1: .line 3630
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 3633
      StackMap locals:
      StackMap stack:
            lconst_0
            lstore 1 /* min */
        start local 1 // long min
         3: .line 3634
            iconst_0
            istore 3 /* isMinSet */
        start local 3 // boolean isMinSet
         4: .line 3636
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            ifnull 11
         5: .line 3638
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 8
         6: .line 3640
            lconst_0
            lstore 1 /* min */
         7: .line 3641
            iconst_1
            istore 3 /* isMinSet */
         8: .line 3643
      StackMap locals: long int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 11
            iload 3 /* isMinSet */
            ifne 11
         9: .line 3645
            lconst_1
            lstore 1 /* min */
        10: .line 3646
            iconst_1
            istore 3 /* isMinSet */
        11: .line 3649
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        12: goto 17
        13: .line 3651
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            iload 4 /* i */
            laload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
            ifeq 16
            iload 3 /* isMinSet */
            ifeq 14
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            iload 4 /* i */
            laload
            lload 1 /* min */
            lcmp
            ifge 16
        14: .line 3653
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            iload 4 /* i */
            laload
            lstore 1 /* min */
        15: .line 3654
            iconst_1
            istore 3 /* isMinSet */
        16: .line 3649
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 4 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            arraylength
            if_icmplt 13
        end local 4 // int i
        18: .line 3657
            lload 1 /* min */
            lreturn
        end local 3 // boolean isMinSet
        end local 1 // long min
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            3   19     1       min  J
            4   19     3  isMinSet  Z
           12   18     4         i  I

  public long minIfEmpty(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
        start local 1 // long defaultValue
         0: .line 3663
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isEmpty:()Z
            ifeq 2
         1: .line 3665
            lload 1 /* defaultValue */
            lreturn
         2: .line 3668
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.min:()J
            lreturn
        end local 1 // long defaultValue
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            0    3     1  defaultValue  J
    MethodParameters:
              Name  Flags
      defaultValue  

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

  public double median();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
         0: .line 3684
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isEmpty:()Z
            ifeq 2
         1: .line 3686
            new java.lang.ArithmeticException
            dup
            invokespecial java.lang.ArithmeticException.<init>:()V
            athrow
         2: .line 3688
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.toSortedArray:()[J
            astore 1 /* sortedArray */
        start local 1 // long[] sortedArray
         3: .line 3689
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            ishr
            istore 2 /* middleIndex */
        start local 2 // int middleIndex
         4: .line 3690
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            if_icmple 8
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            iand
            ifne 8
         5: .line 3692
            aload 1 /* sortedArray */
            iload 2 /* middleIndex */
            laload
            lstore 3 /* first */
        start local 3 // long first
         6: .line 3693
            aload 1 /* sortedArray */
            iload 2 /* middleIndex */
            iconst_1
            isub
            laload
            lstore 5 /* second */
        start local 5 // long second
         7: .line 3694
            lload 3 /* first */
            l2d
            lload 5 /* second */
            l2d
            dadd
            ldc 2.0
            ddiv
            dreturn
        end local 5 // long second
        end local 3 // long first
         8: .line 3696
      StackMap locals: long[] int
      StackMap stack:
            aload 1 /* sortedArray */
            iload 2 /* middleIndex */
            laload
            l2d
            dreturn
        end local 2 // int middleIndex
        end local 1 // long[] sortedArray
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            3    9     1  sortedArray  [J
            4    9     2  middleIndex  I
            6    8     3        first  J
            7    8     5       second  J

  public long[] toSortedArray();
    descriptor: ()[J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
         0: .line 3702
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.toArray:()[J
            astore 1 /* array */
        start local 1 // long[] array
         1: .line 3703
            aload 1 /* array */
            invokestatic java.util.Arrays.sort:([J)V
         2: .line 3704
            aload 1 /* array */
            areturn
        end local 1 // long[] array
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            1    3     1  array  [J

  public org.eclipse.collections.api.list.primitive.MutableLongList toSortedList();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableLongList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
         0: .line 3710
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.list.mutable.primitive.LongArrayList.newList:(Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/LongArrayList;
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.LongArrayList.sortThis:()Lorg/eclipse/collections/impl/list/mutable/primitive/LongArrayList;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;

  public long[] toArray();
    descriptor: ()[J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
         0: .line 3716
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.size:()I
            istore 1 /* size */
        start local 1 // int size
         1: .line 3717
            iload 1 /* size */
            newarray 11
            astore 2 /* result */
        start local 2 // long[] result
         2: .line 3718
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            new org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet$1
            dup
            aload 0 /* this */
            aload 2 /* result */
            invokespecial org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet$1.<init>:(Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;[J)V
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)V
         3: .line 3729
            aload 2 /* result */
            areturn
        end local 2 // long[] result
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            1    4     1    size  I
            2    4     2  result  [J

  public boolean contains(long);
    descriptor: (J)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
        start local 1 // long value
         0: .line 3735
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            lload 1 /* value */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.containsKey:(J)Z
            ireturn
        end local 1 // long value
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            0    1     1  value  J
    MethodParameters:
       Name  Flags
      value  

  public boolean containsAll(long[]);
    descriptor: ([J)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
        start local 1 // long[] source
         0: .line 3741
            aload 1 /* source */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 5
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet long[] top top int int long[]
      StackMap stack:
         1: aload 6
            iload 4
            laload
            lstore 2 /* item */
        start local 2 // long item
         2: .line 3743
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            lload 2 /* item */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.containsKey:(J)Z
            ifne 4
         3: .line 3745
            iconst_0
            ireturn
        end local 2 // long item
         4: .line 3741
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
         5: iload 4
            iload 5
            if_icmplt 1
         6: .line 3748
            iconst_1
            ireturn
        end local 1 // long[] source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            0    7     1  source  [J
            2    4     2    item  J
    MethodParameters:
        Name  Flags
      source  

  public boolean containsAll(org.eclipse.collections.api.LongIterable);
    descriptor: (Lorg/eclipse/collections/api/LongIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.LongIterable source
         0: .line 3754
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.LongIterable.longIterator:()Lorg/eclipse/collections/api/iterator/LongIterator;
            astore 2 /* iterator */
        start local 2 // org.eclipse.collections.api.iterator.LongIterator iterator
         1: .line 3755
            goto 4
         2: .line 3757
      StackMap locals: org.eclipse.collections.api.iterator.LongIterator
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.LongIterator.next:()J
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.containsKey:(J)Z
            ifne 4
         3: .line 3759
            iconst_0
            ireturn
         4: .line 3755
      StackMap locals:
      StackMap stack:
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.LongIterator.hasNext:()Z
            ifne 2
         5: .line 3762
            iconst_1
            ireturn
        end local 2 // org.eclipse.collections.api.iterator.LongIterator iterator
        end local 1 // org.eclipse.collections.api.LongIterable source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            0    6     1    source  Lorg/eclipse/collections/api/LongIterable;
            1    6     2  iterator  Lorg/eclipse/collections/api/iterator/LongIterator;
    MethodParameters:
        Name  Flags
      source  

  public org.eclipse.collections.api.list.primitive.MutableLongList toList();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableLongList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
         0: .line 3768
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.list.mutable.primitive.LongArrayList.newList:(Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/LongArrayList;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;

  public org.eclipse.collections.api.set.primitive.MutableLongSet toSet();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
         0: .line 3774
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.newSet:(Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;

  public org.eclipse.collections.api.bag.primitive.MutableLongBag toBag();
    descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
         0: .line 3780
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.bag.mutable.primitive.LongHashBag.newBag:(Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/LongHashBag;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;

  public org.eclipse.collections.api.LazyLongIterable asLazy();
    descriptor: ()Lorg/eclipse/collections/api/LazyLongIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
         0: .line 3786
            new org.eclipse.collections.impl.lazy.primitive.LazyLongIterableAdapter
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.LazyLongIterableAdapter.<init>:(Lorg/eclipse/collections/api/LongIterable;)V
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;

  public org.eclipse.collections.api.set.primitive.LongSet freeze();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/LongSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
         0: .line 3792
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.copyKeysOnWrite:Z
         1: .line 3793
            iconst_0
            istore 1 /* containsZeroKey */
        start local 1 // boolean containsZeroKey
         2: .line 3794
            iconst_0
            istore 2 /* containsOneKey */
        start local 2 // boolean containsOneKey
         3: .line 3795
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            ifnull 6
         4: .line 3797
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
            istore 1 /* containsZeroKey */
         5: .line 3798
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
            istore 2 /* containsOneKey */
         6: .line 3800
      StackMap locals: int int
      StackMap stack:
            new org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.occupiedWithData:I
            iload 1 /* containsZeroKey */
            iload 2 /* containsOneKey */
            invokespecial org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.<init>:([JIZZ)V
            areturn
        end local 2 // boolean containsOneKey
        end local 1 // boolean containsZeroKey
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            2    7     1  containsZeroKey  Z
            3    7     2   containsOneKey  Z

  public org.eclipse.collections.api.set.primitive.ImmutableLongSet toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/ImmutableLongSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
         0: .line 3806
            getstatic org.eclipse.collections.impl.factory.primitive.LongSets.immutable:Lorg/eclipse/collections/api/factory/set/primitive/ImmutableLongSetFactory;
            aload 0 /* this */
            invokeinterface org.eclipse.collections.api.factory.set.primitive.ImmutableLongSetFactory.withAll:(Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/api/set/primitive/ImmutableLongSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;

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

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

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

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
        start local 1 // java.lang.Object obj
         0: .line 3830
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 3832
            iconst_1
            ireturn
         2: .line 3835
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.eclipse.collections.api.set.primitive.LongSet
            ifne 4
         3: .line 3837
            iconst_0
            ireturn
         4: .line 3840
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.eclipse.collections.api.set.primitive.LongSet
            astore 2 /* other */
        start local 2 // org.eclipse.collections.api.set.primitive.LongSet other
         5: .line 3841
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.size:()I
            aload 2 /* other */
            invokeinterface org.eclipse.collections.api.set.primitive.LongSet.size:()I
            if_icmpne 6
            aload 0 /* this */
            aload 2 /* other */
            invokeinterface org.eclipse.collections.api.set.primitive.LongSet.toArray:()[J
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.containsAll:([J)Z
            ifeq 6
            iconst_1
            ireturn
      StackMap locals: org.eclipse.collections.api.set.primitive.LongSet
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // org.eclipse.collections.api.set.primitive.LongSet other
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            0    7     1    obj  Ljava/lang/Object;
            5    7     2  other  Lorg/eclipse/collections/api/set/primitive/LongSet;
    MethodParameters:
      Name  Flags
      obj   

  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.LongObjectHashMap$KeySet this
         0: .line 3847
            iconst_0
            istore 1 /* result */
        start local 1 // int result
         1: .line 3849
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            ifnull 6
         2: .line 3851
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 4
         3: .line 3853
            iinc 1 /* result */ 0
         4: .line 3855
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 6
         5: .line 3857
            iinc 1 /* result */ 1
         6: .line 3860
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         7: goto 11
         8: .line 3862
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            iload 2 /* i */
            laload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
            ifeq 10
         9: .line 3864
            iload 1 /* result */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            iload 2 /* i */
            laload
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            iload 2 /* i */
            laload
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
        10: .line 3860
      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.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            arraylength
            if_icmplt 8
        end local 2 // int i
        12: .line 3868
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            1   13     1  result  I
            7   12     2       i  I

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

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

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

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

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

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

  public void appendString(java.lang.Appendable, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=11, args_size=5
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet 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 3914
            aload 1 /* appendable */
            aload 2 /* start */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         1: .line 3915
            iconst_1
            istore 5 /* first */
        start local 5 // boolean first
         2: .line 3916
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            ifnull 11
         3: .line 3918
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 6
         4: .line 3920
            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
         5: .line 3921
            iconst_0
            istore 5 /* first */
         6: .line 3923
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 11
         7: .line 3925
            iload 5 /* first */
            ifne 9
         8: .line 3927
            aload 1 /* appendable */
            aload 3 /* separator */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         9: .line 3929
      StackMap locals:
      StackMap stack:
            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 3930
            iconst_0
            istore 5 /* first */
        11: .line 3933
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
            dup
            astore 10
            arraylength
            istore 9
            iconst_0
            istore 8
            goto 19
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet java.lang.Appendable java.lang.String java.lang.String java.lang.String int top top int int long[]
      StackMap stack:
        12: aload 10
            iload 8
            laload
            lstore 6 /* key */
        start local 6 // long key
        13: .line 3935
            lload 6 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
            ifeq 18
        14: .line 3937
            iload 5 /* first */
            ifne 16
        15: .line 3939
            aload 1 /* appendable */
            aload 3 /* separator */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        16: .line 3941
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet java.lang.Appendable java.lang.String java.lang.String java.lang.String int long int int long[]
      StackMap stack:
            aload 1 /* appendable */
            lload 6 /* key */
            invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        17: .line 3942
            iconst_0
            istore 5 /* first */
        end local 6 // long key
        18: .line 3933
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet java.lang.Appendable java.lang.String java.lang.String java.lang.String int top top int int long[]
      StackMap stack:
            iinc 8 1
      StackMap locals:
      StackMap stack:
        19: iload 8
            iload 9
            if_icmplt 12
        20: .line 3945
            aload 1 /* appendable */
            aload 4 /* end */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        end local 5 // boolean first
        21: .line 3946
            goto 24
        22: .line 3947
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet java.lang.Appendable java.lang.String java.lang.String java.lang.String
      StackMap stack: java.io.IOException
            astore 5 /* e */
        start local 5 // java.io.IOException e
        23: .line 3949
            new java.lang.RuntimeException
            dup
            aload 5 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.io.IOException e
        24: .line 3951
      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.LongObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   25     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
            0   25     1  appendable  Ljava/lang/Appendable;
            0   25     2       start  Ljava/lang/String;
            0   25     3   separator  Ljava/lang/String;
            0   25     4         end  Ljava/lang/String;
            2   21     5       first  Z
           13   18     6         key  J
           23   24     5           e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    21      22  Class java.io.IOException
    MethodParameters:
            Name  Flags
      appendable  
      start       
      separator   
      end         

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

  public org.eclipse.collections.api.iterator.LongIterator longIterator();
    descriptor: ()Lorg/eclipse/collections/api/iterator/LongIterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.longIterator:()Lorg/eclipse/collections/api/iterator/MutableLongIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableLongCollection with(long);
    descriptor: (J)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.with:(J)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableLongCollection withAll(org.eclipse.collections.api.LongIterable);
    descriptor: (Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
    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.LongObjectHashMap$KeySet.withAll:(Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.LongObjectHashMap$KeySet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public org.eclipse.collections.api.collection.primitive.MutableLongCollection withoutAll(org.eclipse.collections.api.LongIterable);
    descriptor: (Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
    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.LongObjectHashMap$KeySet.withoutAll:(Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
            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.LongObjectHashMap$KeySet.collect:(Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public org.eclipse.collections.api.set.SetIterable collect(org.eclipse.collections.api.block.function.primitive.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.LongObjectHashMap$KeySet.collect:(Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public org.eclipse.collections.api.set.primitive.LongSet tap(org.eclipse.collections.api.block.procedure.primitive.LongProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)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
            invokeinterface org.eclipse.collections.api.set.primitive.MutableLongSet.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public org.eclipse.collections.api.LongIterable tap(org.eclipse.collections.api.block.procedure.primitive.LongProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)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
            invokeinterface org.eclipse.collections.api.set.primitive.MutableLongSet.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
            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.LongObjectHashMap$KeySet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

  public org.eclipse.collections.api.collection.primitive.MutableLongCollection without(long);
    descriptor: (J)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.without:(J)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static boolean lambda$0(org.eclipse.collections.api.set.primitive.LongSet, long, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/set/primitive/LongSet;JLjava/lang/Object;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=3
        start local 1 // long key
        start local 3 // java.lang.Object value
         0: .line 3385
            aload 0
            lload 1 /* key */
            invokeinterface org.eclipse.collections.api.set.primitive.LongSet.contains:(J)Z
            ireturn
        end local 3 // java.lang.Object value
        end local 1 // long key
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     1    key  J
            0    1     3  value  TV;

  private static java.lang.Object $deserializeLambda$(java.lang.invoke.SerializedLambda);
    descriptor: (Ljava/lang/invoke/SerializedLambda;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodName:()Ljava/lang/String;
            astore 1
            iconst_m1
            istore 2
            aload 1
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 1
          -1647345005: 1
              default: 2
          }
      StackMap locals: java.lang.String int
      StackMap stack:
         1: aload 1
            ldc "lambda$0"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
            iconst_0
            istore 2
      StackMap locals:
      StackMap stack:
         2: iload 2
            lookupswitch { // 1
                    0: 3
              default: 4
          }
      StackMap locals:
      StackMap stack:
         3: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 6
            if_icmpne 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "accept"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(JLjava/lang/Object;)Z"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(Lorg/eclipse/collections/api/set/primitive/LongSet;JLjava/lang/Object;)Z"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.set.primitive.LongSet
            invokedynamic accept(Lorg/eclipse/collections/api/set/primitive/LongSet;)Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (JLjava/lang/Object;)Z
                  org/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet.lambda$0(Lorg/eclipse/collections/api/set/primitive/LongSet;JLjava/lang/Object;)Z (6)
                  (JLjava/lang/Object;)Z
                  1
            areturn
      StackMap locals:
      StackMap stack:
         4: new java.lang.IllegalArgumentException
            dup
            ldc "Invalid lambda deserialization"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "LongObjectHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  private KeySet = org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet of org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap
  org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet$1
  private KeysSetIterator = org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeysSetIterator of org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap
  private final SentinelValues = org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues of org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap