public class org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag extends org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableLongCollection implements org.eclipse.collections.api.bag.primitive.MutableLongBag
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag
  super_class: org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableLongCollection
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public void <init>(org.eclipse.collections.api.bag.primitive.MutableLongBag);
    descriptor: (Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
        start local 1 // org.eclipse.collections.api.bag.primitive.MutableLongBag bag
         0: .line 40
            aload 0 /* this */
            aload 1 /* bag */
            invokespecial org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableLongCollection.<init>:(Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;)V
         1: .line 41
            return
        end local 1 // org.eclipse.collections.api.bag.primitive.MutableLongBag bag
        end local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            0    2     1   bag  Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
    MethodParameters:
      Name  Flags
      bag   

  private org.eclipse.collections.api.bag.primitive.MutableLongBag getMutableLongBag();
    descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
         0: .line 45
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag.getLongCollection:()Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
            checkcast org.eclipse.collections.api.bag.primitive.MutableLongBag
            areturn
        end local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;

  public org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag with(long);
    descriptor: (J)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
        start local 1 // long element
         0: .line 51
            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.bag.mutable.primitive.UnmodifiableLongBag this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            0    1     1  element  J
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag without(long);
    descriptor: (J)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
        start local 1 // long element
         0: .line 57
            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.bag.mutable.primitive.UnmodifiableLongBag this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            0    1     1  element  J
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag withAll(org.eclipse.collections.api.LongIterable);
    descriptor: (Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
        start local 1 // org.eclipse.collections.api.LongIterable elements
         0: .line 63
            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.bag.mutable.primitive.UnmodifiableLongBag this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            0    1     1  elements  Lorg/eclipse/collections/api/LongIterable;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag withoutAll(org.eclipse.collections.api.LongIterable);
    descriptor: (Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
        start local 1 // org.eclipse.collections.api.LongIterable elements
         0: .line 69
            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.bag.mutable.primitive.UnmodifiableLongBag this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            0    1     1  elements  Lorg/eclipse/collections/api/LongIterable;
    MethodParameters:
          Name  Flags
      elements  

  public void addOccurrences(long, int);
    descriptor: (JI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
        start local 1 // long item
        start local 3 // int occurrences
         0: .line 75
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call addOccurrences() 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 3 // int occurrences
        end local 1 // long item
        end local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            0    1     1         item  J
            0    1     3  occurrences  I
    MethodParameters:
             Name  Flags
      item         
      occurrences  

  public boolean removeOccurrences(long, int);
    descriptor: (JI)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
        start local 1 // long item
        start local 3 // int occurrences
         0: .line 81
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call removeOccurrences() 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 3 // int occurrences
        end local 1 // long item
        end local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            0    1     1         item  J
            0    1     3  occurrences  I
    MethodParameters:
             Name  Flags
      item         
      occurrences  

  public int sizeDistinct();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
         0: .line 87
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag.getMutableLongBag:()Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            invokeinterface org.eclipse.collections.api.bag.primitive.MutableLongBag.sizeDistinct:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;

  public int occurrencesOf(long);
    descriptor: (J)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
        start local 1 // long item
         0: .line 93
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag.getMutableLongBag:()Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            lload 1 /* item */
            invokeinterface org.eclipse.collections.api.bag.primitive.MutableLongBag.occurrencesOf:(J)I
            ireturn
        end local 1 // long item
        end local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            0    1     1  item  J
    MethodParameters:
      Name  Flags
      item  

  public void forEachWithOccurrences(org.eclipse.collections.api.block.procedure.primitive.LongIntProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/LongIntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.LongIntProcedure procedure
         0: .line 99
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag.getMutableLongBag:()Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            aload 1 /* procedure */
            invokeinterface org.eclipse.collections.api.bag.primitive.MutableLongBag.forEachWithOccurrences:(Lorg/eclipse/collections/api/block/procedure/primitive/LongIntProcedure;)V
         1: .line 100
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.LongIntProcedure procedure
        end local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/LongIntProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  public org.eclipse.collections.api.bag.primitive.MutableLongBag selectByOccurrences(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate
         0: .line 105
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag.getMutableLongBag:()Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.bag.primitive.MutableLongBag.selectByOccurrences:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate
        end local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.set.primitive.MutableLongSet selectUnique();
    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.bag.mutable.primitive.UnmodifiableLongBag this
         0: .line 111
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag.getMutableLongBag:()Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            invokeinterface org.eclipse.collections.api.bag.primitive.MutableLongBag.selectUnique:()Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
            areturn
        end local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;

  public org.eclipse.collections.api.list.MutableList<org.eclipse.collections.api.tuple.primitive.LongIntPair> topOccurrences(int);
    descriptor: (I)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
        start local 1 // int count
         0: .line 117
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag.getMutableLongBag:()Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            iload 1 /* count */
            invokeinterface org.eclipse.collections.api.bag.primitive.MutableLongBag.topOccurrences:(I)Lorg/eclipse/collections/api/list/MutableList;
            areturn
        end local 1 // int count
        end local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            0    1     1  count  I
    Signature: (I)Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/tuple/primitive/LongIntPair;>;
    MethodParameters:
       Name  Flags
      count  

  public org.eclipse.collections.api.list.MutableList<org.eclipse.collections.api.tuple.primitive.LongIntPair> bottomOccurrences(int);
    descriptor: (I)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
        start local 1 // int count
         0: .line 123
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag.getMutableLongBag:()Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            iload 1 /* count */
            invokeinterface org.eclipse.collections.api.bag.primitive.MutableLongBag.bottomOccurrences:(I)Lorg/eclipse/collections/api/list/MutableList;
            areturn
        end local 1 // int count
        end local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            0    1     1  count  I
    Signature: (I)Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/tuple/primitive/LongIntPair;>;
    MethodParameters:
       Name  Flags
      count  

  public org.eclipse.collections.api.bag.primitive.MutableLongBag select(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
         0: .line 129
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag.getMutableLongBag:()Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.bag.primitive.MutableLongBag.select:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
        end local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.bag.primitive.MutableLongBag reject(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
         0: .line 135
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag.getMutableLongBag:()Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.bag.primitive.MutableLongBag.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
        end local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public <V> org.eclipse.collections.api.bag.MutableBag<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/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
        start local 1 // org.eclipse.collections.api.block.function.primitive.LongToObjectFunction function
         0: .line 141
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag.getMutableLongBag:()Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.bag.primitive.MutableLongBag.collect:(Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.LongToObjectFunction function
        end local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction<+TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/bag/MutableBag<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
        start local 1 // java.lang.Object otherBag
         0: .line 147
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag.getMutableLongBag:()Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            aload 1 /* otherBag */
            invokeinterface org.eclipse.collections.api.bag.primitive.MutableLongBag.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object otherBag
        end local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            0    1     1  otherBag  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      otherBag  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
         0: .line 153
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag.getMutableLongBag:()Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            invokeinterface org.eclipse.collections.api.bag.primitive.MutableLongBag.hashCode:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;

  public org.eclipse.collections.api.bag.primitive.MutableLongBag asUnmodifiable();
    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.bag.mutable.primitive.UnmodifiableLongBag this
         0: .line 159
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;

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

  public org.eclipse.collections.api.bag.primitive.ImmutableLongBag toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/bag/primitive/ImmutableLongBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
         0: .line 171
            getstatic org.eclipse.collections.impl.factory.primitive.LongBags.immutable:Lorg/eclipse/collections/api/factory/bag/primitive/ImmutableLongBagFactory;
            aload 0 /* this */
            invokeinterface org.eclipse.collections.api.factory.bag.primitive.ImmutableLongBagFactory.withAll:(Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/api/bag/primitive/ImmutableLongBag;
            areturn
        end local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;

  public org.eclipse.collections.api.bag.primitive.MutableLongBag newEmpty();
    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.bag.mutable.primitive.UnmodifiableLongBag this
         0: .line 179
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag.getMutableLongBag:()Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            invokeinterface org.eclipse.collections.api.bag.primitive.MutableLongBag.newEmpty:()Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            areturn
        end local 0 // org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;

  public org.eclipse.collections.api.bag.primitive.LongBag selectByOccurrences(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/bag/primitive/LongBag;
    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.bag.mutable.primitive.UnmodifiableLongBag.selectByOccurrences:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.bag.mutable.primitive.UnmodifiableLongBag.toImmutable:()Lorg/eclipse/collections/api/bag/primitive/ImmutableLongBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.MutableLongBag with(long);
    descriptor: (J)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
    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.bag.mutable.primitive.UnmodifiableLongBag.with:(J)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            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.bag.mutable.primitive.UnmodifiableLongBag.with:(J)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.MutableLongBag withAll(org.eclipse.collections.api.LongIterable);
    descriptor: (Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
    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.bag.mutable.primitive.UnmodifiableLongBag.withAll:(Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            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.bag.mutable.primitive.UnmodifiableLongBag.withAll:(Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.LongBag select(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/bag/primitive/LongBag;
    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.bag.mutable.primitive.UnmodifiableLongBag.select:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            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.bag.mutable.primitive.UnmodifiableLongBag.select:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            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.bag.mutable.primitive.UnmodifiableLongBag.select:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.MutableLongBag withoutAll(org.eclipse.collections.api.LongIterable);
    descriptor: (Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
    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.bag.mutable.primitive.UnmodifiableLongBag.withoutAll:(Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            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.bag.mutable.primitive.UnmodifiableLongBag.withoutAll:(Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable topOccurrences(int);
    descriptor: (I)Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag.topOccurrences:(I)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag collect(org.eclipse.collections.api.block.function.primitive.LongToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)Lorg/eclipse/collections/api/bag/Bag;
    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.bag.mutable.primitive.UnmodifiableLongBag.collect:(Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)Lorg/eclipse/collections/api/bag/MutableBag;
            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.bag.mutable.primitive.UnmodifiableLongBag.collect:(Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)Lorg/eclipse/collections/api/bag/MutableBag;
            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.bag.mutable.primitive.UnmodifiableLongBag.collect:(Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable bottomOccurrences(int);
    descriptor: (I)Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBag.bottomOccurrences:(I)Lorg/eclipse/collections/api/list/MutableList;
            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.bag.mutable.primitive.UnmodifiableLongBag.asSynchronized:()Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public org.eclipse.collections.api.bag.primitive.LongBag reject(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/bag/primitive/LongBag;
    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.bag.mutable.primitive.UnmodifiableLongBag.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            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.bag.mutable.primitive.UnmodifiableLongBag.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            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.bag.mutable.primitive.UnmodifiableLongBag.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            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.bag.mutable.primitive.UnmodifiableLongBag.asUnmodifiable:()Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            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.bag.mutable.primitive.UnmodifiableLongBag.newEmpty:()Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.MutableLongBag without(long);
    descriptor: (J)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
    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.bag.mutable.primitive.UnmodifiableLongBag.without:(J)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            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.bag.mutable.primitive.UnmodifiableLongBag.without:(J)Lorg/eclipse/collections/impl/bag/mutable/primitive/UnmodifiableLongBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.LongSet selectUnique();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/LongSet;
    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.bag.mutable.primitive.UnmodifiableLongBag.selectUnique:()Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.LongBag selectDuplicates();
    descriptor: ()Lorg/eclipse/collections/api/bag/primitive/LongBag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface org.eclipse.collections.api.bag.primitive.MutableLongBag.selectDuplicates:()Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "UnmodifiableLongBag.java"