public abstract class org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection<T> implements org.eclipse.collections.api.collection.MutableCollection<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 76
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;

  protected abstract org.eclipse.collections.api.collection.MutableCollection<T> getDelegate();
    descriptor: ()Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: ()Lorg/eclipse/collections/api/collection/MutableCollection<TT;>;

  protected abstract java.util.concurrent.locks.ReadWriteLock getLock();
    descriptor: ()Ljava/util/concurrent/locks/ReadWriteLock;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected void acquireWriteLock();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 84
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getLock:()Ljava/util/concurrent/locks/ReadWriteLock;
            invokeinterface java.util.concurrent.locks.ReadWriteLock.writeLock:()Ljava/util/concurrent/locks/Lock;
            invokeinterface java.util.concurrent.locks.Lock.lock:()V
         1: .line 85
            return
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;

  protected void unlockWriteLock();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 89
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getLock:()Ljava/util/concurrent/locks/ReadWriteLock;
            invokeinterface java.util.concurrent.locks.ReadWriteLock.writeLock:()Ljava/util/concurrent/locks/Lock;
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
         1: .line 90
            return
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;

  protected void acquireReadLock();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 94
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getLock:()Ljava/util/concurrent/locks/ReadWriteLock;
            invokeinterface java.util.concurrent.locks.ReadWriteLock.readLock:()Ljava/util/concurrent/locks/Lock;
            invokeinterface java.util.concurrent.locks.Lock.lock:()V
         1: .line 95
            return
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;

  protected void unlockReadLock();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 99
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getLock:()Ljava/util/concurrent/locks/ReadWriteLock;
            invokeinterface java.util.concurrent.locks.ReadWriteLock.readLock:()Ljava/util/concurrent/locks/Lock;
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
         1: .line 100
            return
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;

  protected void withReadLockRun(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Runnable block
         0: .line 104
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 107
            aload 1 /* block */
            invokeinterface java.lang.Runnable.run:()V
         2: .line 108
            goto 6
         3: .line 110
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         4: .line 111
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         5: .line 112
            aload 2
            athrow
         6: .line 111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         7: .line 113
            return
        end local 1 // java.lang.Runnable block
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    8     1  block  Ljava/lang/Runnable;
      Exception table:
        from    to  target  type
           1     3       3  any
    MethodParameters:
       Name  Flags
      block  

  public boolean contains(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.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Object item
         0: .line 118
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 121
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* item */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.contains:(Ljava/lang/Object;)Z
            istore 3
         2: .line 125
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 121
            iload 3
            ireturn
         4: .line 124
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 125
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 126
            aload 2
            athrow
        end local 1 // java.lang.Object item
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  item  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     2       4  any
    MethodParameters:
      Name  Flags
      item  

  public boolean containsAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Collection collection
         0: .line 132
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 135
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* collection */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.containsAll:(Ljava/util/Collection;)Z
            istore 3
         2: .line 139
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 135
            iload 3
            ireturn
         4: .line 138
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 139
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 140
            aload 2
            athrow
        end local 1 // java.util.Collection collection
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  collection  Ljava/util/Collection<*>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
            Name  Flags
      collection  

  public boolean containsAllIterable(java.lang.Iterable<?>);
    descriptor: (Ljava/lang/Iterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Iterable source
         0: .line 146
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 149
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.containsAllIterable:(Ljava/lang/Iterable;)Z
            istore 3
         2: .line 153
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 149
            iload 3
            ireturn
         4: .line 152
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 153
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 154
            aload 2
            athrow
        end local 1 // java.lang.Iterable source
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  source  Ljava/lang/Iterable<*>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Ljava/lang/Iterable<*>;)Z
    MethodParameters:
        Name  Flags
      source  

  public boolean containsAllArguments(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Object[] elements
         0: .line 160
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 163
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* elements */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.containsAllArguments:([Ljava/lang/Object;)Z
            istore 3
         2: .line 167
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 163
            iload 3
            ireturn
         4: .line 166
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 167
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 168
            aload 2
            athrow
        end local 1 // java.lang.Object[] elements
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  elements  [Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     2       4  any
    MethodParameters:
          Name  Flags
      elements  

  public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 174
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 177
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.noneSatisfy:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
            istore 3
         2: .line 181
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 177
            iload 3
            ireturn
         4: .line 180
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 181
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 182
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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;>;)Z
    MethodParameters:
           Name  Flags
      predicate  

  public <P> boolean noneSatisfyWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 190
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 193
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.noneSatisfyWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Z
            istore 4
         2: .line 197
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 193
            iload 4
            ireturn
         4: .line 196
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 197
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 198
            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.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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;)Z
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public boolean allSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 204
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 207
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.allSatisfy:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
            istore 3
         2: .line 211
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 207
            iload 3
            ireturn
         4: .line 210
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 211
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 212
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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;>;)Z
    MethodParameters:
           Name  Flags
      predicate  

  public <P> boolean allSatisfyWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 220
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 223
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.allSatisfyWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Z
            istore 4
         2: .line 227
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 223
            iload 4
            ireturn
         4: .line 226
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 227
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 228
            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.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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;)Z
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public boolean anySatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 234
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 237
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
            istore 3
         2: .line 241
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 237
            iload 3
            ireturn
         4: .line 240
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 241
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 242
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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;>;)Z
    MethodParameters:
           Name  Flags
      predicate  

  public <P> boolean anySatisfyWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 250
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 253
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.anySatisfyWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Z
            istore 4
         2: .line 257
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 253
            iload 4
            ireturn
         4: .line 256
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 257
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 258
            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.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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;)Z
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public <R extends java.util.Collection<T>> R into();
    descriptor: (Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Collection target
         0: .line 264
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 267
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* target */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.into:(Ljava/util/Collection;)Ljava/util/Collection;
            astore 3
         2: .line 271
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 267
            aload 3
            areturn
         4: .line 270
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 271
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 272
            aload 2
            athrow
        end local 1 // java.util.Collection target
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  target  TR;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <R::Ljava/util/Collection<TT;>;>(TR;)TR;
    MethodParameters:
        Name  Flags
      target  

  public org.eclipse.collections.api.list.MutableList<T> toList();
    descriptor: ()Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 278
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 281
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.toList:()Lorg/eclipse/collections/api/list/MutableList;
            astore 2
         2: .line 285
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 281
            aload 2
            areturn
         4: .line 284
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 285
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 286
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: ()Lorg/eclipse/collections/api/list/MutableList<TT;>;

  public <NK, NV> org.eclipse.collections.api.map.MutableMap<NK, NV> toMap(org.eclipse.collections.api.block.function.Function<? super T, ? extends NK>, org.eclipse.collections.api.block.function.Function<? super T, ? extends NV>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MutableMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.Function keyFunction
        start local 2 // org.eclipse.collections.api.block.function.Function valueFunction
         0: .line 294
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 297
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* keyFunction */
            aload 2 /* valueFunction */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.toMap:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MutableMap;
            astore 4
         2: .line 301
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 297
            aload 4
            areturn
         4: .line 300
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 301
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 302
            aload 3
            athrow
        end local 2 // org.eclipse.collections.api.block.function.Function valueFunction
        end local 1 // org.eclipse.collections.api.block.function.Function keyFunction
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1    keyFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;
            0    7     2  valueFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <NK:Ljava/lang/Object;NV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;)Lorg/eclipse/collections/api/map/MutableMap<TNK;TNV;>;
    MethodParameters:
               Name  Flags
      keyFunction    
      valueFunction  

  public <NK, NV> org.eclipse.collections.api.map.sorted.MutableSortedMap<NK, NV> toSortedMap(org.eclipse.collections.api.block.function.Function<? super T, ? extends NK>, org.eclipse.collections.api.block.function.Function<? super T, ? extends NV>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.Function keyFunction
        start local 2 // org.eclipse.collections.api.block.function.Function valueFunction
         0: .line 310
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 313
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* keyFunction */
            aload 2 /* valueFunction */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.toSortedMap:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap;
            astore 4
         2: .line 317
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 313
            aload 4
            areturn
         4: .line 316
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 317
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 318
            aload 3
            athrow
        end local 2 // org.eclipse.collections.api.block.function.Function valueFunction
        end local 1 // org.eclipse.collections.api.block.function.Function keyFunction
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1    keyFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;
            0    7     2  valueFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <NK:Ljava/lang/Object;NV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap<TNK;TNV;>;
    MethodParameters:
               Name  Flags
      keyFunction    
      valueFunction  

  public <NK, NV> org.eclipse.collections.api.map.sorted.MutableSortedMap<NK, NV> toSortedMap(java.util.Comparator<? super NK>, org.eclipse.collections.api.block.function.Function<? super T, ? extends NK>, org.eclipse.collections.api.block.function.Function<? super T, ? extends NV>);
    descriptor: (Ljava/util/Comparator;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Comparator comparator
        start local 2 // org.eclipse.collections.api.block.function.Function keyFunction
        start local 3 // org.eclipse.collections.api.block.function.Function valueFunction
         0: .line 326
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 329
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* comparator */
            aload 2 /* keyFunction */
            aload 3 /* valueFunction */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.toSortedMap:(Ljava/util/Comparator;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap;
            astore 5
         2: .line 333
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 329
            aload 5
            areturn
         4: .line 332
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         5: .line 333
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 334
            aload 4
            athrow
        end local 3 // org.eclipse.collections.api.block.function.Function valueFunction
        end local 2 // org.eclipse.collections.api.block.function.Function keyFunction
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1     comparator  Ljava/util/Comparator<-TNK;>;
            0    7     2    keyFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;
            0    7     3  valueFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <NK:Ljava/lang/Object;NV:Ljava/lang/Object;>(Ljava/util/Comparator<-TNK;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap<TNK;TNV;>;
    MethodParameters:
               Name  Flags
      comparator     
      keyFunction    
      valueFunction  

  public <KK extends java.lang.Comparable<? super KK>, NK, NV> org.eclipse.collections.api.map.sorted.MutableSortedMap<NK, NV> toSortedMapBy(org.eclipse.collections.api.block.function.Function<? super NK, KK>, org.eclipse.collections.api.block.function.Function<? super T, ? extends NK>, org.eclipse.collections.api.block.function.Function<? super T, ? extends NV>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.Function sortBy
        start local 2 // org.eclipse.collections.api.block.function.Function keyFunction
        start local 3 // org.eclipse.collections.api.block.function.Function valueFunction
         0: .line 343
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 346
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* sortBy */
            aload 2 /* keyFunction */
            aload 3 /* valueFunction */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.toSortedMapBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap;
            astore 5
         2: .line 350
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 346
            aload 5
            areturn
         4: .line 349
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         5: .line 350
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 351
            aload 4
            athrow
        end local 3 // org.eclipse.collections.api.block.function.Function valueFunction
        end local 2 // org.eclipse.collections.api.block.function.Function keyFunction
        end local 1 // org.eclipse.collections.api.block.function.Function sortBy
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1         sortBy  Lorg/eclipse/collections/api/block/function/Function<-TNK;TKK;>;
            0    7     2    keyFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;
            0    7     3  valueFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <KK::Ljava/lang/Comparable<-TKK;>;NK:Ljava/lang/Object;NV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TNK;TKK;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap<TNK;TNV;>;
    MethodParameters:
               Name  Flags
      sortBy         
      keyFunction    
      valueFunction  

  public org.eclipse.collections.api.LazyIterable<T> asLazy();
    descriptor: ()Lorg/eclipse/collections/api/LazyIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 357
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 360
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.asLazy:()Lorg/eclipse/collections/api/LazyIterable;
            astore 2
         2: .line 364
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 360
            aload 2
            areturn
         4: .line 363
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 364
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 365
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: ()Lorg/eclipse/collections/api/LazyIterable<TT;>;

  public org.eclipse.collections.api.set.MutableSet<T> toSet();
    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.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 371
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 374
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.toSet:()Lorg/eclipse/collections/api/set/MutableSet;
            astore 2
         2: .line 378
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 374
            aload 2
            areturn
         4: .line 377
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 378
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 379
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: ()Lorg/eclipse/collections/api/set/MutableSet<TT;>;

  public org.eclipse.collections.api.bag.MutableBag<T> toBag();
    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.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 385
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 388
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.toBag:()Lorg/eclipse/collections/api/bag/MutableBag;
            astore 2
         2: .line 392
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 388
            aload 2
            areturn
         4: .line 391
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 392
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 393
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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.sorted.MutableSortedBag<T> toSortedBag();
    descriptor: ()Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 399
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 402
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.toSortedBag:()Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
            astore 2
         2: .line 406
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 402
            aload 2
            areturn
         4: .line 405
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 406
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 407
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: ()Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag<TT;>;

  public org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> toSortedBag(java.util.Comparator<? super T>);
    descriptor: (Ljava/util/Comparator;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Comparator comparator
         0: .line 413
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 416
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* comparator */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.toSortedBag:(Ljava/util/Comparator;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
            astore 3
         2: .line 420
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 416
            aload 3
            areturn
         4: .line 419
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 420
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 421
            aload 2
            athrow
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  comparator  Ljava/util/Comparator<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Ljava/util/Comparator<-TT;>;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag<TT;>;
    MethodParameters:
            Name  Flags
      comparator  

  public <V extends java.lang.Comparable<? super V>> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> toSortedBagBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 428
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 431
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.toSortedBagBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
            astore 3
         2: .line 435
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 431
            aload 3
            areturn
         4: .line 434
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 435
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 436
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.MutableList<T> toSortedList();
    descriptor: ()Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 442
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 445
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.toSortedList:()Lorg/eclipse/collections/api/list/MutableList;
            astore 2
         2: .line 449
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 445
            aload 2
            areturn
         4: .line 448
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 449
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 450
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: ()Lorg/eclipse/collections/api/list/MutableList<TT;>;

  public org.eclipse.collections.api.list.MutableList<T> toSortedList(java.util.Comparator<? super T>);
    descriptor: (Ljava/util/Comparator;)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.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Comparator comparator
         0: .line 456
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 459
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* comparator */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.toSortedList:(Ljava/util/Comparator;)Lorg/eclipse/collections/api/list/MutableList;
            astore 3
         2: .line 463
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 459
            aload 3
            areturn
         4: .line 462
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 463
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 464
            aload 2
            athrow
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  comparator  Ljava/util/Comparator<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Ljava/util/Comparator<-TT;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
            Name  Flags
      comparator  

  public <V extends java.lang.Comparable<? super V>> org.eclipse.collections.api.list.MutableList<T> toSortedListBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)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.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 471
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 474
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.toSortedListBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/MutableList;
            astore 3
         2: .line 478
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 474
            aload 3
            areturn
         4: .line 477
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 478
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 479
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.set.sorted.MutableSortedSet<T> toSortedSet();
    descriptor: ()Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 485
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 488
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.toSortedSet:()Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
            astore 2
         2: .line 492
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 488
            aload 2
            areturn
         4: .line 491
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 492
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 493
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: ()Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;

  public org.eclipse.collections.api.set.sorted.MutableSortedSet<T> toSortedSet(java.util.Comparator<? super T>);
    descriptor: (Ljava/util/Comparator;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Comparator comparator
         0: .line 499
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 502
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* comparator */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.toSortedSet:(Ljava/util/Comparator;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
            astore 3
         2: .line 506
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 502
            aload 3
            areturn
         4: .line 505
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 506
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 507
            aload 2
            athrow
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  comparator  Ljava/util/Comparator<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Ljava/util/Comparator<-TT;>;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;
    MethodParameters:
            Name  Flags
      comparator  

  public <V extends java.lang.Comparable<? super V>> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> toSortedSetBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 514
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 517
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.toSortedSetBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
            astore 3
         2: .line 521
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 517
            aload 3
            areturn
         4: .line 520
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 521
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 522
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public int count(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 528
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 531
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.count:(Lorg/eclipse/collections/api/block/predicate/Predicate;)I
            istore 3
         2: .line 535
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 531
            iload 3
            ireturn
         4: .line 534
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 535
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 536
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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;>;)I
    MethodParameters:
           Name  Flags
      predicate  

  public <P> int countWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 544
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 547
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.countWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)I
            istore 4
         2: .line 551
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 547
            iload 4
            ireturn
         4: .line 550
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 551
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 552
            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.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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;)I
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public T detect(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 558
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 561
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.detect:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/lang/Object;
            astore 3
         2: .line 565
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 561
            aload 3
            areturn
         4: .line 564
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 565
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 566
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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;>;)TT;
    MethodParameters:
           Name  Flags
      predicate  

  public <P> T detectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 574
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 577
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.detectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Ljava/lang/Object;
            astore 4
         2: .line 581
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 577
            aload 4
            areturn
         4: .line 580
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 581
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 582
            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.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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;)TT;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public java.util.Optional<T> detectOptional(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 588
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 591
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.detectOptional:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/util/Optional;
            astore 3
         2: .line 595
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 591
            aload 3
            areturn
         4: .line 594
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 595
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 596
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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;>;)Ljava/util/Optional<TT;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <P> java.util.Optional<T> detectWithOptional(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 604
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 607
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.detectWithOptional:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Ljava/util/Optional;
            astore 4
         2: .line 611
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 607
            aload 4
            areturn
         4: .line 610
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 611
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 612
            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.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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;)Ljava/util/Optional<TT;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public T detectIfNone(org.eclipse.collections.api.block.predicate.Predicate<? super T>, org.eclipse.collections.api.block.function.Function0<? extends T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function0;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        start local 2 // org.eclipse.collections.api.block.function.Function0 function
         0: .line 620
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 623
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* predicate */
            aload 2 /* function */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.detectIfNone:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function0;)Ljava/lang/Object;
            astore 4
         2: .line 627
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.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.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 628
            aload 3
            athrow
        end local 2 // org.eclipse.collections.api.block.function.Function0 function
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            0    7     2   function  Lorg/eclipse/collections/api/block/function/Function0<+TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;Lorg/eclipse/collections/api/block/function/Function0<+TT;>;)TT;
    MethodParameters:
           Name  Flags
      predicate  
      function   

  public <P> T detectWithIfNone(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P, org.eclipse.collections.api.block.function.Function0<? extends T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function0;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
        start local 3 // org.eclipse.collections.api.block.function.Function0 function
         0: .line 637
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 640
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* predicate */
            aload 2 /* parameter */
            aload 3 /* function */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.detectWithIfNone:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function0;)Ljava/lang/Object;
            astore 5
         2: .line 644
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 640
            aload 5
            areturn
         4: .line 643
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         5: .line 644
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 645
            aload 4
            athrow
        end local 3 // org.eclipse.collections.api.block.function.Function0 function
        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.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    7     2  parameter  TP;
            0    7     3   function  Lorg/eclipse/collections/api/block/function/Function0<+TT;>;
      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/block/function/Function0<+TT;>;)TT;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  
      function   

  public T min(java.util.Comparator<? super T>);
    descriptor: (Ljava/util/Comparator;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Comparator comparator
         0: .line 651
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 654
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* comparator */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.min:(Ljava/util/Comparator;)Ljava/lang/Object;
            astore 3
         2: .line 658
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 654
            aload 3
            areturn
         4: .line 657
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 658
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 659
            aload 2
            athrow
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  comparator  Ljava/util/Comparator<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Ljava/util/Comparator<-TT;>;)TT;
    MethodParameters:
            Name  Flags
      comparator  

  public T max(java.util.Comparator<? super T>);
    descriptor: (Ljava/util/Comparator;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Comparator comparator
         0: .line 665
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 668
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* comparator */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.max:(Ljava/util/Comparator;)Ljava/lang/Object;
            astore 3
         2: .line 672
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 668
            aload 3
            areturn
         4: .line 671
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 672
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 673
            aload 2
            athrow
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  comparator  Ljava/util/Comparator<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Ljava/util/Comparator<-TT;>;)TT;
    MethodParameters:
            Name  Flags
      comparator  

  public java.util.Optional<T> minOptional(java.util.Comparator<? super T>);
    descriptor: (Ljava/util/Comparator;)Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Comparator comparator
         0: .line 679
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 682
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* comparator */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.minOptional:(Ljava/util/Comparator;)Ljava/util/Optional;
            astore 3
         2: .line 686
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 682
            aload 3
            areturn
         4: .line 685
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 686
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 687
            aload 2
            athrow
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  comparator  Ljava/util/Comparator<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Ljava/util/Comparator<-TT;>;)Ljava/util/Optional<TT;>;
    MethodParameters:
            Name  Flags
      comparator  

  public java.util.Optional<T> maxOptional(java.util.Comparator<? super T>);
    descriptor: (Ljava/util/Comparator;)Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Comparator comparator
         0: .line 693
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 696
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* comparator */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.maxOptional:(Ljava/util/Comparator;)Ljava/util/Optional;
            astore 3
         2: .line 700
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 696
            aload 3
            areturn
         4: .line 699
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 700
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 701
            aload 2
            athrow
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  comparator  Ljava/util/Comparator<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Ljava/util/Comparator<-TT;>;)Ljava/util/Optional<TT;>;
    MethodParameters:
            Name  Flags
      comparator  

  public T min();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 707
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 710
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.min:()Ljava/lang/Object;
            astore 2
         2: .line 714
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 710
            aload 2
            areturn
         4: .line 713
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 714
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 715
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: ()TT;

  public T max();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 721
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 724
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.max:()Ljava/lang/Object;
            astore 2
         2: .line 728
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 724
            aload 2
            areturn
         4: .line 727
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 728
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 729
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: ()TT;

  public java.util.Optional<T> minOptional();
    descriptor: ()Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 735
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 738
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.minOptional:()Ljava/util/Optional;
            astore 2
         2: .line 742
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 738
            aload 2
            areturn
         4: .line 741
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 742
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 743
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: ()Ljava/util/Optional<TT;>;

  public java.util.Optional<T> maxOptional();
    descriptor: ()Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 749
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 752
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.maxOptional:()Ljava/util/Optional;
            astore 2
         2: .line 756
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 752
            aload 2
            areturn
         4: .line 755
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 756
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 757
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: ()Ljava/util/Optional<TT;>;

  public <V extends java.lang.Comparable<? super V>> T minBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 763
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 766
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.minBy:(Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
            astore 3
         2: .line 770
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 766
            aload 3
            areturn
         4: .line 769
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 770
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 771
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)TT;
    MethodParameters:
          Name  Flags
      function  

  public <V extends java.lang.Comparable<? super V>> T maxBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 777
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 780
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.maxBy:(Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
            astore 3
         2: .line 784
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 780
            aload 3
            areturn
         4: .line 783
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 784
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 785
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)TT;
    MethodParameters:
          Name  Flags
      function  

  public <V extends java.lang.Comparable<? super V>> java.util.Optional<T> minByOptional(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 791
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 794
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.minByOptional:(Lorg/eclipse/collections/api/block/function/Function;)Ljava/util/Optional;
            astore 3
         2: .line 798
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 794
            aload 3
            areturn
         4: .line 797
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 798
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 799
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Ljava/util/Optional<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public <V extends java.lang.Comparable<? super V>> java.util.Optional<T> maxByOptional(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 805
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 808
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.maxByOptional:(Lorg/eclipse/collections/api/block/function/Function;)Ljava/util/Optional;
            astore 3
         2: .line 812
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 808
            aload 3
            areturn
         4: .line 811
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 812
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 813
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Ljava/util/Optional<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public T getFirst();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 819
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 822
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.getFirst:()Ljava/lang/Object;
            astore 2
         2: .line 826
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 822
            aload 2
            areturn
         4: .line 825
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 826
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 827
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: ()TT;

  public T getLast();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 833
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 836
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.getLast:()Ljava/lang/Object;
            astore 2
         2: .line 840
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 836
            aload 2
            areturn
         4: .line 839
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 840
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 841
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: ()TT;

  public T getOnly();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 847
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 850
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.getOnly:()Ljava/lang/Object;
            astore 2
         2: .line 854
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 850
            aload 2
            areturn
         4: .line 853
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 854
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 855
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: ()TT;

  public boolean notEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 861
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 864
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.notEmpty:()Z
            istore 2
         2: .line 868
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 864
            iload 2
            ireturn
         4: .line 867
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 868
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 869
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any

  public <P> org.eclipse.collections.api.tuple.Twin<org.eclipse.collections.api.list.MutableList<T>> selectAndRejectWith(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/tuple/Twin;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 877
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 880
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.selectAndRejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/tuple/Twin;
            astore 4
         2: .line 884
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 880
            aload 4
            areturn
         4: .line 883
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 884
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 885
            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.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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/tuple/Twin<Lorg/eclipse/collections/api/list/MutableList<TT;>;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public <V, R extends java.util.Collection<V>> R collect(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.Function function
        start local 2 // java.util.Collection target
         0: .line 893
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 896
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* function */
            aload 2 /* target */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.collect:(Lorg/eclipse/collections/api/block/function/Function;Ljava/util/Collection;)Ljava/util/Collection;
            astore 4
         2: .line 900
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 896
            aload 4
            areturn
         4: .line 899
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 900
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 901
            aload 3
            athrow
        end local 2 // java.util.Collection target
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            0    7     2    target  TR;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <V:Ljava/lang/Object;R::Ljava/util/Collection<TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;TR;)TR;
    MethodParameters:
          Name  Flags
      function  
      target    

  public <R extends org.eclipse.collections.api.collection.primitive.MutableBooleanCollection> R collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction<? super T>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.primitive.BooleanFunction booleanFunction
        start local 2 // org.eclipse.collections.api.collection.primitive.MutableBooleanCollection target
         0: .line 907
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 910
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* booleanFunction */
            aload 2 /* target */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.collectBoolean:(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;
            astore 4
         2: .line 914
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 910
            aload 4
            areturn
         4: .line 913
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 914
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 915
            aload 3
            athrow
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableBooleanCollection target
        end local 1 // org.eclipse.collections.api.block.function.primitive.BooleanFunction booleanFunction
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  booleanFunction  Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-TT;>;
            0    7     2           target  TR;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;>(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-TT;>;TR;)TR;
    MethodParameters:
                 Name  Flags
      booleanFunction  
      target           

  public <R extends org.eclipse.collections.api.collection.primitive.MutableByteCollection> R collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction<? super T>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.primitive.ByteFunction byteFunction
        start local 2 // org.eclipse.collections.api.collection.primitive.MutableByteCollection target
         0: .line 921
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 924
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* byteFunction */
            aload 2 /* target */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.collectByte:(Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
            astore 4
         2: .line 928
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 924
            aload 4
            areturn
         4: .line 927
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 928
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 929
            aload 3
            athrow
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableByteCollection target
        end local 1 // org.eclipse.collections.api.block.function.primitive.ByteFunction byteFunction
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  byteFunction  Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TT;>;
            0    7     2        target  TR;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;>(Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TT;>;TR;)TR;
    MethodParameters:
              Name  Flags
      byteFunction  
      target        

  public <R extends org.eclipse.collections.api.collection.primitive.MutableCharCollection> R collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction<? super T>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.primitive.CharFunction charFunction
        start local 2 // org.eclipse.collections.api.collection.primitive.MutableCharCollection target
         0: .line 935
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 938
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* charFunction */
            aload 2 /* target */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.collectChar:(Lorg/eclipse/collections/api/block/function/primitive/CharFunction;Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
            astore 4
         2: .line 942
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 938
            aload 4
            areturn
         4: .line 941
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 942
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 943
            aload 3
            athrow
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableCharCollection target
        end local 1 // org.eclipse.collections.api.block.function.primitive.CharFunction charFunction
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  charFunction  Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TT;>;
            0    7     2        target  TR;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;>(Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TT;>;TR;)TR;
    MethodParameters:
              Name  Flags
      charFunction  
      target        

  public <R extends org.eclipse.collections.api.collection.primitive.MutableDoubleCollection> R collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super T>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleFunction doubleFunction
        start local 2 // org.eclipse.collections.api.collection.primitive.MutableDoubleCollection target
         0: .line 949
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 952
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* doubleFunction */
            aload 2 /* target */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.collectDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
            astore 4
         2: .line 956
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 952
            aload 4
            areturn
         4: .line 955
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 956
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 957
            aload 3
            athrow
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableDoubleCollection target
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleFunction doubleFunction
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  doubleFunction  Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;
            0    7     2          target  TR;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;>(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;TR;)TR;
    MethodParameters:
                Name  Flags
      doubleFunction  
      target          

  public <R extends org.eclipse.collections.api.collection.primitive.MutableFloatCollection> R collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super T>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.primitive.FloatFunction floatFunction
        start local 2 // org.eclipse.collections.api.collection.primitive.MutableFloatCollection target
         0: .line 963
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 966
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* floatFunction */
            aload 2 /* target */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.collectFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;
            astore 4
         2: .line 970
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 966
            aload 4
            areturn
         4: .line 969
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 970
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 971
            aload 3
            athrow
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableFloatCollection target
        end local 1 // org.eclipse.collections.api.block.function.primitive.FloatFunction floatFunction
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  floatFunction  Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;
            0    7     2         target  TR;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;>(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;TR;)TR;
    MethodParameters:
               Name  Flags
      floatFunction  
      target         

  public <R extends org.eclipse.collections.api.collection.primitive.MutableIntCollection> R collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction<? super T>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.primitive.IntFunction intFunction
        start local 2 // org.eclipse.collections.api.collection.primitive.MutableIntCollection target
         0: .line 977
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 980
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* intFunction */
            aload 2 /* target */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.collectInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
            astore 4
         2: .line 984
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 980
            aload 4
            areturn
         4: .line 983
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 984
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 985
            aload 3
            athrow
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableIntCollection target
        end local 1 // org.eclipse.collections.api.block.function.primitive.IntFunction intFunction
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  intFunction  Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;
            0    7     2       target  TR;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;>(Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;TR;)TR;
    MethodParameters:
             Name  Flags
      intFunction  
      target       

  public <R extends org.eclipse.collections.api.collection.primitive.MutableLongCollection> R collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction<? super T>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.primitive.LongFunction longFunction
        start local 2 // org.eclipse.collections.api.collection.primitive.MutableLongCollection target
         0: .line 991
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 994
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* longFunction */
            aload 2 /* target */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.collectLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
            astore 4
         2: .line 998
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 994
            aload 4
            areturn
         4: .line 997
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 998
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 999
            aload 3
            athrow
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableLongCollection target
        end local 1 // org.eclipse.collections.api.block.function.primitive.LongFunction longFunction
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  longFunction  Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;
            0    7     2        target  TR;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;>(Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;TR;)TR;
    MethodParameters:
              Name  Flags
      longFunction  
      target        

  public <R extends org.eclipse.collections.api.collection.primitive.MutableShortCollection> R collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction<? super T>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.primitive.ShortFunction shortFunction
        start local 2 // org.eclipse.collections.api.collection.primitive.MutableShortCollection target
         0: .line 1005
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1008
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* shortFunction */
            aload 2 /* target */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.collectShort:(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
            astore 4
         2: .line 1012
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1008
            aload 4
            areturn
         4: .line 1011
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 1012
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1013
            aload 3
            athrow
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableShortCollection target
        end local 1 // org.eclipse.collections.api.block.function.primitive.ShortFunction shortFunction
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  shortFunction  Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TT;>;
            0    7     2         target  TR;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;>(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TT;>;TR;)TR;
    MethodParameters:
               Name  Flags
      shortFunction  
      target         

  public <V, R extends java.util.Collection<V>> R flatCollect(org.eclipse.collections.api.block.function.Function<? super T, ? extends java.lang.Iterable<V>>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.Function function
        start local 2 // java.util.Collection target
         0: .line 1021
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1024
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* function */
            aload 2 /* target */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.flatCollect:(Lorg/eclipse/collections/api/block/function/Function;Ljava/util/Collection;)Ljava/util/Collection;
            astore 4
         2: .line 1028
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1024
            aload 4
            areturn
         4: .line 1027
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 1028
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1029
            aload 3
            athrow
        end local 2 // java.util.Collection target
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;
            0    7     2    target  TR;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <V:Ljava/lang/Object;R::Ljava/util/Collection<TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;TR;)TR;
    MethodParameters:
          Name  Flags
      function  
      target    

  public <V, R extends java.util.Collection<V>> R 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;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        start local 2 // org.eclipse.collections.api.block.function.Function function
        start local 3 // java.util.Collection target
         0: .line 1038
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1041
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* predicate */
            aload 2 /* function */
            aload 3 /* target */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.collectIf:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;Ljava/util/Collection;)Ljava/util/Collection;
            astore 5
         2: .line 1045
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1041
            aload 5
            areturn
         4: .line 1044
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         5: .line 1045
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1046
            aload 4
            athrow
        end local 3 // java.util.Collection target
        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.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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;>;
            0    7     3     target  TR;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <V:Ljava/lang/Object;R::Ljava/util/Collection<TV;>;>(Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;TR;)TR;
    MethodParameters:
           Name  Flags
      predicate  
      function   
      target     

  public <P, V, R extends java.util.Collection<V>> R 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;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.Function2 function
        start local 2 // java.lang.Object parameter
        start local 3 // java.util.Collection targetCollection
         0: .line 1055
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1058
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* function */
            aload 2 /* parameter */
            aload 3 /* targetCollection */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.collectWith:(Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
            astore 5
         2: .line 1062
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1058
            aload 5
            areturn
         4: .line 1061
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         5: .line 1062
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1063
            aload 4
            athrow
        end local 3 // java.util.Collection targetCollection
        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.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1          function  Lorg/eclipse/collections/api/block/function/Function2<-TT;-TP;+TV;>;
            0    7     2         parameter  TP;
            0    7     3  targetCollection  TR;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <P:Ljava/lang/Object;V:Ljava/lang/Object;R::Ljava/util/Collection<TV;>;>(Lorg/eclipse/collections/api/block/function/Function2<-TT;-TP;+TV;>;TP;TR;)TR;
    MethodParameters:
                  Name  Flags
      function          
      parameter         
      targetCollection  

  public <P, R extends java.util.Collection<T>> R selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
        start local 3 // java.util.Collection targetCollection
         0: .line 1072
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1075
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* predicate */
            aload 2 /* parameter */
            aload 3 /* targetCollection */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
            astore 5
         2: .line 1079
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1075
            aload 5
            areturn
         4: .line 1078
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         5: .line 1079
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1080
            aload 4
            athrow
        end local 3 // java.util.Collection targetCollection
        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.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1         predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    7     2         parameter  TP;
            0    7     3  targetCollection  TR;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <P:Ljava/lang/Object;R::Ljava/util/Collection<TT;>;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;TR;)TR;
    MethodParameters:
                  Name  Flags
      predicate         
      parameter         
      targetCollection  

  public <R extends java.util.Collection<T>> R reject(org.eclipse.collections.api.block.predicate.Predicate<? super T>, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        start local 2 // java.util.Collection target
         0: .line 1088
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1091
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* predicate */
            aload 2 /* target */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;Ljava/util/Collection;)Ljava/util/Collection;
            astore 4
         2: .line 1095
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1091
            aload 4
            areturn
         4: .line 1094
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 1095
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1096
            aload 3
            athrow
        end local 2 // java.util.Collection target
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            0    7     2     target  TR;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <R::Ljava/util/Collection<TT;>;>(Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;TR;)TR;
    MethodParameters:
           Name  Flags
      predicate  
      target     

  public <P, R extends java.util.Collection<T>> R rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
        start local 3 // java.util.Collection targetCollection
         0: .line 1105
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1108
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* predicate */
            aload 2 /* parameter */
            aload 3 /* targetCollection */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
            astore 5
         2: .line 1112
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1108
            aload 5
            areturn
         4: .line 1111
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         5: .line 1112
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1113
            aload 4
            athrow
        end local 3 // java.util.Collection targetCollection
        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.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1         predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    7     2         parameter  TP;
            0    7     3  targetCollection  TR;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <P:Ljava/lang/Object;R::Ljava/util/Collection<TT;>;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;TR;)TR;
    MethodParameters:
                  Name  Flags
      predicate         
      parameter         
      targetCollection  

  public <R extends java.util.Collection<T>> R select(org.eclipse.collections.api.block.predicate.Predicate<? super T>, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        start local 2 // java.util.Collection target
         0: .line 1119
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1122
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* predicate */
            aload 2 /* target */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;Ljava/util/Collection;)Ljava/util/Collection;
            astore 4
         2: .line 1126
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1122
            aload 4
            areturn
         4: .line 1125
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 1126
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1127
            aload 3
            athrow
        end local 2 // java.util.Collection target
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            0    7     2     target  TR;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <R::Ljava/util/Collection<TT;>;>(Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;TR;)TR;
    MethodParameters:
           Name  Flags
      predicate  
      target     

  public <IV> IV injectInto(IV, org.eclipse.collections.api.block.function.Function2<? super IV, ? super T, ? extends IV>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function2;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.Function2 function
         0: .line 1135
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1138
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* injectedValue */
            aload 2 /* function */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.injectInto:(Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function2;)Ljava/lang/Object;
            astore 4
         2: .line 1142
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1138
            aload 4
            areturn
         4: .line 1141
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 1142
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1143
            aload 3
            athrow
        end local 2 // org.eclipse.collections.api.block.function.Function2 function
        end local 1 // java.lang.Object injectedValue
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  injectedValue  TIV;
            0    7     2       function  Lorg/eclipse/collections/api/block/function/Function2<-TIV;-TT;+TIV;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <IV:Ljava/lang/Object;>(TIV;Lorg/eclipse/collections/api/block/function/Function2<-TIV;-TT;+TIV;>;)TIV;
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  public int injectInto(int, org.eclipse.collections.api.block.function.primitive.IntObjectToIntFunction<? super T>);
    descriptor: (ILorg/eclipse/collections/api/block/function/primitive/IntObjectToIntFunction;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // int injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.IntObjectToIntFunction function
         0: .line 1149
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1152
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            iload 1 /* injectedValue */
            aload 2 /* function */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.injectInto:(ILorg/eclipse/collections/api/block/function/primitive/IntObjectToIntFunction;)I
            istore 4
         2: .line 1156
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1152
            iload 4
            ireturn
         4: .line 1155
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 1156
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1157
            aload 3
            athrow
        end local 2 // org.eclipse.collections.api.block.function.primitive.IntObjectToIntFunction function
        end local 1 // int injectedValue
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  injectedValue  I
            0    7     2       function  Lorg/eclipse/collections/api/block/function/primitive/IntObjectToIntFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (ILorg/eclipse/collections/api/block/function/primitive/IntObjectToIntFunction<-TT;>;)I
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  public long injectInto(long, org.eclipse.collections.api.block.function.primitive.LongObjectToLongFunction<? super T>);
    descriptor: (JLorg/eclipse/collections/api/block/function/primitive/LongObjectToLongFunction;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // long injectedValue
        start local 3 // org.eclipse.collections.api.block.function.primitive.LongObjectToLongFunction function
         0: .line 1163
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1166
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            lload 1 /* injectedValue */
            aload 3 /* function */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.injectInto:(JLorg/eclipse/collections/api/block/function/primitive/LongObjectToLongFunction;)J
            lstore 5
         2: .line 1170
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1166
            lload 5
            lreturn
         4: .line 1169
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         5: .line 1170
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1171
            aload 4
            athrow
        end local 3 // org.eclipse.collections.api.block.function.primitive.LongObjectToLongFunction function
        end local 1 // long injectedValue
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  injectedValue  J
            0    7     3       function  Lorg/eclipse/collections/api/block/function/primitive/LongObjectToLongFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (JLorg/eclipse/collections/api/block/function/primitive/LongObjectToLongFunction<-TT;>;)J
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  public double injectInto(double, org.eclipse.collections.api.block.function.primitive.DoubleObjectToDoubleFunction<? super T>);
    descriptor: (DLorg/eclipse/collections/api/block/function/primitive/DoubleObjectToDoubleFunction;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // double injectedValue
        start local 3 // org.eclipse.collections.api.block.function.primitive.DoubleObjectToDoubleFunction function
         0: .line 1177
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1180
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            dload 1 /* injectedValue */
            aload 3 /* function */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.injectInto:(DLorg/eclipse/collections/api/block/function/primitive/DoubleObjectToDoubleFunction;)D
            dstore 5
         2: .line 1184
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1180
            dload 5
            dreturn
         4: .line 1183
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         5: .line 1184
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1185
            aload 4
            athrow
        end local 3 // org.eclipse.collections.api.block.function.primitive.DoubleObjectToDoubleFunction function
        end local 1 // double injectedValue
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  injectedValue  D
            0    7     3       function  Lorg/eclipse/collections/api/block/function/primitive/DoubleObjectToDoubleFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (DLorg/eclipse/collections/api/block/function/primitive/DoubleObjectToDoubleFunction<-TT;>;)D
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  public float injectInto(float, org.eclipse.collections.api.block.function.primitive.FloatObjectToFloatFunction<? super T>);
    descriptor: (FLorg/eclipse/collections/api/block/function/primitive/FloatObjectToFloatFunction;)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // float injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.FloatObjectToFloatFunction function
         0: .line 1191
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1194
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            fload 1 /* injectedValue */
            aload 2 /* function */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.injectInto:(FLorg/eclipse/collections/api/block/function/primitive/FloatObjectToFloatFunction;)F
            fstore 4
         2: .line 1198
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1194
            fload 4
            freturn
         4: .line 1197
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 1198
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1199
            aload 3
            athrow
        end local 2 // org.eclipse.collections.api.block.function.primitive.FloatObjectToFloatFunction function
        end local 1 // float injectedValue
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  injectedValue  F
            0    7     2       function  Lorg/eclipse/collections/api/block/function/primitive/FloatObjectToFloatFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (FLorg/eclipse/collections/api/block/function/primitive/FloatObjectToFloatFunction<-TT;>;)F
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  public long sumOfInt(org.eclipse.collections.api.block.function.primitive.IntFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.primitive.IntFunction function
         0: .line 1205
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1208
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.sumOfInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)J
            lstore 3
         2: .line 1212
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1208
            lload 3
            lreturn
         4: .line 1211
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1212
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1213
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.IntFunction function
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  function  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;>;)J
    MethodParameters:
          Name  Flags
      function  

  public double sumOfFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.primitive.FloatFunction function
         0: .line 1219
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1222
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.sumOfFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)D
            dstore 3
         2: .line 1226
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1222
            dload 3
            dreturn
         4: .line 1225
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1226
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1227
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.FloatFunction function
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  function  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;>;)D
    MethodParameters:
          Name  Flags
      function  

  public long sumOfLong(org.eclipse.collections.api.block.function.primitive.LongFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.primitive.LongFunction function
         0: .line 1233
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1236
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.sumOfLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)J
            lstore 3
         2: .line 1240
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1236
            lload 3
            lreturn
         4: .line 1239
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1240
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1241
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.LongFunction function
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  function  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;>;)J
    MethodParameters:
          Name  Flags
      function  

  public double sumOfDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleFunction function
         0: .line 1247
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1250
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.sumOfDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)D
            dstore 3
         2: .line 1254
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1250
            dload 3
            dreturn
         4: .line 1253
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1254
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1255
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleFunction function
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  function  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;>;)D
    MethodParameters:
          Name  Flags
      function  

  public <V> org.eclipse.collections.api.map.primitive.MutableObjectLongMap<V> sumByInt(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, org.eclipse.collections.api.block.function.primitive.IntFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/map/primitive/MutableObjectLongMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.Function groupBy
        start local 2 // org.eclipse.collections.api.block.function.primitive.IntFunction function
         0: .line 1261
            getstatic org.eclipse.collections.impl.factory.primitive.ObjectLongMaps.mutable:Lorg/eclipse/collections/api/factory/map/primitive/MutableObjectLongMapFactory;
            invokeinterface org.eclipse.collections.api.factory.map.primitive.MutableObjectLongMapFactory.empty:()Lorg/eclipse/collections/api/map/primitive/MutableObjectLongMap;
            astore 3 /* result */
        start local 3 // org.eclipse.collections.api.map.primitive.MutableObjectLongMap result
         1: .line 1262
            aload 0 /* this */
            aload 3 /* result */
            aload 1 /* groupBy */
            aload 2 /* function */
            invokestatic org.eclipse.collections.impl.block.factory.PrimitiveFunctions.sumByIntFunction:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/block/function/Function2;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.injectInto:(Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function2;)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.map.primitive.MutableObjectLongMap
            areturn
        end local 3 // org.eclipse.collections.api.map.primitive.MutableObjectLongMap result
        end local 2 // org.eclipse.collections.api.block.function.primitive.IntFunction function
        end local 1 // org.eclipse.collections.api.block.function.Function groupBy
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    2     1   groupBy  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            0    2     2  function  Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;
            1    2     3    result  Lorg/eclipse/collections/api/map/primitive/MutableObjectLongMap<TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;)Lorg/eclipse/collections/api/map/primitive/MutableObjectLongMap<TV;>;
    MethodParameters:
          Name  Flags
      groupBy   
      function  

  public <V> org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap<V> sumByFloat(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, org.eclipse.collections.api.block.function.primitive.FloatFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.Function groupBy
        start local 2 // org.eclipse.collections.api.block.function.primitive.FloatFunction function
         0: .line 1268
            getstatic org.eclipse.collections.impl.factory.primitive.ObjectDoubleMaps.mutable:Lorg/eclipse/collections/api/factory/map/primitive/MutableObjectDoubleMapFactory;
            invokeinterface org.eclipse.collections.api.factory.map.primitive.MutableObjectDoubleMapFactory.empty:()Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
            astore 3 /* result */
        start local 3 // org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap result
         1: .line 1269
            aload 0 /* this */
            aload 3 /* result */
            aload 1 /* groupBy */
            aload 2 /* function */
            invokestatic org.eclipse.collections.impl.block.factory.PrimitiveFunctions.sumByFloatFunction:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/block/function/Function2;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.injectInto:(Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function2;)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap
            areturn
        end local 3 // org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap result
        end local 2 // org.eclipse.collections.api.block.function.primitive.FloatFunction function
        end local 1 // org.eclipse.collections.api.block.function.Function groupBy
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    2     1   groupBy  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            0    2     2  function  Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;
            1    2     3    result  Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap<TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap<TV;>;
    MethodParameters:
          Name  Flags
      groupBy   
      function  

  public <V> org.eclipse.collections.api.map.primitive.MutableObjectLongMap<V> sumByLong(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, org.eclipse.collections.api.block.function.primitive.LongFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/map/primitive/MutableObjectLongMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.Function groupBy
        start local 2 // org.eclipse.collections.api.block.function.primitive.LongFunction function
         0: .line 1275
            getstatic org.eclipse.collections.impl.factory.primitive.ObjectLongMaps.mutable:Lorg/eclipse/collections/api/factory/map/primitive/MutableObjectLongMapFactory;
            invokeinterface org.eclipse.collections.api.factory.map.primitive.MutableObjectLongMapFactory.empty:()Lorg/eclipse/collections/api/map/primitive/MutableObjectLongMap;
            astore 3 /* result */
        start local 3 // org.eclipse.collections.api.map.primitive.MutableObjectLongMap result
         1: .line 1276
            aload 0 /* this */
            aload 3 /* result */
            aload 1 /* groupBy */
            aload 2 /* function */
            invokestatic org.eclipse.collections.impl.block.factory.PrimitiveFunctions.sumByLongFunction:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/block/function/Function2;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.injectInto:(Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function2;)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.map.primitive.MutableObjectLongMap
            areturn
        end local 3 // org.eclipse.collections.api.map.primitive.MutableObjectLongMap result
        end local 2 // org.eclipse.collections.api.block.function.primitive.LongFunction function
        end local 1 // org.eclipse.collections.api.block.function.Function groupBy
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    2     1   groupBy  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            0    2     2  function  Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;
            1    2     3    result  Lorg/eclipse/collections/api/map/primitive/MutableObjectLongMap<TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;)Lorg/eclipse/collections/api/map/primitive/MutableObjectLongMap<TV;>;
    MethodParameters:
          Name  Flags
      groupBy   
      function  

  public <V> org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap<V> sumByDouble(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.Function groupBy
        start local 2 // org.eclipse.collections.api.block.function.primitive.DoubleFunction function
         0: .line 1282
            getstatic org.eclipse.collections.impl.factory.primitive.ObjectDoubleMaps.mutable:Lorg/eclipse/collections/api/factory/map/primitive/MutableObjectDoubleMapFactory;
            invokeinterface org.eclipse.collections.api.factory.map.primitive.MutableObjectDoubleMapFactory.empty:()Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
            astore 3 /* result */
        start local 3 // org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap result
         1: .line 1283
            aload 0 /* this */
            aload 3 /* result */
            aload 1 /* groupBy */
            aload 2 /* function */
            invokestatic org.eclipse.collections.impl.block.factory.PrimitiveFunctions.sumByDoubleFunction:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/block/function/Function2;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.injectInto:(Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function2;)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap
            areturn
        end local 3 // org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap result
        end local 2 // org.eclipse.collections.api.block.function.primitive.DoubleFunction function
        end local 1 // org.eclipse.collections.api.block.function.Function groupBy
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    2     1   groupBy  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            0    2     2  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;
            1    2     3    result  Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap<TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap<TV;>;
    MethodParameters:
          Name  Flags
      groupBy   
      function  

  public <IV, P> IV injectIntoWith(IV, org.eclipse.collections.api.block.function.Function3<? super IV, ? super T, ? super P, ? extends IV>, );
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function3;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Object injectValue
        start local 2 // org.eclipse.collections.api.block.function.Function3 function
        start local 3 // java.lang.Object parameter
         0: .line 1292
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1295
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* injectValue */
            aload 2 /* function */
            aload 3 /* parameter */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.injectIntoWith:(Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function3;Ljava/lang/Object;)Ljava/lang/Object;
            astore 5
         2: .line 1299
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1295
            aload 5
            areturn
         4: .line 1298
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         5: .line 1299
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1300
            aload 4
            athrow
        end local 3 // java.lang.Object parameter
        end local 2 // org.eclipse.collections.api.block.function.Function3 function
        end local 1 // java.lang.Object injectValue
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  injectValue  TIV;
            0    7     2     function  Lorg/eclipse/collections/api/block/function/Function3<-TIV;-TT;-TP;+TIV;>;
            0    7     3    parameter  TP;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <IV:Ljava/lang/Object;P:Ljava/lang/Object;>(TIV;Lorg/eclipse/collections/api/block/function/Function3<-TIV;-TT;-TP;+TIV;>;TP;)TIV;
    MethodParameters:
             Name  Flags
      injectValue  
      function     
      parameter    

  public boolean removeIf(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 1306
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireWriteLock:()V
         1: .line 1309
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.removeIf:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
            istore 3
         2: .line 1313
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockWriteLock:()V
         3: .line 1309
            iload 3
            ireturn
         4: .line 1312
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1313
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockWriteLock:()V
         6: .line 1314
            aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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;>;)Z
    MethodParameters:
           Name  Flags
      predicate  

  public <P> boolean removeIfWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 1322
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireWriteLock:()V
         1: .line 1325
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.removeIfWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Z
            istore 4
         2: .line 1329
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockWriteLock:()V
         3: .line 1325
            iload 4
            ireturn
         4: .line 1328
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 1329
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockWriteLock:()V
         6: .line 1330
            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.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<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;)Z
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public boolean add();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Object item
         0: .line 1336
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireWriteLock:()V
         1: .line 1339
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* item */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.add:(Ljava/lang/Object;)Z
            istore 3
         2: .line 1343
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockWriteLock:()V
         3: .line 1339
            iload 3
            ireturn
         4: .line 1342
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1343
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockWriteLock:()V
         6: .line 1344
            aload 2
            athrow
        end local 1 // java.lang.Object item
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  item  TT;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (TT;)Z
    MethodParameters:
      Name  Flags
      item  

  public boolean addAll(java.util.Collection<? extends T>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Collection collection
         0: .line 1350
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireWriteLock:()V
         1: .line 1353
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* collection */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.addAll:(Ljava/util/Collection;)Z
            istore 3
         2: .line 1357
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockWriteLock:()V
         3: .line 1353
            iload 3
            ireturn
         4: .line 1356
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1357
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockWriteLock:()V
         6: .line 1358
            aload 2
            athrow
        end local 1 // java.util.Collection collection
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  collection  Ljava/util/Collection<+TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Ljava/util/Collection<+TT;>;)Z
    MethodParameters:
            Name  Flags
      collection  

  public boolean addAllIterable(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Iterable iterable
         0: .line 1364
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireWriteLock:()V
         1: .line 1367
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* iterable */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.addAllIterable:(Ljava/lang/Iterable;)Z
            istore 3
         2: .line 1371
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockWriteLock:()V
         3: .line 1367
            iload 3
            ireturn
         4: .line 1370
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1371
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockWriteLock:()V
         6: .line 1372
            aload 2
            athrow
        end local 1 // java.lang.Iterable iterable
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  iterable  Ljava/lang/Iterable<+TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Ljava/lang/Iterable<+TT;>;)Z
    MethodParameters:
          Name  Flags
      iterable  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 1378
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireWriteLock:()V
         1: .line 1381
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.clear:()V
         2: .line 1382
            goto 6
         3: .line 1384
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         4: .line 1385
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockWriteLock:()V
         5: .line 1386
            aload 1
            athrow
         6: .line 1385
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockWriteLock:()V
         7: .line 1387
            return
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
      Exception table:
        from    to  target  type
           1     3       3  any

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 1392
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1395
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.isEmpty:()Z
            istore 2
         2: .line 1399
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1395
            iload 2
            ireturn
         4: .line 1398
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 1399
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1400
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any

  public java.util.Iterator<T> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 1428
            new java.lang.UnsupportedOperationException
            dup
         1: .line 1429
            ldc "Iterator is not supported directly on MultiReader collections.  If you would like to use an iterator, you must either use withReadLockAndDelegate() or withWriteLockAndDelegate()."
         2: .line 1428
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
    Signature: ()Ljava/util/Iterator<TT;>;

  public java.util.Spliterator<T> spliterator();
    descriptor: ()Ljava/util/Spliterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 1441
            new java.lang.UnsupportedOperationException
            dup
         1: .line 1442
            ldc "Spliterator is not supported directly on MultiReader collections.  If you would like to use an spliterator, you must either use withReadLockAndDelegate() or withWriteLockAndDelegate()."
         2: .line 1441
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
    Signature: ()Ljava/util/Spliterator<TT;>;

  public java.util.stream.Stream<T> stream();
    descriptor: ()Ljava/util/stream/Stream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 1454
            new java.lang.UnsupportedOperationException
            dup
         1: .line 1455
            ldc "Stream is not supported directly on MultiReader collections.  If you would like to use stream, you must either use withReadLockAndDelegate() or withWriteLockAndDelegate()."
         2: .line 1454
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
    Signature: ()Ljava/util/stream/Stream<TT;>;

  public java.util.stream.Stream<T> parallelStream();
    descriptor: ()Ljava/util/stream/Stream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 1467
            new java.lang.UnsupportedOperationException
            dup
         1: .line 1468
            ldc "parallelStream is not supported directly on MultiReader collections.  If you would like to use parallelStream, you must either use withReadLockAndDelegate() or withWriteLockAndDelegate()."
         2: .line 1467
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
    Signature: ()Ljava/util/stream/Stream<TT;>;

  public boolean remove(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.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Object item
         0: .line 1475
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireWriteLock:()V
         1: .line 1478
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* item */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.remove:(Ljava/lang/Object;)Z
            istore 3
         2: .line 1482
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockWriteLock:()V
         3: .line 1478
            iload 3
            ireturn
         4: .line 1481
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1482
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockWriteLock:()V
         6: .line 1483
            aload 2
            athrow
        end local 1 // java.lang.Object item
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  item  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     2       4  any
    MethodParameters:
      Name  Flags
      item  

  public boolean removeAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Collection collection
         0: .line 1489
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireWriteLock:()V
         1: .line 1492
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* collection */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.removeAll:(Ljava/util/Collection;)Z
            istore 3
         2: .line 1496
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockWriteLock:()V
         3: .line 1492
            iload 3
            ireturn
         4: .line 1495
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1496
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockWriteLock:()V
         6: .line 1497
            aload 2
            athrow
        end local 1 // java.util.Collection collection
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  collection  Ljava/util/Collection<*>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
            Name  Flags
      collection  

  public boolean removeAllIterable(java.lang.Iterable<?>);
    descriptor: (Ljava/lang/Iterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Iterable iterable
         0: .line 1503
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireWriteLock:()V
         1: .line 1506
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* iterable */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.removeAllIterable:(Ljava/lang/Iterable;)Z
            istore 3
         2: .line 1510
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockWriteLock:()V
         3: .line 1506
            iload 3
            ireturn
         4: .line 1509
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1510
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockWriteLock:()V
         6: .line 1511
            aload 2
            athrow
        end local 1 // java.lang.Iterable iterable
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  iterable  Ljava/lang/Iterable<*>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Ljava/lang/Iterable<*>;)Z
    MethodParameters:
          Name  Flags
      iterable  

  public boolean retainAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Collection collection
         0: .line 1517
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireWriteLock:()V
         1: .line 1520
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* collection */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.retainAll:(Ljava/util/Collection;)Z
            istore 3
         2: .line 1524
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockWriteLock:()V
         3: .line 1520
            iload 3
            ireturn
         4: .line 1523
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1524
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockWriteLock:()V
         6: .line 1525
            aload 2
            athrow
        end local 1 // java.util.Collection collection
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  collection  Ljava/util/Collection<*>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
            Name  Flags
      collection  

  public boolean retainAllIterable(java.lang.Iterable<?>);
    descriptor: (Ljava/lang/Iterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Iterable iterable
         0: .line 1531
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireWriteLock:()V
         1: .line 1534
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* iterable */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.retainAllIterable:(Ljava/lang/Iterable;)Z
            istore 3
         2: .line 1538
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockWriteLock:()V
         3: .line 1534
            iload 3
            ireturn
         4: .line 1537
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1538
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockWriteLock:()V
         6: .line 1539
            aload 2
            athrow
        end local 1 // java.lang.Iterable iterable
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  iterable  Ljava/lang/Iterable<*>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Ljava/lang/Iterable<*>;)Z
    MethodParameters:
          Name  Flags
      iterable  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 1545
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1548
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.size:()I
            istore 2
         2: .line 1552
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1548
            iload 2
            ireturn
         4: .line 1551
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 1552
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1553
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 1559
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1562
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.toArray:()[Ljava/lang/Object;
            astore 2
         2: .line 1566
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1562
            aload 2
            areturn
         4: .line 1565
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 1566
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1567
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any

  public <E> E[] toArray();
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Object[] a
         0: .line 1573
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1576
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* a */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            astore 3
         2: .line 1580
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1576
            aload 3
            areturn
         4: .line 1579
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1580
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1581
            aload 2
            athrow
        end local 1 // java.lang.Object[] a
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1     a  [Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <E:Ljava/lang/Object;>([TE;)[TE;
    MethodParameters:
      Name  Flags
      a     

  public void forEach(org.eclipse.collections.api.block.procedure.Procedure<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 1587
            aload 0 /* this */
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.each:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         1: .line 1588
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public void each(org.eclipse.collections.api.block.procedure.Procedure<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 1593
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1596
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* procedure */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         2: .line 1597
            goto 6
         3: .line 1599
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         4: .line 1600
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         5: .line 1601
            aload 2
            athrow
         6: .line 1600
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         7: .line 1602
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    8     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
      Exception table:
        from    to  target  type
           1     3       3  any
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public <P> void forEachWith(org.eclipse.collections.api.block.procedure.Procedure2<? super T, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        start local 2 // java.lang.Object parameter
         0: .line 1607
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1610
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* procedure */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.forEachWith:(Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
         2: .line 1611
            goto 6
         3: .line 1613
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         4: .line 1614
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         5: .line 1615
            aload 3
            athrow
         6: .line 1614
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         7: .line 1616
            return
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    8     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;
            0    8     2  parameter  TP;
      Exception table:
        from    to  target  type
           1     3       3  any
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;TP;)V
    MethodParameters:
           Name  Flags
      procedure  
      parameter  

  public void forEachWithIndex(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.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
         0: .line 1621
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1624
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* objectIntProcedure */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.forEachWithIndex:(Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
         2: .line 1625
            goto 6
         3: .line 1627
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         4: .line 1628
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         5: .line 1629
            aload 2
            athrow
         6: .line 1628
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         7: .line 1630
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    8     0                this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    8     1  objectIntProcedure  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
      objectIntProcedure  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 1635
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1638
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.toString:()Ljava/lang/String;
            astore 2
         2: .line 1642
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1638
            aload 2
            areturn
         4: .line 1641
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 1642
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1643
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any

  public java.lang.String makeString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 1649
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1652
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.makeString:()Ljava/lang/String;
            astore 2
         2: .line 1656
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1652
            aload 2
            areturn
         4: .line 1655
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 1656
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1657
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any

  public java.lang.String makeString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.String separator
         0: .line 1663
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1666
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* separator */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.makeString:(Ljava/lang/String;)Ljava/lang/String;
            astore 3
         2: .line 1670
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1666
            aload 3
            areturn
         4: .line 1669
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1670
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1671
            aload 2
            athrow
        end local 1 // java.lang.String separator
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  separator  Ljava/lang/String;
      Exception table:
        from    to  target  type
           1     2       4  any
    MethodParameters:
           Name  Flags
      separator  

  public java.lang.String makeString(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.String start
        start local 2 // java.lang.String separator
        start local 3 // java.lang.String end
         0: .line 1677
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1680
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* start */
            aload 2 /* separator */
            aload 3 /* end */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 5
         2: .line 1684
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1680
            aload 5
            areturn
         4: .line 1683
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         5: .line 1684
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1685
            aload 4
            athrow
        end local 3 // java.lang.String end
        end local 2 // java.lang.String separator
        end local 1 // java.lang.String start
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1      start  Ljava/lang/String;
            0    7     2  separator  Ljava/lang/String;
            0    7     3        end  Ljava/lang/String;
      Exception table:
        from    to  target  type
           1     2       4  any
    MethodParameters:
           Name  Flags
      start      
      separator  
      end        

  public void appendString(java.lang.Appendable);
    descriptor: (Ljava/lang/Appendable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Appendable appendable
         0: .line 1691
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1694
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* appendable */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.appendString:(Ljava/lang/Appendable;)V
         2: .line 1695
            goto 6
         3: .line 1697
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         4: .line 1698
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         5: .line 1699
            aload 2
            athrow
         6: .line 1698
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         7: .line 1700
            return
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    8     1  appendable  Ljava/lang/Appendable;
      Exception table:
        from    to  target  type
           1     3       3  any
    MethodParameters:
            Name  Flags
      appendable  

  public void appendString(java.lang.Appendable, java.lang.String);
    descriptor: (Ljava/lang/Appendable;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String separator
         0: .line 1705
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1708
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* appendable */
            aload 2 /* separator */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.appendString:(Ljava/lang/Appendable;Ljava/lang/String;)V
         2: .line 1709
            goto 6
         3: .line 1711
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         4: .line 1712
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         5: .line 1713
            aload 3
            athrow
         6: .line 1712
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         7: .line 1714
            return
        end local 2 // java.lang.String separator
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    8     1  appendable  Ljava/lang/Appendable;
            0    8     2   separator  Ljava/lang/String;
      Exception table:
        from    to  target  type
           1     3       3  any
    MethodParameters:
            Name  Flags
      appendable  
      separator   

  public void appendString(java.lang.Appendable, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String start
        start local 3 // java.lang.String separator
        start local 4 // java.lang.String end
         0: .line 1719
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1722
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* appendable */
            aload 2 /* start */
            aload 3 /* separator */
            aload 4 /* end */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         2: .line 1723
            goto 6
         3: .line 1725
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         4: .line 1726
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         5: .line 1727
            aload 5
            athrow
         6: .line 1726
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         7: .line 1728
            return
        end local 4 // java.lang.String end
        end local 3 // java.lang.String separator
        end local 2 // java.lang.String start
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    8     1  appendable  Ljava/lang/Appendable;
            0    8     2       start  Ljava/lang/String;
            0    8     3   separator  Ljava/lang/String;
            0    8     4         end  Ljava/lang/String;
      Exception table:
        from    to  target  type
           1     3       3  any
    MethodParameters:
            Name  Flags
      appendable  
      start       
      separator   
      end         

  public <V, R extends org.eclipse.collections.api.multimap.MutableMultimap<V, T>> R 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/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.Function function
        start local 2 // org.eclipse.collections.api.multimap.MutableMultimap target
         0: .line 1735
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1738
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* function */
            aload 2 /* target */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.groupBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
            astore 4
         2: .line 1742
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1738
            aload 4
            areturn
         4: .line 1741
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 1742
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1743
            aload 3
            athrow
        end local 2 // org.eclipse.collections.api.multimap.MutableMultimap target
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            0    7     2    target  TR;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <V:Ljava/lang/Object;R::Lorg/eclipse/collections/api/multimap/MutableMultimap<TV;TT;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;TR;)TR;
    MethodParameters:
          Name  Flags
      function  
      target    

  public <V, R extends org.eclipse.collections.api.multimap.MutableMultimap<V, T>> R 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/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.Function function
        start local 2 // org.eclipse.collections.api.multimap.MutableMultimap target
         0: .line 1751
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1754
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* function */
            aload 2 /* target */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
            astore 4
         2: .line 1758
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1754
            aload 4
            areturn
         4: .line 1757
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 1758
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1759
            aload 3
            athrow
        end local 2 // org.eclipse.collections.api.multimap.MutableMultimap target
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;
            0    7     2    target  TR;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <V:Ljava/lang/Object;R::Lorg/eclipse/collections/api/multimap/MutableMultimap<TV;TT;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;TR;)TR;
    MethodParameters:
          Name  Flags
      function  
      target    

  public <V, R extends org.eclipse.collections.api.map.MutableMap<V, T>> R 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;)Lorg/eclipse/collections/api/map/MutableMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.Function function
        start local 2 // org.eclipse.collections.api.map.MutableMap target
         0: .line 1767
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1770
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* function */
            aload 2 /* target */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.groupByUniqueKey:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/map/MutableMap;)Lorg/eclipse/collections/api/map/MutableMap;
            astore 4
         2: .line 1774
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1770
            aload 4
            areturn
         4: .line 1773
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 1774
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1775
            aload 3
            athrow
        end local 2 // org.eclipse.collections.api.map.MutableMap target
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            0    7     2    target  TR;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <V:Ljava/lang/Object;R::Lorg/eclipse/collections/api/map/MutableMap<TV;TT;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;TR;)TR;
    MethodParameters:
          Name  Flags
      function  
      target    

  public <S, R extends java.util.Collection<org.eclipse.collections.api.tuple.Pair<T, S>>> R zip(java.lang.Iterable<S>, );
    descriptor: (Ljava/lang/Iterable;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Iterable that
        start local 2 // java.util.Collection target
         0: .line 1781
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1784
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* that */
            aload 2 /* target */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.zip:(Ljava/lang/Iterable;Ljava/util/Collection;)Ljava/util/Collection;
            astore 4
         2: .line 1788
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1784
            aload 4
            areturn
         4: .line 1787
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 1788
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1789
            aload 3
            athrow
        end local 2 // java.util.Collection target
        end local 1 // java.lang.Iterable that
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1    that  Ljava/lang/Iterable<TS;>;
            0    7     2  target  TR;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <S:Ljava/lang/Object;R::Ljava/util/Collection<Lorg/eclipse/collections/api/tuple/Pair<TT;TS;>;>;>(Ljava/lang/Iterable<TS;>;TR;)TR;
    MethodParameters:
        Name  Flags
      that    
      target  

  public <R extends java.util.Collection<org.eclipse.collections.api.tuple.Pair<T, java.lang.Integer>>> R zipWithIndex();
    descriptor: (Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Collection target
         0: .line 1795
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.acquireReadLock:()V
         1: .line 1798
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* target */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.zipWithIndex:(Ljava/util/Collection;)Ljava/util/Collection;
            astore 3
         2: .line 1802
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         3: .line 1798
            aload 3
            areturn
         4: .line 1801
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1802
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.unlockReadLock:()V
         6: .line 1803
            aload 2
            athrow
        end local 1 // java.util.Collection target
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    7     1  target  TR;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <R::Ljava/util/Collection<Lorg/eclipse/collections/api/tuple/Pair<TT;Ljava/lang/Integer;>;>;>(TR;)TR;
    MethodParameters:
        Name  Flags
      target  

  public <K, V> org.eclipse.collections.api.map.MutableMap<K, V> aggregateInPlaceBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends K>, org.eclipse.collections.api.block.function.Function0<? extends V>, org.eclipse.collections.api.block.procedure.Procedure2<? super V, ? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/procedure/Procedure2;)Lorg/eclipse/collections/api/map/MutableMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.Function groupBy
        start local 2 // org.eclipse.collections.api.block.function.Function0 zeroValueFactory
        start local 3 // org.eclipse.collections.api.block.procedure.Procedure2 mutatingAggregator
         0: .line 1812
            invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.newMap:()Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            astore 4 /* map */
        start local 4 // org.eclipse.collections.api.map.MutableMap map
         1: .line 1813
            aload 0 /* this */
            new org.eclipse.collections.impl.block.procedure.MutatingAggregationProcedure
            dup
            aload 4 /* map */
            aload 1 /* groupBy */
            aload 2 /* zeroValueFactory */
            aload 3 /* mutatingAggregator */
            invokespecial org.eclipse.collections.impl.block.procedure.MutatingAggregationProcedure.<init>:(Lorg/eclipse/collections/api/map/MutableMap;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/procedure/Procedure2;)V
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         2: .line 1814
            aload 4 /* map */
            areturn
        end local 4 // org.eclipse.collections.api.map.MutableMap map
        end local 3 // org.eclipse.collections.api.block.procedure.Procedure2 mutatingAggregator
        end local 2 // org.eclipse.collections.api.block.function.Function0 zeroValueFactory
        end local 1 // org.eclipse.collections.api.block.function.Function groupBy
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    3     1             groupBy  Lorg/eclipse/collections/api/block/function/Function<-TT;+TK;>;
            0    3     2    zeroValueFactory  Lorg/eclipse/collections/api/block/function/Function0<+TV;>;
            0    3     3  mutatingAggregator  Lorg/eclipse/collections/api/block/procedure/Procedure2<-TV;-TT;>;
            1    3     4                 map  Lorg/eclipse/collections/api/map/MutableMap<TK;TV;>;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TK;>;Lorg/eclipse/collections/api/block/function/Function0<+TV;>;Lorg/eclipse/collections/api/block/procedure/Procedure2<-TV;-TT;>;)Lorg/eclipse/collections/api/map/MutableMap<TK;TV;>;
    MethodParameters:
                    Name  Flags
      groupBy             
      zeroValueFactory    
      mutatingAggregator  

  public <K, V> org.eclipse.collections.api.map.MutableMap<K, V> aggregateBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends K>, org.eclipse.collections.api.block.function.Function0<? extends V>, org.eclipse.collections.api.block.function.Function2<? super V, ? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MutableMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // org.eclipse.collections.api.block.function.Function groupBy
        start local 2 // org.eclipse.collections.api.block.function.Function0 zeroValueFactory
        start local 3 // org.eclipse.collections.api.block.function.Function2 nonMutatingAggregator
         0: .line 1823
            invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.newMap:()Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            astore 4 /* map */
        start local 4 // org.eclipse.collections.api.map.MutableMap map
         1: .line 1824
            aload 0 /* this */
            new org.eclipse.collections.impl.block.procedure.NonMutatingAggregationProcedure
            dup
            aload 4 /* map */
            aload 1 /* groupBy */
            aload 2 /* zeroValueFactory */
            aload 3 /* nonMutatingAggregator */
            invokespecial org.eclipse.collections.impl.block.procedure.NonMutatingAggregationProcedure.<init>:(Lorg/eclipse/collections/api/map/MutableMap;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)V
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         2: .line 1825
            aload 4 /* map */
            areturn
        end local 4 // org.eclipse.collections.api.map.MutableMap map
        end local 3 // org.eclipse.collections.api.block.function.Function2 nonMutatingAggregator
        end local 2 // org.eclipse.collections.api.block.function.Function0 zeroValueFactory
        end local 1 // org.eclipse.collections.api.block.function.Function groupBy
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    3     0                   this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0    3     1                groupBy  Lorg/eclipse/collections/api/block/function/Function<-TT;+TK;>;
            0    3     2       zeroValueFactory  Lorg/eclipse/collections/api/block/function/Function0<+TV;>;
            0    3     3  nonMutatingAggregator  Lorg/eclipse/collections/api/block/function/Function2<-TV;-TT;+TV;>;
            1    3     4                    map  Lorg/eclipse/collections/api/map/MutableMap<TK;TV;>;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TK;>;Lorg/eclipse/collections/api/block/function/Function0<+TV;>;Lorg/eclipse/collections/api/block/function/Function2<-TV;-TT;+TV;>;)Lorg/eclipse/collections/api/map/MutableMap<TK;TV;>;
    MethodParameters:
                       Name  Flags
      groupBy                
      zeroValueFactory       
      nonMutatingAggregator  

  public org.eclipse.collections.api.map.primitive.ObjectLongMap sumByInt(org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.primitive.IntFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/map/primitive/ObjectLongMap;
    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.Function
            aload 2
            checkcast org.eclipse.collections.api.block.function.primitive.IntFunction
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.sumByInt:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/map/primitive/MutableObjectLongMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag countBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/Bag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.countBy:(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.map.primitive.ObjectLongMap sumByLong(org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.primitive.LongFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/map/primitive/ObjectLongMap;
    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.Function
            aload 2
            checkcast org.eclipse.collections.api.block.function.primitive.LongFunction
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.sumByLong:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/map/primitive/MutableObjectLongMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.ObjectDoubleMap sumByDouble(org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.primitive.DoubleFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/map/primitive/ObjectDoubleMap;
    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.Function
            aload 2
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleFunction
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.sumByDouble:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable 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/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
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.flatCollectWith:(Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.ObjectDoubleMap sumByFloat(org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.primitive.FloatFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/map/primitive/ObjectDoubleMap;
    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.Function
            aload 2
            checkcast org.eclipse.collections.api.block.function.primitive.FloatFunction
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.sumByFloat:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MapIterable aggregateBy(org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.Function0, org.eclipse.collections.api.block.function.Function2);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MapIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            aload 2
            checkcast org.eclipse.collections.api.block.function.Function0
            aload 3
            checkcast org.eclipse.collections.api.block.function.Function2
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.aggregateBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MutableMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag countByWith(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/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.function.Function2
            aload 2
            checkcast java.lang.Object
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.countByWith:(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.map.MapIterable aggregateInPlaceBy(org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.Function0, org.eclipse.collections.api.block.procedure.Procedure2);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/procedure/Procedure2;)Lorg/eclipse/collections/api/map/MapIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            aload 2
            checkcast org.eclipse.collections.api.block.function.Function0
            aload 3
            checkcast org.eclipse.collections.api.block.procedure.Procedure2
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.aggregateInPlaceBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/procedure/Procedure2;)Lorg/eclipse/collections/api/map/MutableMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/collection/MutableCollection<TT;>;
SourceFile: "AbstractMultiReaderMutableCollection.java"
NestMembers:
  org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$UntouchableMutableCollection
InnerClasses:
  protected abstract UntouchableMutableCollection = org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$UntouchableMutableCollection of org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection