public final class org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag<T> extends org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection<T> implements java.io.Externalizable, org.eclipse.collections.api.bag.MutableBag<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag
  super_class: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private transient java.util.concurrent.locks.ReadWriteLock lock;
    descriptor: Ljava/util/concurrent/locks/ReadWriteLock;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private org.eclipse.collections.api.bag.MutableBag<T> delegate;
    descriptor: Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/eclipse/collections/api/bag/MutableBag<TT;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
         0: .line 93
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.<init>:()V
         1: .line 96
            return
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  private void <init>(org.eclipse.collections.api.bag.MutableBag<T>);
    descriptor: (Lorg/eclipse/collections/api/bag/MutableBag;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.bag.MutableBag newDelegate
         0: .line 100
            aload 0 /* this */
            aload 1 /* newDelegate */
            new java.util.concurrent.locks.ReentrantReadWriteLock
            dup
            invokespecial java.util.concurrent.locks.ReentrantReadWriteLock.<init>:()V
            invokespecial org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.<init>:(Lorg/eclipse/collections/api/bag/MutableBag;Ljava/util/concurrent/locks/ReadWriteLock;)V
         1: .line 101
            return
        end local 1 // org.eclipse.collections.api.bag.MutableBag newDelegate
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    2     1  newDelegate  Lorg/eclipse/collections/api/bag/MutableBag<TT;>;
    Signature: (Lorg/eclipse/collections/api/bag/MutableBag<TT;>;)V
    MethodParameters:
             Name  Flags
      newDelegate  

  private void <init>(org.eclipse.collections.api.bag.MutableBag<T>, java.util.concurrent.locks.ReadWriteLock);
    descriptor: (Lorg/eclipse/collections/api/bag/MutableBag;Ljava/util/concurrent/locks/ReadWriteLock;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.bag.MutableBag newDelegate
        start local 2 // java.util.concurrent.locks.ReadWriteLock newLock
         0: .line 103
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.<init>:()V
         1: .line 105
            aload 0 /* this */
            aload 2 /* newLock */
            putfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.lock:Ljava/util/concurrent/locks/ReadWriteLock;
         2: .line 106
            aload 0 /* this */
            aload 1 /* newDelegate */
            putfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
         3: .line 107
            return
        end local 2 // java.util.concurrent.locks.ReadWriteLock newLock
        end local 1 // org.eclipse.collections.api.bag.MutableBag newDelegate
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    4     1  newDelegate  Lorg/eclipse/collections/api/bag/MutableBag<TT;>;
            0    4     2      newLock  Ljava/util/concurrent/locks/ReadWriteLock;
    Signature: (Lorg/eclipse/collections/api/bag/MutableBag<TT;>;Ljava/util/concurrent/locks/ReadWriteLock;)V
    MethodParameters:
             Name  Flags
      newDelegate  
      newLock      

  public static <T> org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag<T> newBag();
    descriptor: ()Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 111
            new org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag
            dup
            invokestatic org.eclipse.collections.impl.bag.mutable.HashBag.newBag:()Lorg/eclipse/collections/impl/bag/mutable/HashBag;
            invokespecial org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.<init>:(Lorg/eclipse/collections/api/bag/MutableBag;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <T:Ljava/lang/Object;>()Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;

  public static <T> org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag<T> newBag(int);
    descriptor: (I)Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int capacity
         0: .line 116
            new org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag
            dup
            iload 0 /* capacity */
            invokestatic org.eclipse.collections.impl.bag.mutable.HashBag.newBag:(I)Lorg/eclipse/collections/impl/bag/mutable/HashBag;
            invokespecial org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.<init>:(Lorg/eclipse/collections/api/bag/MutableBag;)V
            areturn
        end local 0 // int capacity
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  capacity  I
    Signature: <T:Ljava/lang/Object;>(I)Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
    MethodParameters:
          Name  Flags
      capacity  

  public static <T> org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag<T> newBag(java.lang.Iterable<T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Iterable iterable
         0: .line 121
            new org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag
            dup
            aload 0 /* iterable */
            invokestatic org.eclipse.collections.impl.bag.mutable.HashBag.newBag:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/bag/mutable/HashBag;
            invokespecial org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.<init>:(Lorg/eclipse/collections/api/bag/MutableBag;)V
            areturn
        end local 0 // java.lang.Iterable iterable
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  iterable  Ljava/lang/Iterable<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<TT;>;)Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
    MethodParameters:
          Name  Flags
      iterable  

  public static <T> org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag<T> newBagWith(T[]);
    descriptor: ([Ljava/lang/Object;)Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object[] elements
         0: .line 126
            new org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag
            dup
            aload 0 /* elements */
            invokestatic org.eclipse.collections.impl.bag.mutable.HashBag.newBagWith:([Ljava/lang/Object;)Lorg/eclipse/collections/impl/bag/mutable/HashBag;
            invokespecial org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.<init>:(Lorg/eclipse/collections/api/bag/MutableBag;)V
            areturn
        end local 0 // java.lang.Object[] elements
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  elements  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;)Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
    MethodParameters:
          Name  Flags
      elements  

  protected org.eclipse.collections.api.bag.MutableBag<T> getDelegate();
    descriptor: ()Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
         0: .line 132
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
    Signature: ()Lorg/eclipse/collections/api/bag/MutableBag<TT;>;

  protected java.util.concurrent.locks.ReadWriteLock getLock();
    descriptor: ()Ljava/util/concurrent/locks/ReadWriteLock;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
         0: .line 138
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.lock:Ljava/util/concurrent/locks/ReadWriteLock;
            areturn
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;

  org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag$UntouchableMutableBag<T> asReadUntouchable();
    descriptor: ()Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag$UntouchableMutableBag;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
         0: .line 143
            new org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag$UntouchableMutableBag
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            invokeinterface org.eclipse.collections.api.bag.MutableBag.asUnmodifiable:()Lorg/eclipse/collections/api/bag/MutableBag;
            invokespecial org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag$UntouchableMutableBag.<init>:(Lorg/eclipse/collections/api/bag/MutableBag;)V
            areturn
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
    Signature: ()Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag$UntouchableMutableBag<TT;>;

  org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag$UntouchableMutableBag<T> asWriteUntouchable();
    descriptor: ()Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag$UntouchableMutableBag;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
         0: .line 148
            new org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag$UntouchableMutableBag
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            invokespecial org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag$UntouchableMutableBag.<init>:(Lorg/eclipse/collections/api/bag/MutableBag;)V
            areturn
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
    Signature: ()Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag$UntouchableMutableBag<TT;>;

  public void withReadLockAndDelegate(org.eclipse.collections.api.block.procedure.Procedure<org.eclipse.collections.api.bag.MutableBag<T>>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 153
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 156
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.asReadUntouchable:()Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag$UntouchableMutableBag;
            astore 2 /* bag */
        start local 2 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag$UntouchableMutableBag bag
         2: .line 157
            aload 1 /* procedure */
            aload 2 /* bag */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         3: .line 158
            aload 2 /* bag */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag$UntouchableMutableBag.becomeUseless:()V
        end local 2 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag$UntouchableMutableBag bag
         4: .line 159
            goto 8
         5: .line 161
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         6: .line 162
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         7: .line 163
            aload 3
            athrow
         8: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         9: .line 164
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0   10     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<Lorg/eclipse/collections/api/bag/MutableBag<TT;>;>;
            2    4     2        bag  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag$UntouchableMutableBag<TT;>;
      Exception table:
        from    to  target  type
           1     5       5  any
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<Lorg/eclipse/collections/api/bag/MutableBag<TT;>;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public void withWriteLockAndDelegate(org.eclipse.collections.api.block.procedure.Procedure<org.eclipse.collections.api.bag.MutableBag<T>>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 168
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireWriteLock:()V
         1: .line 171
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.asWriteUntouchable:()Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag$UntouchableMutableBag;
            astore 2 /* bag */
        start local 2 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag$UntouchableMutableBag bag
         2: .line 172
            aload 1 /* procedure */
            aload 2 /* bag */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         3: .line 173
            aload 2 /* bag */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag$UntouchableMutableBag.becomeUseless:()V
        end local 2 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag$UntouchableMutableBag bag
         4: .line 174
            goto 8
         5: .line 176
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         6: .line 177
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockWriteLock:()V
         7: .line 178
            aload 3
            athrow
         8: .line 177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockWriteLock:()V
         9: .line 179
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0   10     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<Lorg/eclipse/collections/api/bag/MutableBag<TT;>;>;
            2    4     2        bag  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag$UntouchableMutableBag<TT;>;
      Exception table:
        from    to  target  type
           1     5       5  any
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<Lorg/eclipse/collections/api/bag/MutableBag<TT;>;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public org.eclipse.collections.api.bag.MutableBag<T> asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
         0: .line 184
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 187
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.bag.mutable.SynchronizedBag.of:(Lorg/eclipse/collections/api/bag/MutableBag;)Lorg/eclipse/collections/impl/bag/mutable/SynchronizedBag;
            astore 2
         2: .line 191
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 187
            aload 2
            areturn
         4: .line 190
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 191
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 192
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: ()Lorg/eclipse/collections/api/bag/MutableBag<TT;>;

  public org.eclipse.collections.api.bag.MutableBag<T> asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
         0: .line 198
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 201
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.bag.mutable.UnmodifiableBag.of:(Lorg/eclipse/collections/api/bag/MutableBag;)Lorg/eclipse/collections/impl/bag/mutable/UnmodifiableBag;
            astore 2
         2: .line 205
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 201
            aload 2
            areturn
         4: .line 204
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 205
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 206
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: ()Lorg/eclipse/collections/api/bag/MutableBag<TT;>;

  public org.eclipse.collections.api.bag.ImmutableBag<T> toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/bag/ImmutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
         0: .line 212
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 215
            getstatic org.eclipse.collections.impl.factory.Bags.immutable:Lorg/eclipse/collections/api/factory/bag/ImmutableBagFactory;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            invokeinterface org.eclipse.collections.api.factory.bag.ImmutableBagFactory.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            astore 2
         2: .line 219
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 215
            aload 2
            areturn
         4: .line 218
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 219
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 220
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: ()Lorg/eclipse/collections/api/bag/ImmutableBag<TT;>;

  public int addOccurrences(T, );
    descriptor: (Ljava/lang/Object;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // java.lang.Object item
        start local 2 // int occurrences
         0: .line 226
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireWriteLock:()V
         1: .line 229
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* item */
            iload 2 /* occurrences */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.addOccurrences:(Ljava/lang/Object;I)I
            istore 4
         2: .line 233
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockWriteLock:()V
         3: .line 229
            iload 4
            ireturn
         4: .line 232
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 233
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockWriteLock:()V
         6: .line 234
            aload 3
            athrow
        end local 2 // int occurrences
        end local 1 // java.lang.Object item
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1         item  TT;
            0    7     2  occurrences  I
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (TT;I)I
    MethodParameters:
             Name  Flags
      item         
      occurrences  

  public boolean removeOccurrences(java.lang.Object, int);
    descriptor: (Ljava/lang/Object;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // java.lang.Object item
        start local 2 // int occurrences
         0: .line 240
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireWriteLock:()V
         1: .line 243
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* item */
            iload 2 /* occurrences */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.removeOccurrences:(Ljava/lang/Object;I)Z
            istore 4
         2: .line 247
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockWriteLock:()V
         3: .line 243
            iload 4
            ireturn
         4: .line 246
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 247
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockWriteLock:()V
         6: .line 248
            aload 3
            athrow
        end local 2 // int occurrences
        end local 1 // java.lang.Object item
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1         item  Ljava/lang/Object;
            0    7     2  occurrences  I
      Exception table:
        from    to  target  type
           1     2       4  any
    MethodParameters:
             Name  Flags
      item         
      occurrences  

  public boolean setOccurrences(T, );
    descriptor: (Ljava/lang/Object;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // java.lang.Object item
        start local 2 // int occurrences
         0: .line 254
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireWriteLock:()V
         1: .line 257
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* item */
            iload 2 /* occurrences */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.setOccurrences:(Ljava/lang/Object;I)Z
            istore 4
         2: .line 261
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockWriteLock:()V
         3: .line 257
            iload 4
            ireturn
         4: .line 260
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 261
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockWriteLock:()V
         6: .line 262
            aload 3
            athrow
        end local 2 // int occurrences
        end local 1 // java.lang.Object item
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1         item  TT;
            0    7     2  occurrences  I
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (TT;I)Z
    MethodParameters:
             Name  Flags
      item         
      occurrences  

  public int occurrencesOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // java.lang.Object item
         0: .line 268
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 271
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* item */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.occurrencesOf:(Ljava/lang/Object;)I
            istore 3
         2: .line 275
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 271
            iload 3
            ireturn
         4: .line 274
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 275
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 276
            aload 2
            athrow
        end local 1 // java.lang.Object item
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  item  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     2       4  any
    MethodParameters:
      Name  Flags
      item  

  public int sizeDistinct();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
         0: .line 282
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 285
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            invokeinterface org.eclipse.collections.api.bag.MutableBag.sizeDistinct:()I
            istore 2
         2: .line 289
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 285
            iload 2
            ireturn
         4: .line 288
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 289
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 290
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any

  public <V> org.eclipse.collections.api.bag.MutableBag<V> collect(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 296
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 299
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.collect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/MutableBag;
            astore 3
         2: .line 303
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 299
            aload 3
            areturn
         4: .line 302
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 303
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 304
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/bag/MutableBag<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.bag.primitive.MutableBooleanBag collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableBooleanBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.function.primitive.BooleanFunction booleanFunction
         0: .line 310
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 313
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* booleanFunction */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.collectBoolean:(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableBooleanBag;
            astore 3
         2: .line 317
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 313
            aload 3
            areturn
         4: .line 316
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 317
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 318
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.BooleanFunction booleanFunction
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  booleanFunction  Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-TT;>;)Lorg/eclipse/collections/api/bag/primitive/MutableBooleanBag;
    MethodParameters:
                 Name  Flags
      booleanFunction  

  public org.eclipse.collections.api.bag.primitive.MutableByteBag collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableByteBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.function.primitive.ByteFunction byteFunction
         0: .line 324
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 327
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* byteFunction */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.collectByte:(Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableByteBag;
            astore 3
         2: .line 331
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 327
            aload 3
            areturn
         4: .line 330
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 331
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 332
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.ByteFunction byteFunction
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  byteFunction  Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TT;>;)Lorg/eclipse/collections/api/bag/primitive/MutableByteBag;
    MethodParameters:
              Name  Flags
      byteFunction  

  public org.eclipse.collections.api.bag.primitive.MutableCharBag collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.function.primitive.CharFunction charFunction
         0: .line 338
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 341
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* charFunction */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.collectChar:(Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
            astore 3
         2: .line 345
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 341
            aload 3
            areturn
         4: .line 344
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 345
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 346
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.CharFunction charFunction
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  charFunction  Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TT;>;)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
    MethodParameters:
              Name  Flags
      charFunction  

  public org.eclipse.collections.api.bag.primitive.MutableDoubleBag collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleFunction doubleFunction
         0: .line 352
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 355
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* doubleFunction */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.collectDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
            astore 3
         2: .line 359
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 355
            aload 3
            areturn
         4: .line 358
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 359
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 360
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleFunction doubleFunction
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  doubleFunction  Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
    MethodParameters:
                Name  Flags
      doubleFunction  

  public org.eclipse.collections.api.bag.primitive.MutableFloatBag collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableFloatBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.function.primitive.FloatFunction floatFunction
         0: .line 366
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 369
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* floatFunction */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.collectFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableFloatBag;
            astore 3
         2: .line 373
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 369
            aload 3
            areturn
         4: .line 372
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 373
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 374
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.FloatFunction floatFunction
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  floatFunction  Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;)Lorg/eclipse/collections/api/bag/primitive/MutableFloatBag;
    MethodParameters:
               Name  Flags
      floatFunction  

  public org.eclipse.collections.api.bag.primitive.MutableIntBag collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.function.primitive.IntFunction intFunction
         0: .line 380
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 383
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* intFunction */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.collectInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
            astore 3
         2: .line 387
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 383
            aload 3
            areturn
         4: .line 386
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 387
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 388
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.IntFunction intFunction
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  intFunction  Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
    MethodParameters:
             Name  Flags
      intFunction  

  public org.eclipse.collections.api.bag.primitive.MutableLongBag collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.function.primitive.LongFunction longFunction
         0: .line 394
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 397
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* longFunction */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.collectLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            astore 3
         2: .line 401
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 397
            aload 3
            areturn
         4: .line 400
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 401
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 402
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.LongFunction longFunction
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  longFunction  Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
    MethodParameters:
              Name  Flags
      longFunction  

  public org.eclipse.collections.api.bag.primitive.MutableShortBag collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableShortBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.function.primitive.ShortFunction shortFunction
         0: .line 408
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 411
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* shortFunction */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.collectShort:(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableShortBag;
            astore 3
         2: .line 415
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 411
            aload 3
            areturn
         4: .line 414
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 415
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 416
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.ShortFunction shortFunction
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  shortFunction  Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TT;>;)Lorg/eclipse/collections/api/bag/primitive/MutableShortBag;
    MethodParameters:
               Name  Flags
      shortFunction  

  public <V> org.eclipse.collections.api.bag.MutableBag<V> flatCollect(org.eclipse.collections.api.block.function.Function<? super T, ? extends java.lang.Iterable<V>>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 423
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 426
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.flatCollect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/MutableBag;
            astore 3
         2: .line 430
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 426
            aload 3
            areturn
         4: .line 429
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 430
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 431
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;)Lorg/eclipse/collections/api/bag/MutableBag<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.MutableList<org.eclipse.collections.api.tuple.primitive.ObjectIntPair<T>> topOccurrences(int);
    descriptor: (I)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // int count
         0: .line 437
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 440
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            iload 1 /* count */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.topOccurrences:(I)Lorg/eclipse/collections/api/list/MutableList;
            astore 3
         2: .line 444
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 440
            aload 3
            areturn
         4: .line 443
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 444
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 445
            aload 2
            athrow
        end local 1 // int count
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  count  I
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (I)Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/tuple/primitive/ObjectIntPair<TT;>;>;
    MethodParameters:
       Name  Flags
      count  

  public org.eclipse.collections.api.list.MutableList<org.eclipse.collections.api.tuple.primitive.ObjectIntPair<T>> bottomOccurrences(int);
    descriptor: (I)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // int count
         0: .line 451
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 454
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            iload 1 /* count */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.bottomOccurrences:(I)Lorg/eclipse/collections/api/list/MutableList;
            astore 3
         2: .line 458
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 454
            aload 3
            areturn
         4: .line 457
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 458
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 459
            aload 2
            athrow
        end local 1 // int count
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  count  I
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (I)Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/tuple/primitive/ObjectIntPair<TT;>;>;
    MethodParameters:
       Name  Flags
      count  

  public <V> org.eclipse.collections.api.bag.MutableBag<V> collectIf(org.eclipse.collections.api.block.predicate.Predicate<? super T>, org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        start local 2 // org.eclipse.collections.api.block.function.Function function
         0: .line 467
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 470
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* predicate */
            aload 2 /* function */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.collectIf:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/MutableBag;
            astore 4
         2: .line 474
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 470
            aload 4
            areturn
         4: .line 473
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 474
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 475
            aload 3
            athrow
        end local 2 // org.eclipse.collections.api.block.function.Function function
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            0    7     2   function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/bag/MutableBag<TV;>;
    MethodParameters:
           Name  Flags
      predicate  
      function   

  public <P, V> org.eclipse.collections.api.bag.MutableBag<V> collectWith(org.eclipse.collections.api.block.function.Function2<? super T, ? super P, ? extends V>, P);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.function.Function2 function
        start local 2 // java.lang.Object parameter
         0: .line 483
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 486
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* function */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.collectWith:(Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            astore 4
         2: .line 490
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 486
            aload 4
            areturn
         4: .line 489
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 490
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 491
            aload 3
            athrow
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.function.Function2 function
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1   function  Lorg/eclipse/collections/api/block/function/Function2<-TT;-TP;+TV;>;
            0    7     2  parameter  TP;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <P:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function2<-TT;-TP;+TV;>;TP;)Lorg/eclipse/collections/api/bag/MutableBag<TV;>;
    MethodParameters:
           Name  Flags
      function   
      parameter  

  public org.eclipse.collections.api.bag.MutableBag<T> newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
         0: .line 497
            invokestatic org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.newBag:()Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag;
            areturn
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
    Signature: ()Lorg/eclipse/collections/api/bag/MutableBag<TT;>;

  public org.eclipse.collections.api.bag.MutableBag<T> reject(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 503
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 506
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/MutableBag;
            astore 3
         2: .line 510
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 506
            aload 3
            areturn
         4: .line 509
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 510
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 511
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/api/bag/MutableBag<TT;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <P> org.eclipse.collections.api.bag.MutableBag<T> rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 519
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 522
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            astore 4
         2: .line 526
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 522
            aload 4
            areturn
         4: .line 525
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 526
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 527
            aload 3
            athrow
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    7     2  parameter  TP;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Lorg/eclipse/collections/api/bag/MutableBag<TT;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public org.eclipse.collections.api.bag.MutableBag<T> tap(org.eclipse.collections.api.block.procedure.Procedure<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 533
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 536
            aload 0 /* this */
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         2: .line 537
            aload 0 /* this */
            astore 3
         3: .line 541
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         4: .line 537
            aload 3
            areturn
         5: .line 540
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         6: .line 541
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         7: .line 542
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    8     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
      Exception table:
        from    to  target  type
           1     3       5  any
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)Lorg/eclipse/collections/api/bag/MutableBag<TT;>;
    MethodParameters:
           Name  Flags
      procedure  

  public org.eclipse.collections.api.bag.MutableBag<T> select(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 548
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 551
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/MutableBag;
            astore 3
         2: .line 555
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 551
            aload 3
            areturn
         4: .line 554
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 555
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 556
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/api/bag/MutableBag<TT;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <P> org.eclipse.collections.api.bag.MutableBag<T> selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 564
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 567
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            astore 4
         2: .line 571
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 567
            aload 4
            areturn
         4: .line 570
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 571
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 572
            aload 3
            athrow
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    7     2  parameter  TP;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Lorg/eclipse/collections/api/bag/MutableBag<TT;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public org.eclipse.collections.api.bag.MutableBag<T> selectByOccurrences(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate
         0: .line 578
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 581
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.selectByOccurrences:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/bag/MutableBag;
            astore 3
         2: .line 585
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 581
            aload 3
            areturn
         4: .line 584
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 585
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 586
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/bag/MutableBag<TT;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <S> org.eclipse.collections.api.bag.MutableBag<S> selectInstancesOf(java.lang.Class<S>);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // java.lang.Class clazz
         0: .line 592
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 595
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* clazz */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/api/bag/MutableBag;
            astore 3
         2: .line 599
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 595
            aload 3
            areturn
         4: .line 598
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 599
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 600
            aload 2
            athrow
        end local 1 // java.lang.Class clazz
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  clazz  Ljava/lang/Class<TS;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <S:Ljava/lang/Object;>(Ljava/lang/Class<TS;>;)Lorg/eclipse/collections/api/bag/MutableBag<TS;>;
    MethodParameters:
       Name  Flags
      clazz  

  public org.eclipse.collections.api.partition.bag.PartitionMutableBag<T> partition(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/bag/PartitionMutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 606
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 609
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/bag/PartitionMutableBag;
            astore 3
         2: .line 613
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 609
            aload 3
            areturn
         4: .line 612
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 613
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 614
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/api/partition/bag/PartitionMutableBag<TT;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <P> org.eclipse.collections.api.partition.bag.PartitionMutableBag<T> partitionWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/bag/PartitionMutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 620
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 623
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/bag/PartitionMutableBag;
            astore 4
         2: .line 627
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 623
            aload 4
            areturn
         4: .line 626
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 627
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 628
            aload 3
            athrow
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    7     2  parameter  TP;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Lorg/eclipse/collections/api/partition/bag/PartitionMutableBag<TT;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public org.eclipse.collections.api.bag.MutableBag<T> with(T);
    descriptor: (Ljava/lang/Object;)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.MultiReaderHashBag this
        start local 1 // java.lang.Object element
         0: .line 634
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.add:(Ljava/lang/Object;)Z
            pop
         1: .line 635
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object element
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    2     1  element  TT;
    Signature: (TT;)Lorg/eclipse/collections/api/bag/MutableBag<TT;>;
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.api.bag.MutableBag<T> without(T);
    descriptor: (Ljava/lang/Object;)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.MultiReaderHashBag this
        start local 1 // java.lang.Object element
         0: .line 641
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.remove:(Ljava/lang/Object;)Z
            pop
         1: .line 642
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object element
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    2     1  element  TT;
    Signature: (TT;)Lorg/eclipse/collections/api/bag/MutableBag<TT;>;
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.api.bag.MutableBag<T> withAll(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)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.MultiReaderHashBag this
        start local 1 // java.lang.Iterable elements
         0: .line 648
            aload 0 /* this */
            aload 1 /* elements */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.addAllIterable:(Ljava/lang/Iterable;)Z
            pop
         1: .line 649
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Iterable elements
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    2     1  elements  Ljava/lang/Iterable<+TT;>;
    Signature: (Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/bag/MutableBag<TT;>;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.api.bag.MutableBag<T> withoutAll(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)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.MultiReaderHashBag this
        start local 1 // java.lang.Iterable elements
         0: .line 655
            aload 0 /* this */
            aload 1 /* elements */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.removeAllIterable:(Ljava/lang/Iterable;)Z
            pop
         1: .line 656
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Iterable elements
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    2     1  elements  Ljava/lang/Iterable<+TT;>;
    Signature: (Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/bag/MutableBag<TT;>;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.api.map.MutableMap<T, java.lang.Integer> toMapOfItemToCount();
    descriptor: ()Lorg/eclipse/collections/api/map/MutableMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
         0: .line 662
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 665
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            invokeinterface org.eclipse.collections.api.bag.MutableBag.toMapOfItemToCount:()Lorg/eclipse/collections/api/map/MutableMap;
            astore 2
         2: .line 669
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 665
            aload 2
            areturn
         4: .line 668
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 669
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 670
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: ()Lorg/eclipse/collections/api/map/MutableMap<TT;Ljava/lang/Integer;>;

  public java.lang.String toStringOfItemToCount();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
         0: .line 676
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 679
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            invokeinterface org.eclipse.collections.api.bag.MutableBag.toStringOfItemToCount:()Ljava/lang/String;
            astore 2
         2: .line 683
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 679
            aload 2
            areturn
         4: .line 682
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 683
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 684
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any

  public <V> org.eclipse.collections.api.multimap.bag.MutableBagMultimap<V, T> groupBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 690
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 693
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            astore 3
         2: .line 697
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 693
            aload 3
            areturn
         4: .line 696
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 697
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 698
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap<TV;TT;>;
    MethodParameters:
          Name  Flags
      function  

  public <V> org.eclipse.collections.api.multimap.bag.MutableBagMultimap<V, T> groupByEach(org.eclipse.collections.api.block.function.Function<? super T, ? extends java.lang.Iterable<V>>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 704
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 707
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            astore 3
         2: .line 711
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 707
            aload 3
            areturn
         4: .line 710
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 711
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 712
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap<TV;TT;>;
    MethodParameters:
          Name  Flags
      function  

  public <V> org.eclipse.collections.api.map.MutableMap<V, T> groupByUniqueKey(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MutableMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 718
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 721
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.groupByUniqueKey:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MutableMap;
            astore 3
         2: .line 725
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 721
            aload 3
            areturn
         4: .line 724
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 725
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 726
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/map/MutableMap<TV;TT;>;
    MethodParameters:
          Name  Flags
      function  

  public <S> org.eclipse.collections.api.bag.MutableBag<org.eclipse.collections.api.tuple.Pair<T, S>> zip(java.lang.Iterable<S>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // java.lang.Iterable that
         0: .line 736
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 739
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* that */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/MutableBag;
            astore 3
         2: .line 743
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 739
            aload 3
            areturn
         4: .line 742
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 743
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 744
            aload 2
            athrow
        end local 1 // java.lang.Iterable that
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  that  Ljava/lang/Iterable<TS;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <S:Ljava/lang/Object;>(Ljava/lang/Iterable<TS;>;)Lorg/eclipse/collections/api/bag/MutableBag<Lorg/eclipse/collections/api/tuple/Pair<TT;TS;>;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      that  

  public org.eclipse.collections.api.set.MutableSet<org.eclipse.collections.api.tuple.Pair<T, java.lang.Integer>> zipWithIndex();
    descriptor: ()Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
         0: .line 754
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 757
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            invokeinterface org.eclipse.collections.api.bag.MutableBag.zipWithIndex:()Lorg/eclipse/collections/api/set/MutableSet;
            astore 2
         2: .line 761
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 757
            aload 2
            areturn
         4: .line 760
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 761
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 762
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: ()Lorg/eclipse/collections/api/set/MutableSet<Lorg/eclipse/collections/api/tuple/Pair<TT;Ljava/lang/Integer;>;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.RichIterable<T>> chunk(int);
    descriptor: (I)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // int size
         0: .line 768
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 771
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            iload 1 /* size */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.chunk:(I)Lorg/eclipse/collections/api/RichIterable;
            astore 3
         2: .line 775
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 771
            aload 3
            areturn
         4: .line 774
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 775
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 776
            aload 2
            athrow
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1  size  I
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/RichIterable<TT;>;>;
    MethodParameters:
      Name  Flags
      size  

  public void forEachWithOccurrences(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure procedure
         0: .line 782
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 785
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* procedure */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.forEachWithOccurrences:(Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
         2: .line 786
            goto 6
         3: .line 788
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         4: .line 789
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         5: .line 790
            aload 2
            athrow
         6: .line 789
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         7: .line 791
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure procedure
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    8     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;
      Exception table:
        from    to  target  type
           1     3       3  any
    Signature: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // java.lang.Object o
         0: .line 796
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 799
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1 /* o */
            invokeinterface org.eclipse.collections.api.bag.MutableBag.equals:(Ljava/lang/Object;)Z
            istore 3
         2: .line 803
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 799
            iload 3
            ireturn
         4: .line 802
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 803
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 804
            aload 2
            athrow
        end local 1 // java.lang.Object o
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    7     1     o  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     2       4  any
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
         0: .line 810
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 813
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            invokeinterface org.eclipse.collections.api.bag.MutableBag.hashCode:()I
            istore 2
         2: .line 817
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 813
            iload 2
            ireturn
         4: .line 816
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 817
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 818
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any

  public void writeExternal(java.io.ObjectOutput);
    descriptor: (Ljava/io/ObjectOutput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // java.io.ObjectOutput out
         0: .line 824
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         1: .line 825
            return
        end local 1 // java.io.ObjectOutput out
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    2     1   out  Ljava/io/ObjectOutput;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  public void readExternal(java.io.ObjectInput);
    descriptor: (Ljava/io/ObjectInput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
        start local 1 // java.io.ObjectInput in
         0: .line 830
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            checkcast org.eclipse.collections.api.bag.MutableBag
            putfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.delegate:Lorg/eclipse/collections/api/bag/MutableBag;
         1: .line 831
            aload 0 /* this */
            new java.util.concurrent.locks.ReentrantReadWriteLock
            dup
            invokespecial java.util.concurrent.locks.ReentrantReadWriteLock.<init>:()V
            putfield org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.lock:Ljava/util/concurrent/locks/ReadWriteLock;
         2: .line 832
            return
        end local 1 // java.io.ObjectInput in
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
            0    3     1    in  Ljava/io/ObjectInput;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      in    

  public org.eclipse.collections.api.set.MutableSet<T> selectUnique();
    descriptor: ()Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
         0: .line 1249
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.acquireReadLock:()V
         1: .line 1252
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.getDelegate:()Lorg/eclipse/collections/api/bag/MutableBag;
            invokeinterface org.eclipse.collections.api.bag.MutableBag.selectUnique:()Lorg/eclipse/collections/api/set/MutableSet;
            astore 2
         2: .line 1256
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         3: .line 1252
            aload 2
            areturn
         4: .line 1255
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 1256
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.unlockReadLock:()V
         6: .line 1257
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/bag/mutable/MultiReaderHashBag<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: ()Lorg/eclipse/collections/api/set/MutableSet<TT;>;

  public org.eclipse.collections.api.set.SetIterable selectUnique();
    descriptor: ()Lorg/eclipse/collections/api/set/SetIterable;
    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.MultiReaderHashBag.selectUnique:()Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable selectUnique();
    descriptor: ()Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    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.MultiReaderHashBag.selectUnique:()Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable selectUnique();
    descriptor: ()Lorg/eclipse/collections/api/set/MutableSetIterable;
    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.MultiReaderHashBag.selectUnique:()Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable collectIf(org.eclipse.collections.api.block.predicate.Predicate, org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            aload 2
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectIf:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.UnsortedBag collectIf(org.eclipse.collections.api.block.predicate.Predicate, org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/UnsortedBag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            aload 2
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectIf:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection collectIf(org.eclipse.collections.api.block.predicate.Predicate, org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            aload 2
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectIf:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.ImmutableBagIterable toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/bag/ImmutableBagIterable;
    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.MultiReaderHashBag.toImmutable:()Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.ImmutableCollection toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/collection/ImmutableCollection;
    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.MultiReaderHashBag.toImmutable:()Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/collection/MutableCollection;
    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.MultiReaderHashBag.newEmpty:()Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection withoutAll(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)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 java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.withoutAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.MutableBagIterable withoutAll(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/MutableBagIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.withoutAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected org.eclipse.collections.api.collection.MutableCollection getDelegate();
    descriptor: ()Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.getDelegate:()Lorg/eclipse/collections/api/bag/MutableBag;
            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.MultiReaderHashBag.topOccurrences:(I)Lorg/eclipse/collections/api/list/MutableList;
            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.MultiReaderHashBag.bottomOccurrences:(I)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable zipWithIndex();
    descriptor: ()Lorg/eclipse/collections/api/RichIterable;
    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.MultiReaderHashBag.zipWithIndex:()Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable zipWithIndex();
    descriptor: ()Lorg/eclipse/collections/api/set/SetIterable;
    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.MultiReaderHashBag.zipWithIndex:()Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable zipWithIndex();
    descriptor: ()Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    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.MultiReaderHashBag.zipWithIndex:()Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection zipWithIndex();
    descriptor: ()Lorg/eclipse/collections/api/collection/MutableCollection;
    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.MultiReaderHashBag.zipWithIndex:()Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable zipWithIndex();
    descriptor: ()Lorg/eclipse/collections/api/set/MutableSetIterable;
    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.MultiReaderHashBag.zipWithIndex:()Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable zip(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)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 java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.UnsortedBag zip(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/UnsortedBag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection zip(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)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 java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MapIterable toMapOfItemToCount();
    descriptor: ()Lorg/eclipse/collections/api/map/MapIterable;
    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.MultiReaderHashBag.toMapOfItemToCount:()Lorg/eclipse/collections/api/map/MutableMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MutableMapIterable toMapOfItemToCount();
    descriptor: ()Lorg/eclipse/collections/api/map/MutableMapIterable;
    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.MultiReaderHashBag.toMapOfItemToCount:()Lorg/eclipse/collections/api/map/MutableMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable flatCollect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)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.Function
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.flatCollect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.UnsortedBag flatCollect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/UnsortedBag;
    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.Function
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.flatCollect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection flatCollect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)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.Function
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.flatCollect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.CharIterable collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/CharIterable;
    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.CharFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectChar:(Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.CharBag collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/bag/primitive/CharBag;
    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.CharFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectChar:(Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableCharCollection collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
    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.CharFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectChar:(Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.IntIterable collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/IntIterable;
    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.IntFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.IntBag collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/bag/primitive/IntBag;
    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.IntFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableIntCollection collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
    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.IntFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.LongIterable collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)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
            checkcast org.eclipse.collections.api.block.function.primitive.LongFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.LongBag collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)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
            checkcast org.eclipse.collections.api.block.function.primitive.LongFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableLongCollection collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)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
            checkcast org.eclipse.collections.api.block.function.primitive.LongFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/Bag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.UnsortedBag rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/UnsortedBag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.MutableBagIterable rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBagIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ByteIterable collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/ByteIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ByteFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectByte:(Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableByteBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.ByteBag collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/bag/primitive/ByteBag;
    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.ByteFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectByte:(Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableByteBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableByteCollection collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ByteFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectByte:(Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableByteBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.PartitionIterable partition(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/PartitionIterable;
    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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/bag/PartitionMutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.bag.PartitionBag partition(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/bag/PartitionBag;
    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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/bag/PartitionMutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.bag.PartitionUnsortedBag partition(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/bag/PartitionUnsortedBag;
    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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/bag/PartitionMutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.PartitionMutableCollection partition(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/PartitionMutableCollection;
    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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/bag/PartitionMutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.bag.PartitionMutableBagIterable partition(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/bag/PartitionMutableBagIterable;
    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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/bag/PartitionMutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection without(java.lang.Object);
    descriptor: (Ljava/lang/Object;)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 java.lang.Object
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.without:(Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.MutableBagIterable without(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBagIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.without:(Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.MutableBagIterable selectDuplicates();
    descriptor: ()Lorg/eclipse/collections/api/bag/MutableBagIterable;
    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.MutableBag.selectDuplicates:()Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.UnsortedBag selectDuplicates();
    descriptor: ()Lorg/eclipse/collections/api/bag/UnsortedBag;
    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.MutableBag.selectDuplicates:()Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag selectDuplicates();
    descriptor: ()Lorg/eclipse/collections/api/bag/Bag;
    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.MutableBag.selectDuplicates:()Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

  public org.eclipse.collections.api.collection.MutableCollection asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/collection/MutableCollection;
    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.MultiReaderHashBag.asSynchronized:()Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.DoubleIterable collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/DoubleIterable;
    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.DoubleFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.DoubleBag collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/bag/primitive/DoubleBag;
    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.DoubleFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    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.DoubleFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.UnsortedBag reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/UnsortedBag;
    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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.MutableBagIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/MutableBagIterable;
    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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/Multimap;
    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.Function
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.BagMultimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/BagMultimap;
    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.Function
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.UnsortedBagMultimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/UnsortedBagMultimap;
    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.Function
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.MutableMultimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
    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.Function
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.MutableBagIterableMultimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagIterableMultimap;
    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.Function
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable collectWith(org.eclipse.collections.api.block.function.Function2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectWith:(Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.UnsortedBag collectWith(org.eclipse.collections.api.block.function.Function2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/UnsortedBag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectWith:(Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection collectWith(org.eclipse.collections.api.block.function.Function2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectWith:(Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.UnsortedBag select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/UnsortedBag;
    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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.MutableBagIterable select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/MutableBagIterable;
    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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ShortIterable collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/ShortIterable;
    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.ShortFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectShort:(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableShortBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.ShortBag collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/bag/primitive/ShortBag;
    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.ShortFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectShort:(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableShortBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableShortCollection collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
    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.ShortFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectShort:(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableShortBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)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.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)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.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.UnsortedBag tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/bag/UnsortedBag;
    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.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)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.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.MutableBagIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/bag/MutableBagIterable;
    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.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.FloatIterable collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/FloatIterable;
    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.FloatFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableFloatBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.FloatBag collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/bag/primitive/FloatBag;
    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.FloatFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableFloatBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableFloatCollection collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;
    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.FloatFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableFloatBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/Multimap;
    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.Function
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.BagMultimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/BagMultimap;
    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.Function
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.UnsortedBagMultimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/UnsortedBagMultimap;
    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.Function
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.MutableMultimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
    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.Function
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.MutableBagIterableMultimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagIterableMultimap;
    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.Function
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/Bag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.UnsortedBag selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/UnsortedBag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.MutableBagIterable selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBagIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.PartitionIterable partitionWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/PartitionIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/bag/PartitionMutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.bag.PartitionBag partitionWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/bag/PartitionBag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/bag/PartitionMutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.PartitionMutableCollection partitionWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/PartitionMutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/bag/PartitionMutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.bag.PartitionMutableBagIterable partitionWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/bag/PartitionMutableBagIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/bag/PartitionMutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.UnsortedBag flatCollectWith(org.eclipse.collections.api.block.function.Function2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/UnsortedBag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function2
            aload 2
            checkcast java.lang.Object
            invokeinterface org.eclipse.collections.api.bag.MutableBag.flatCollectWith:(Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection withAll(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)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 java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.MutableBagIterable withAll(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/MutableBagIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable selectInstancesOf(java.lang.Class);
    descriptor: (Ljava/lang/Class;)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 java.lang.Class
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag selectInstancesOf(java.lang.Class);
    descriptor: (Ljava/lang/Class;)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 java.lang.Class
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.UnsortedBag selectInstancesOf(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/api/bag/UnsortedBag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Class
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection selectInstancesOf(java.lang.Class);
    descriptor: (Ljava/lang/Class;)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 java.lang.Class
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.MutableBagIterable selectInstancesOf(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/api/bag/MutableBagIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Class
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.BooleanIterable collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/BooleanIterable;
    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.BooleanFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectBoolean:(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableBooleanBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.BooleanBag collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/bag/primitive/BooleanBag;
    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.BooleanFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectBoolean:(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableBooleanBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableBooleanCollection collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;
    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.BooleanFunction
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collectBoolean:(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableBooleanBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)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.Function
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.UnsortedBag collect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/UnsortedBag;
    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.Function
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collect:(Lorg/eclipse/collections/api/block/function/Function;)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.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)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.Function
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.collect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection with(java.lang.Object);
    descriptor: (Ljava/lang/Object;)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 java.lang.Object
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.with:(Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.MutableBagIterable with(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBagIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.with:(Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MapIterable groupByUniqueKey(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MapIterable;
    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.Function
            invokevirtual org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.groupByUniqueKey:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MutableMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/collection/MutableCollection;
    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.MultiReaderHashBag.asUnmodifiable:()Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;Ljava/io/Externalizable;Lorg/eclipse/collections/api/bag/MutableBag<TT;>;
SourceFile: "MultiReaderHashBag.java"
NestMembers:
  org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag$UntouchableIterator  org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag$UntouchableMutableBag
InnerClasses:
  private final UntouchableIterator = org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag$UntouchableIterator of org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag
  final UntouchableMutableBag = org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag$UntouchableMutableBag of org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag