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
{
  protected transient java.util.concurrent.locks.ReadWriteLock lock;
    descriptor: Ljava/util/concurrent/locks/ReadWriteLock;
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  protected transient org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper lockWrapper;
    descriptor: Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  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 93
            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;>;

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    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 // java.lang.Object item
         0: .line 103
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 105
            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
         3: .line 106
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 105
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Object java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 106
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1     item  Ljava/lang/Object;
            2    7     4  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    MethodParameters:
      Name  Flags
      item  

  public boolean containsAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    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 // java.util.Collection collection
         0: .line 112
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 114
            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
         3: .line 115
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 114
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.util.Collection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 115
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  collection  Ljava/util/Collection<*>;
            2    7     4     wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Iterable source
         0: .line 121
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 123
            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
         3: .line 124
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 123
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Iterable java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 124
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1   source  Ljava/lang/Iterable<*>;
            2    7     4  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Object[] elements
         0: .line 130
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 132
            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
         3: .line 133
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 132
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Object[] java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 133
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  elements  [Ljava/lang/Object;
            2    7     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, 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 139
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 141
            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
         3: .line 142
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 141
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.predicate.Predicate java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 142
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            2    7     4    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=6, 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 150
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 152
            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
         3: .line 153
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 152
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 153
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0   11     2  parameter  TP;
            2    7     5    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, 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 159
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 161
            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
         3: .line 162
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 161
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.predicate.Predicate java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 162
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            2    7     4    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=6, 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 170
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 172
            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
         3: .line 173
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 172
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 173
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0   11     2  parameter  TP;
            2    7     5    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, 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 179
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 181
            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
         3: .line 182
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 181
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.predicate.Predicate java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 182
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            2    7     4    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=6, 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
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 192
            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
         3: .line 193
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 192
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 193
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0   11     2  parameter  TP;
            2    7     5    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Collection target
         0: .line 199
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 201
            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;
         3: .line 202
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 201
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.util.Collection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Collection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 202
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1   target  TR;
            2    7     4  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 208
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 210
            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;
         3: .line 211
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 210
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.list.MutableList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 211
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()Lorg/eclipse/collections/api/list/MutableList<TT;>;

  public org.eclipse.collections.api.list.ImmutableList<T> toImmutableList();
    descriptor: ()Lorg/eclipse/collections/api/list/ImmutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 217
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 219
            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.toImmutableList:()Lorg/eclipse/collections/api/list/ImmutableList;
         3: .line 220
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 219
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.list.ImmutableList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 220
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()Lorg/eclipse/collections/api/list/ImmutableList<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=6, 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 228
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 230
            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;
         3: .line 231
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 230
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.map.MutableMap
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 231
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1    keyFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;
            0   11     2  valueFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;
            2    7     5        wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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 <K, V, R extends java.util.Map<K, V>> R toMap(org.eclipse.collections.api.block.function.Function<? super T, ? extends K>, org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;Ljava/util/Map;)Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=4
        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
        start local 3 // java.util.Map target
         0: .line 240
            aconst_null
            astore 4
            aconst_null
            astore 5
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 6 /* wrapper */
        start local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 242
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.getDelegate:()Lorg/eclipse/collections/api/collection/MutableCollection;
            aload 1 /* keyFunction */
            aload 2 /* valueFunction */
            aload 3 /* target */
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.toMap:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;Ljava/util/Map;)Ljava/util/Map;
         3: .line 243
            aload 6 /* wrapper */
            ifnull 4
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 242
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function java.util.Map java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Map
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 4
         6: .line 243
            aload 6 /* wrapper */
            ifnull 7
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 4
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 5
            aload 4
            ifnonnull 9
            aload 5
            astore 4
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 4
            aload 5
            if_acmpeq 10
            aload 4
            aload 5
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 4
            athrow
        end local 3 // java.util.Map target
        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   11     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1    keyFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TK;>;
            0   11     2  valueFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            0   11     3         target  TR;
            2    7     6        wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;R::Ljava/util/Map<TK;TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TK;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;TR;)TR;
    MethodParameters:
               Name  Flags
      keyFunction    
      valueFunction  
      target         

  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=6, 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 251
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 253
            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;
         3: .line 254
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 253
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.map.sorted.MutableSortedMap
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 254
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1    keyFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;
            0   11     2  valueFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;
            2    7     5        wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=7, 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 263
            aconst_null
            astore 4
            aconst_null
            astore 5
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 6 /* wrapper */
        start local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 265
            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;
         3: .line 266
            aload 6 /* wrapper */
            ifnull 4
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 265
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.util.Comparator org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.map.sorted.MutableSortedMap
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 4
         6: .line 266
            aload 6 /* wrapper */
            ifnull 7
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 4
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 5
            aload 4
            ifnonnull 9
            aload 5
            astore 4
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 4
            aload 5
            if_acmpeq 10
            aload 4
            aload 5
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1     comparator  Ljava/util/Comparator<-TNK;>;
            0   11     2    keyFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;
            0   11     3  valueFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;
            2    7     6        wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=7, 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 275
            aconst_null
            astore 4
            aconst_null
            astore 5
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 6 /* wrapper */
        start local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 277
            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;
         3: .line 278
            aload 6 /* wrapper */
            ifnull 4
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 277
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.map.sorted.MutableSortedMap
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 4
         6: .line 278
            aload 6 /* wrapper */
            ifnull 7
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 4
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 5
            aload 4
            ifnonnull 9
            aload 5
            astore 4
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 4
            aload 5
            if_acmpeq 10
            aload 4
            aload 5
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1         sortBy  Lorg/eclipse/collections/api/block/function/Function<-TNK;TKK;>;
            0   11     2    keyFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;
            0   11     3  valueFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;
            2    7     6        wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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 <NK, NV> org.eclipse.collections.api.bimap.MutableBiMap<NK, NV> toBiMap(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/bimap/MutableBiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, 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 286
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 288
            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.toBiMap:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
         3: .line 289
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 288
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.bimap.MutableBiMap
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 289
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1    keyFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;
            0   11     2  valueFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;
            2    7     5        wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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/bimap/MutableBiMap<TNK;TNV;>;
    MethodParameters:
               Name  Flags
      keyFunction    
      valueFunction  

  public org.eclipse.collections.api.LazyIterable<T> asLazy();
    descriptor: ()Lorg/eclipse/collections/api/LazyIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 295
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 297
            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;
         3: .line 298
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 297
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.LazyIterable
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 298
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 304
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 306
            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;
         3: .line 307
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 306
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.MutableSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 307
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()Lorg/eclipse/collections/api/set/MutableSet<TT;>;

  public org.eclipse.collections.api.set.ImmutableSet<T> toImmutableSet();
    descriptor: ()Lorg/eclipse/collections/api/set/ImmutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 313
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 315
            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.toImmutableSet:()Lorg/eclipse/collections/api/set/ImmutableSet;
         3: .line 316
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 315
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.ImmutableSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 316
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;

  public org.eclipse.collections.api.bag.MutableBag<T> toBag();
    descriptor: ()Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 322
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 324
            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;
         3: .line 325
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 324
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.bag.MutableBag
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 325
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()Lorg/eclipse/collections/api/bag/MutableBag<TT;>;

  public org.eclipse.collections.api.bag.ImmutableBag<T> toImmutableBag();
    descriptor: ()Lorg/eclipse/collections/api/bag/ImmutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 331
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 333
            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.toImmutableBag:()Lorg/eclipse/collections/api/bag/ImmutableBag;
         3: .line 334
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 333
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.bag.ImmutableBag
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 334
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()Lorg/eclipse/collections/api/bag/ImmutableBag<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=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 340
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 342
            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;
         3: .line 343
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 342
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.bag.sorted.MutableSortedBag
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 343
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag<TT;>;

  public org.eclipse.collections.api.bag.sorted.ImmutableSortedBag<T> toImmutableSortedBag();
    descriptor: ()Lorg/eclipse/collections/api/bag/sorted/ImmutableSortedBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 349
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 351
            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.toImmutableSortedBag:()Lorg/eclipse/collections/api/bag/sorted/ImmutableSortedBag;
         3: .line 352
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 351
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.bag.sorted.ImmutableSortedBag
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 352
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()Lorg/eclipse/collections/api/bag/sorted/ImmutableSortedBag<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=5, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Comparator comparator
         0: .line 358
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 360
            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;
         3: .line 361
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 360
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.util.Comparator java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.bag.sorted.MutableSortedBag
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 361
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  comparator  Ljava/util/Comparator<-TT;>;
            2    7     4     wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Ljava/util/Comparator<-TT;>;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag<TT;>;
    MethodParameters:
            Name  Flags
      comparator  

  public org.eclipse.collections.api.bag.sorted.ImmutableSortedBag<T> toImmutableSortedBag(java.util.Comparator<? super T>);
    descriptor: (Ljava/util/Comparator;)Lorg/eclipse/collections/api/bag/sorted/ImmutableSortedBag;
    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 // java.util.Comparator comparator
         0: .line 367
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 369
            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.toImmutableSortedBag:(Ljava/util/Comparator;)Lorg/eclipse/collections/api/bag/sorted/ImmutableSortedBag;
         3: .line 370
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 369
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.util.Comparator java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.bag.sorted.ImmutableSortedBag
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 370
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  comparator  Ljava/util/Comparator<-TT;>;
            2    7     4     wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Ljava/util/Comparator<-TT;>;)Lorg/eclipse/collections/api/bag/sorted/ImmutableSortedBag<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=5, 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 377
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 379
            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;
         3: .line 380
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 379
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.bag.sorted.MutableSortedBag
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 380
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            2    7     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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 <V extends java.lang.Comparable<? super V>> org.eclipse.collections.api.bag.sorted.ImmutableSortedBag<T> toImmutableSortedBagBy(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/ImmutableSortedBag;
    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.Function function
         0: .line 386
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 388
            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.toImmutableSortedBagBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/sorted/ImmutableSortedBag;
         3: .line 389
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 388
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.bag.sorted.ImmutableSortedBag
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 389
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            2    7     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/bag/sorted/ImmutableSortedBag<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=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 395
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 397
            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;
         3: .line 398
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 397
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.list.MutableList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 398
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()Lorg/eclipse/collections/api/list/MutableList<TT;>;

  public org.eclipse.collections.api.list.ImmutableList<T> toImmutableSortedList();
    descriptor: ()Lorg/eclipse/collections/api/list/ImmutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 404
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 406
            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.toImmutableSortedList:()Lorg/eclipse/collections/api/list/ImmutableList;
         3: .line 407
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 406
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.list.ImmutableList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 407
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()Lorg/eclipse/collections/api/list/ImmutableList<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=5, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Comparator comparator
         0: .line 413
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 415
            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;
         3: .line 416
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 415
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.util.Comparator java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.list.MutableList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 416
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  comparator  Ljava/util/Comparator<-TT;>;
            2    7     4     wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Ljava/util/Comparator<-TT;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
            Name  Flags
      comparator  

  public org.eclipse.collections.api.list.ImmutableList<T> toImmutableSortedList(java.util.Comparator<? super T>);
    descriptor: (Ljava/util/Comparator;)Lorg/eclipse/collections/api/list/ImmutableList;
    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 // java.util.Comparator comparator
         0: .line 422
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 424
            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.toImmutableSortedList:(Ljava/util/Comparator;)Lorg/eclipse/collections/api/list/ImmutableList;
         3: .line 425
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 424
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.util.Comparator java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.list.ImmutableList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 425
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  comparator  Ljava/util/Comparator<-TT;>;
            2    7     4     wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Ljava/util/Comparator<-TT;>;)Lorg/eclipse/collections/api/list/ImmutableList<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=5, 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 432
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 434
            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;
         3: .line 435
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 434
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.list.MutableList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 435
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            2    7     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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 <V extends java.lang.Comparable<? super V>> org.eclipse.collections.api.list.ImmutableList<T> toImmutableSortedListBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/ImmutableList;
    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.Function function
         0: .line 441
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 443
            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.toImmutableSortedListBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/ImmutableList;
         3: .line 444
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 443
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.list.ImmutableList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 444
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            2    7     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/list/ImmutableList<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=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 450
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 452
            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;
         3: .line 453
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 452
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.sorted.MutableSortedSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 453
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;

  public org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> toImmutableSortedSet();
    descriptor: ()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 459
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 461
            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.toImmutableSortedSet:()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
         3: .line 462
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 461
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.sorted.ImmutableSortedSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 462
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet<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=5, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Comparator comparator
         0: .line 468
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 470
            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;
         3: .line 471
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 470
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.util.Comparator java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.sorted.MutableSortedSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 471
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  comparator  Ljava/util/Comparator<-TT;>;
            2    7     4     wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Ljava/util/Comparator<-TT;>;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;
    MethodParameters:
            Name  Flags
      comparator  

  public org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> toImmutableSortedSet(java.util.Comparator<? super T>);
    descriptor: (Ljava/util/Comparator;)Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
    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 // java.util.Comparator comparator
         0: .line 477
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 479
            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.toImmutableSortedSet:(Ljava/util/Comparator;)Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
         3: .line 480
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 479
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.util.Comparator java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.sorted.ImmutableSortedSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 480
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  comparator  Ljava/util/Comparator<-TT;>;
            2    7     4     wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Ljava/util/Comparator<-TT;>;)Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet<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=5, 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 487
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 489
            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;
         3: .line 490
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 489
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.sorted.MutableSortedSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 490
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            2    7     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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 <V extends java.lang.Comparable<? super V>> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> toImmutableSortedSetBy(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/ImmutableSortedSet;
    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.Function function
         0: .line 496
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 498
            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.toImmutableSortedSetBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
         3: .line 499
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 498
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.sorted.ImmutableSortedSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 499
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            2    7     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet<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=5, 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 505
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 507
            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
         3: .line 508
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 507
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.predicate.Predicate java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 508
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            2    7     4    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=6, 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 516
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 518
            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
         3: .line 519
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 518
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 519
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0   11     2  parameter  TP;
            2    7     5    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, 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 525
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 527
            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;
         3: .line 528
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 527
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.predicate.Predicate java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Object
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 528
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            2    7     4    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=6, 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 536
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 538
            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;
         3: .line 539
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 538
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Object
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 539
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0   11     2  parameter  TP;
            2    7     5    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, 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 545
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 547
            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;
         3: .line 548
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 547
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.predicate.Predicate java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Optional
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 548
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            2    7     4    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=6, 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 556
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 558
            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;
         3: .line 559
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 558
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Optional
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 559
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0   11     2  parameter  TP;
            2    7     5    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=6, 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 567
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 569
            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;
         3: .line 570
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 569
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.predicate.Predicate org.eclipse.collections.api.block.function.Function0 java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Object
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 570
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            0   11     2   function  Lorg/eclipse/collections/api/block/function/Function0<+TT;>;
            2    7     5    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=7, 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 579
            aconst_null
            astore 4
            aconst_null
            astore 5
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 6 /* wrapper */
        start local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 581
            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;
         3: .line 582
            aload 6 /* wrapper */
            ifnull 4
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 581
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object org.eclipse.collections.api.block.function.Function0 java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Object
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 4
         6: .line 582
            aload 6 /* wrapper */
            ifnull 7
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 4
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 5
            aload 4
            ifnonnull 9
            aload 5
            astore 4
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 4
            aload 5
            if_acmpeq 10
            aload 4
            aload 5
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0   11     2  parameter  TP;
            0   11     3   function  Lorg/eclipse/collections/api/block/function/Function0<+TT;>;
            2    7     6    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Comparator comparator
         0: .line 588
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 590
            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;
         3: .line 591
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 590
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.util.Comparator java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Object
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 591
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  comparator  Ljava/util/Comparator<-TT;>;
            2    7     4     wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Comparator comparator
         0: .line 597
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 599
            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;
         3: .line 600
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 599
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.util.Comparator java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Object
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 600
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  comparator  Ljava/util/Comparator<-TT;>;
            2    7     4     wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Comparator comparator
         0: .line 606
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 608
            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;
         3: .line 609
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 608
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.util.Comparator java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Optional
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 609
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  comparator  Ljava/util/Comparator<-TT;>;
            2    7     4     wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Comparator comparator
         0: .line 615
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 617
            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;
         3: .line 618
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 617
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.util.Comparator java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Optional
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 618
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  comparator  Ljava/util/Comparator<-TT;>;
            2    7     4     wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 624
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 626
            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;
         3: .line 627
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 626
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Object
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 627
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()TT;

  public T max();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 633
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 635
            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;
         3: .line 636
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 635
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Object
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 636
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()TT;

  public java.util.Optional<T> minOptional();
    descriptor: ()Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 642
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 644
            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;
         3: .line 645
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 644
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Optional
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 645
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()Ljava/util/Optional<TT;>;

  public java.util.Optional<T> maxOptional();
    descriptor: ()Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 651
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 653
            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;
         3: .line 654
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 653
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Optional
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 654
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, 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 660
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 662
            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;
         3: .line 663
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 662
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Object
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 663
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            2    7     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, 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 669
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 671
            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;
         3: .line 672
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 671
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Object
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 672
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            2    7     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, 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 678
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 680
            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;
         3: .line 681
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 680
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Optional
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 681
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            2    7     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, 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 687
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 689
            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;
         3: .line 690
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 689
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Optional
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 690
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            2    7     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 696
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 698
            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;
         3: .line 699
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 698
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Object
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 699
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()TT;

  public T getLast();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 705
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 707
            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;
         3: .line 708
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 707
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Object
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 708
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()TT;

  public T getOnly();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 714
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 716
            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;
         3: .line 717
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 716
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Object
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 717
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()TT;

  public boolean notEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 723
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 725
            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
         3: .line 726
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 725
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 726
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=6, 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 734
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 736
            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;
         3: .line 737
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 736
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.tuple.Twin
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 737
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0   11     2  parameter  TP;
            2    7     5    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=6, 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 745
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 747
            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;
         3: .line 748
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 747
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function java.util.Collection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Collection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 748
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            0   11     2    target  TR;
            2    7     5   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=6, 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 754
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 756
            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;
         3: .line 757
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 756
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.primitive.BooleanFunction org.eclipse.collections.api.collection.primitive.MutableBooleanCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.collection.primitive.MutableBooleanCollection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 757
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0             this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  booleanFunction  Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-TT;>;
            0   11     2           target  TR;
            2    7     5          wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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.MutableBooleanCollection> R flatCollectBoolean(org.eclipse.collections.api.block.function.Function<? super T, ? extends org.eclipse.collections.api.BooleanIterable>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, 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.collection.primitive.MutableBooleanCollection target
         0: .line 764
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 766
            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.flatCollectBoolean:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;
         3: .line 767
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 766
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.collection.primitive.MutableBooleanCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.collection.primitive.MutableBooleanCollection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 767
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 3
            athrow
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableBooleanCollection 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/BooleanIterable;>;
            0   11     2    target  TR;
            2    7     5   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/BooleanIterable;>;TR;)TR;
    MethodParameters:
          Name  Flags
      function  
      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=6, 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 773
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 775
            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;
         3: .line 776
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 775
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.primitive.ByteFunction org.eclipse.collections.api.collection.primitive.MutableByteCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.collection.primitive.MutableByteCollection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 776
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0          this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  byteFunction  Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TT;>;
            0   11     2        target  TR;
            2    7     5       wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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.MutableByteCollection> R flatCollectByte(org.eclipse.collections.api.block.function.Function<? super T, ? extends org.eclipse.collections.api.ByteIterable>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, 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.collection.primitive.MutableByteCollection target
         0: .line 783
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 785
            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.flatCollectByte:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
         3: .line 786
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 785
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.collection.primitive.MutableByteCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.collection.primitive.MutableByteCollection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 786
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 3
            athrow
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableByteCollection 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/ByteIterable;>;
            0   11     2    target  TR;
            2    7     5   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/ByteIterable;>;TR;)TR;
    MethodParameters:
          Name  Flags
      function  
      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=6, 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 792
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 794
            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;
         3: .line 795
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 794
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.primitive.CharFunction org.eclipse.collections.api.collection.primitive.MutableCharCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.collection.primitive.MutableCharCollection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 795
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0          this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  charFunction  Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TT;>;
            0   11     2        target  TR;
            2    7     5       wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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.MutableCharCollection> R flatCollectChar(org.eclipse.collections.api.block.function.Function<? super T, ? extends org.eclipse.collections.api.CharIterable>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, 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.collection.primitive.MutableCharCollection target
         0: .line 802
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 804
            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.flatCollectChar:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
         3: .line 805
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 804
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.collection.primitive.MutableCharCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.collection.primitive.MutableCharCollection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 805
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 3
            athrow
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableCharCollection 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/CharIterable;>;
            0   11     2    target  TR;
            2    7     5   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/CharIterable;>;TR;)TR;
    MethodParameters:
          Name  Flags
      function  
      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=6, 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 811
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 813
            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;
         3: .line 814
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 813
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.primitive.DoubleFunction org.eclipse.collections.api.collection.primitive.MutableDoubleCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.collection.primitive.MutableDoubleCollection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 814
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0            this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  doubleFunction  Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;
            0   11     2          target  TR;
            2    7     5         wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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.MutableDoubleCollection> R flatCollectDouble(org.eclipse.collections.api.block.function.Function<? super T, ? extends org.eclipse.collections.api.DoubleIterable>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, 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.collection.primitive.MutableDoubleCollection target
         0: .line 821
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 823
            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.flatCollectDouble:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
         3: .line 824
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 823
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.collection.primitive.MutableDoubleCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.collection.primitive.MutableDoubleCollection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 824
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 3
            athrow
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableDoubleCollection 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/DoubleIterable;>;
            0   11     2    target  TR;
            2    7     5   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/DoubleIterable;>;TR;)TR;
    MethodParameters:
          Name  Flags
      function  
      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=6, 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 830
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 832
            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;
         3: .line 833
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 832
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.primitive.FloatFunction org.eclipse.collections.api.collection.primitive.MutableFloatCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.collection.primitive.MutableFloatCollection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 833
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  floatFunction  Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;
            0   11     2         target  TR;
            2    7     5        wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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.MutableFloatCollection> R flatCollectFloat(org.eclipse.collections.api.block.function.Function<? super T, ? extends org.eclipse.collections.api.FloatIterable>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, 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.collection.primitive.MutableFloatCollection target
         0: .line 840
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 842
            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.flatCollectFloat:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;
         3: .line 843
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 842
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.collection.primitive.MutableFloatCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.collection.primitive.MutableFloatCollection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 843
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 3
            athrow
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableFloatCollection 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/FloatIterable;>;
            0   11     2    target  TR;
            2    7     5   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/FloatIterable;>;TR;)TR;
    MethodParameters:
          Name  Flags
      function  
      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=6, 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 849
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 851
            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;
         3: .line 852
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 851
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.primitive.IntFunction org.eclipse.collections.api.collection.primitive.MutableIntCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.collection.primitive.MutableIntCollection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 852
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0         this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  intFunction  Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;
            0   11     2       target  TR;
            2    7     5      wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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.MutableIntCollection> R flatCollectInt(org.eclipse.collections.api.block.function.Function<? super T, ? extends org.eclipse.collections.api.IntIterable>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, 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.collection.primitive.MutableIntCollection target
         0: .line 859
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 861
            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.flatCollectInt:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
         3: .line 862
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 861
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.collection.primitive.MutableIntCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.collection.primitive.MutableIntCollection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 862
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 3
            athrow
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableIntCollection 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/IntIterable;>;
            0   11     2    target  TR;
            2    7     5   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/IntIterable;>;TR;)TR;
    MethodParameters:
          Name  Flags
      function  
      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=6, 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 868
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 870
            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;
         3: .line 871
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 870
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.primitive.LongFunction org.eclipse.collections.api.collection.primitive.MutableLongCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.collection.primitive.MutableLongCollection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 871
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0          this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  longFunction  Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;
            0   11     2        target  TR;
            2    7     5       wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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.MutableLongCollection> R flatCollectLong(org.eclipse.collections.api.block.function.Function<? super T, ? extends org.eclipse.collections.api.LongIterable>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, 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.collection.primitive.MutableLongCollection target
         0: .line 878
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 880
            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.flatCollectLong:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
         3: .line 881
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 880
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.collection.primitive.MutableLongCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.collection.primitive.MutableLongCollection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 881
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 3
            athrow
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableLongCollection 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/LongIterable;>;
            0   11     2    target  TR;
            2    7     5   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/LongIterable;>;TR;)TR;
    MethodParameters:
          Name  Flags
      function  
      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=6, 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 887
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 889
            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;
         3: .line 890
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 889
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.primitive.ShortFunction org.eclipse.collections.api.collection.primitive.MutableShortCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.collection.primitive.MutableShortCollection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 890
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  shortFunction  Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TT;>;
            0   11     2         target  TR;
            2    7     5        wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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 <R extends org.eclipse.collections.api.collection.primitive.MutableShortCollection> R flatCollectShort(org.eclipse.collections.api.block.function.Function<? super T, ? extends org.eclipse.collections.api.ShortIterable>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, 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.collection.primitive.MutableShortCollection target
         0: .line 897
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 899
            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.flatCollectShort:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
         3: .line 900
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 899
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.collection.primitive.MutableShortCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.collection.primitive.MutableShortCollection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 900
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 3
            athrow
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableShortCollection 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/ShortIterable;>;
            0   11     2    target  TR;
            2    7     5   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Lorg/eclipse/collections/api/ShortIterable;>;TR;)TR;
    MethodParameters:
          Name  Flags
      function  
      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=6, 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 908
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 910
            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;
         3: .line 911
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 910
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function java.util.Collection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Collection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 911
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;
            0   11     2    target  TR;
            2    7     5   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=7, 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 920
            aconst_null
            astore 4
            aconst_null
            astore 5
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 6 /* wrapper */
        start local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 922
            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;
         3: .line 923
            aload 6 /* wrapper */
            ifnull 4
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 922
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.predicate.Predicate org.eclipse.collections.api.block.function.Function java.util.Collection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Collection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 4
         6: .line 923
            aload 6 /* wrapper */
            ifnull 7
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 4
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 5
            aload 4
            ifnonnull 9
            aload 5
            astore 4
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 4
            aload 5
            if_acmpeq 10
            aload 4
            aload 5
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            0   11     2   function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            0   11     3     target  TR;
            2    7     6    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=7, 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 932
            aconst_null
            astore 4
            aconst_null
            astore 5
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 6 /* wrapper */
        start local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 934
            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;
         3: .line 935
            aload 6 /* wrapper */
            ifnull 4
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 934
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function2 java.lang.Object java.util.Collection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Collection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 4
         6: .line 935
            aload 6 /* wrapper */
            ifnull 7
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 4
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 5
            aload 4
            ifnonnull 9
            aload 5
            astore 4
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 4
            aload 5
            if_acmpeq 10
            aload 4
            aload 5
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0              this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1          function  Lorg/eclipse/collections/api/block/function/Function2<-TT;-TP;+TV;>;
            0   11     2         parameter  TP;
            0   11     3  targetCollection  TR;
            2    7     6           wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=7, 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 944
            aconst_null
            astore 4
            aconst_null
            astore 5
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 6 /* wrapper */
        start local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 946
            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;
         3: .line 947
            aload 6 /* wrapper */
            ifnull 4
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 946
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.util.Collection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Collection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 4
         6: .line 947
            aload 6 /* wrapper */
            ifnull 7
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 4
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 5
            aload 4
            ifnonnull 9
            aload 5
            astore 4
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 4
            aload 5
            if_acmpeq 10
            aload 4
            aload 5
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0              this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1         predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0   11     2         parameter  TP;
            0   11     3  targetCollection  TR;
            2    7     6           wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=6, 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 955
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 957
            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;
         3: .line 958
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 957
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.predicate.Predicate java.util.Collection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Collection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 958
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            0   11     2     target  TR;
            2    7     5    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=7, 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 967
            aconst_null
            astore 4
            aconst_null
            astore 5
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 6 /* wrapper */
        start local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 969
            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;
         3: .line 970
            aload 6 /* wrapper */
            ifnull 4
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 969
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.util.Collection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Collection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 4
         6: .line 970
            aload 6 /* wrapper */
            ifnull 7
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 4
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 5
            aload 4
            ifnonnull 9
            aload 5
            astore 4
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 4
            aload 5
            if_acmpeq 10
            aload 4
            aload 5
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0              this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1         predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0   11     2         parameter  TP;
            0   11     3  targetCollection  TR;
            2    7     6           wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=6, 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 976
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 978
            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;
         3: .line 979
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 978
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.predicate.Predicate java.util.Collection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Collection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 979
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            0   11     2     target  TR;
            2    7     5    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=6, 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 987
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 989
            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;
         3: .line 990
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 989
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Object org.eclipse.collections.api.block.function.Function2 java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Object
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 990
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  injectedValue  TIV;
            0   11     2       function  Lorg/eclipse/collections/api/block/function/Function2<-TIV;-TT;+TIV;>;
            2    7     5        wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=6, 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 996
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 998
            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
         3: .line 999
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 998
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection int org.eclipse.collections.api.block.function.primitive.IntObjectToIntFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 999
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  injectedValue  I
            0   11     2       function  Lorg/eclipse/collections/api/block/function/primitive/IntObjectToIntFunction<-TT;>;
            2    7     5        wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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 1005
            aconst_null
            astore 4
            aconst_null
            astore 5
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 6 /* wrapper */
        start local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1007
            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
         3: .line 1008
            aload 6 /* wrapper */
            ifnull 4
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1007
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection long org.eclipse.collections.api.block.function.primitive.LongObjectToLongFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: long
            lreturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 4
         6: .line 1008
            aload 6 /* wrapper */
            ifnull 7
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 4
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 5
            aload 4
            ifnonnull 9
            aload 5
            astore 4
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 4
            aload 5
            if_acmpeq 10
            aload 4
            aload 5
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  injectedValue  J
            0   11     3       function  Lorg/eclipse/collections/api/block/function/primitive/LongObjectToLongFunction<-TT;>;
            2    7     6        wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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 1014
            aconst_null
            astore 4
            aconst_null
            astore 5
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 6 /* wrapper */
        start local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1016
            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
         3: .line 1017
            aload 6 /* wrapper */
            ifnull 4
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1016
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection double org.eclipse.collections.api.block.function.primitive.DoubleObjectToDoubleFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: double
            dreturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 4
         6: .line 1017
            aload 6 /* wrapper */
            ifnull 7
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 4
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 5
            aload 4
            ifnonnull 9
            aload 5
            astore 4
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 4
            aload 5
            if_acmpeq 10
            aload 4
            aload 5
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  injectedValue  D
            0   11     3       function  Lorg/eclipse/collections/api/block/function/primitive/DoubleObjectToDoubleFunction<-TT;>;
            2    7     6        wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=6, 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 1023
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1025
            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
         3: .line 1026
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1025
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection float org.eclipse.collections.api.block.function.primitive.FloatObjectToFloatFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: float
            freturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 1026
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0           this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  injectedValue  F
            0   11     2       function  Lorg/eclipse/collections/api/block/function/primitive/FloatObjectToFloatFunction<-TT;>;
            2    7     5        wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=3, 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 1032
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1034
            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
         3: .line 1035
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1034
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.primitive.IntFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: long
            lreturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1035
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;
            2    7     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=3, 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 1041
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1043
            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
         3: .line 1044
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1043
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.primitive.FloatFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: double
            dreturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1044
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;
            2    7     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=3, 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 1050
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1052
            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
         3: .line 1053
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1052
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.primitive.LongFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: long
            lreturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1053
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;
            2    7     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=3, 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 1059
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1061
            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
         3: .line 1062
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1061
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.primitive.DoubleFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: double
            dreturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1062
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;
            2    7     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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 1068
            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 1069
            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 1075
            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 1076
            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 1082
            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 1083
            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 1089
            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 1090
            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=7, 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 1099
            aconst_null
            astore 4
            aconst_null
            astore 5
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 6 /* wrapper */
        start local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1101
            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;
         3: .line 1102
            aload 6 /* wrapper */
            ifnull 4
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1101
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Object org.eclipse.collections.api.block.function.Function3 java.lang.Object java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Object
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 4
         6: .line 1102
            aload 6 /* wrapper */
            ifnull 7
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 4
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 5
            aload 4
            ifnonnull 9
            aload 5
            astore 4
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 4
            aload 5
            if_acmpeq 10
            aload 4
            aload 5
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0         this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  injectValue  TIV;
            0   11     2     function  Lorg/eclipse/collections/api/block/function/Function3<-TIV;-TT;-TP;+TIV;>;
            0   11     3    parameter  TP;
            2    7     6      wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, 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 1108
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireWriteLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1110
            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
         3: .line 1111
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1110
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.predicate.Predicate java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1111
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            2    7     4    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=6, 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 1119
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireWriteLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1121
            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
         3: .line 1122
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1121
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 1122
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0   11     2  parameter  TP;
            2    7     5    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Object item
         0: .line 1128
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireWriteLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1130
            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
         3: .line 1131
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1130
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Object java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1131
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1     item  TT;
            2    7     4  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Collection collection
         0: .line 1137
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireWriteLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1139
            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
         3: .line 1140
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1139
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.util.Collection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1140
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  collection  Ljava/util/Collection<+TT;>;
            2    7     4     wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Iterable iterable
         0: .line 1146
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireWriteLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1148
            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
         3: .line 1149
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1148
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Iterable java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1149
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  iterable  Ljava/lang/Iterable<+TT;>;
            2    7     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Ljava/lang/Iterable<+TT;>;)Z
    MethodParameters:
          Name  Flags
      iterable  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 1155
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireWriteLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1157
            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
         3: .line 1158
            aload 3 /* wrapper */
            ifnull 9
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
            goto 9
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Throwable
         4: astore 1
            aload 3 /* wrapper */
            ifnull 5
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         5: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 2
            aload 1
            ifnonnull 7
            aload 2
            astore 1
            goto 8
      StackMap locals:
      StackMap stack:
         7: aload 1
            aload 2
            if_acmpeq 8
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
         8: aload 1
            athrow
         9: .line 1159
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    5     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       4  any
           1     6       6  any

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 1164
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1166
            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
         3: .line 1167
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1166
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 1167
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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 1195
            new java.lang.UnsupportedOperationException
            dup
         1: .line 1196
            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 1195
            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 1208
            new java.lang.UnsupportedOperationException
            dup
         1: .line 1209
            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 1208
            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 1221
            new java.lang.UnsupportedOperationException
            dup
         1: .line 1222
            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 1221
            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 1234
            new java.lang.UnsupportedOperationException
            dup
         1: .line 1235
            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 1234
            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=5, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Object item
         0: .line 1242
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireWriteLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1244
            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
         3: .line 1245
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1244
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Object java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1245
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1     item  Ljava/lang/Object;
            2    7     4  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    MethodParameters:
      Name  Flags
      item  

  public boolean removeAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    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 // java.util.Collection collection
         0: .line 1251
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireWriteLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1253
            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
         3: .line 1254
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1253
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.util.Collection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1254
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  collection  Ljava/util/Collection<*>;
            2    7     4     wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Iterable iterable
         0: .line 1260
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireWriteLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1262
            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
         3: .line 1263
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1262
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Iterable java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1263
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  iterable  Ljava/lang/Iterable<*>;
            2    7     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Collection collection
         0: .line 1269
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireWriteLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1271
            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
         3: .line 1272
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1271
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.util.Collection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1272
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  collection  Ljava/util/Collection<*>;
            2    7     4     wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Iterable iterable
         0: .line 1278
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireWriteLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1280
            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
         3: .line 1281
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1280
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Iterable java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1281
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  iterable  Ljava/lang/Iterable<*>;
            2    7     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Ljava/lang/Iterable<*>;)Z
    MethodParameters:
          Name  Flags
      iterable  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 1287
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1289
            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
         3: .line 1290
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1289
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 1290
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 1296
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1298
            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;
         3: .line 1299
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1298
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Object[]
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 1299
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any

  public <E> E[] toArray();
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    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 // java.lang.Object[] a
         0: .line 1305
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1307
            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;
         3: .line 1308
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1307
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Object[] java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Object[]
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1308
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1        a  [Ljava/lang/Object;
            2    7     4  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <E:Ljava/lang/Object;>([TE;)[TE;
    MethodParameters:
      Name  Flags
      a     

  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=5, 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 1314
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1316
            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
         3: .line 1317
            aload 4 /* wrapper */
            ifnull 9
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
            goto 9
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.procedure.Procedure java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Throwable
         4: astore 2
            aload 4 /* wrapper */
            ifnull 5
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         5: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 3
            aload 2
            ifnonnull 7
            aload 3
            astore 2
            goto 8
      StackMap locals:
      StackMap stack:
         7: aload 2
            aload 3
            if_acmpeq 8
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
         8: aload 2
            athrow
         9: .line 1318
      StackMap locals:
      StackMap stack:
            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   10     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   10     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
            2    5     4    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       4  any
           1     6       6  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=6, 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 1323
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1325
            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
         3: .line 1326
            aload 5 /* wrapper */
            ifnull 9
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
            goto 9
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.procedure.Procedure2 java.lang.Object java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Throwable
         4: astore 3
            aload 5 /* wrapper */
            ifnull 5
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         5: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 4
            aload 3
            ifnonnull 7
            aload 4
            astore 3
            goto 8
      StackMap locals:
      StackMap stack:
         7: aload 3
            aload 4
            if_acmpeq 8
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
         8: aload 3
            athrow
         9: .line 1327
      StackMap locals:
      StackMap stack:
            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   10     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   10     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;
            0   10     2  parameter  TP;
            2    5     5    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       4  any
           1     6       6  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=5, 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 1332
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1334
            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
         3: .line 1335
            aload 4 /* wrapper */
            ifnull 9
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
            goto 9
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Throwable
         4: astore 2
            aload 4 /* wrapper */
            ifnull 5
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         5: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 3
            aload 2
            ifnonnull 7
            aload 3
            astore 2
            goto 8
      StackMap locals:
      StackMap stack:
         7: aload 2
            aload 3
            if_acmpeq 8
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
         8: aload 2
            athrow
         9: .line 1336
      StackMap locals:
      StackMap stack:
            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   10     0                this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   10     1  objectIntProcedure  Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;
            2    5     4             wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       4  any
           1     6       6  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=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 1341
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1343
            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;
         3: .line 1344
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1343
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.String
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 1344
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any

  public java.lang.String makeString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
         0: .line 1350
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1352
            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;
         3: .line 1353
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1352
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.String
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 1353
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any

  public java.lang.String makeString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    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 // java.lang.String separator
         0: .line 1359
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1361
            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;
         3: .line 1362
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1361
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.String java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.String
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1362
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  separator  Ljava/lang/String;
            2    7     4    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=7, 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 1368
            aconst_null
            astore 4
            aconst_null
            astore 5
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 6 /* wrapper */
        start local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1370
            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;
         3: .line 1371
            aload 6 /* wrapper */
            ifnull 4
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1370
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.String java.lang.String java.lang.String java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.String
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 4
         6: .line 1371
            aload 6 /* wrapper */
            ifnull 7
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 6 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 4
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 5
            aload 4
            ifnonnull 9
            aload 5
            astore 4
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 4
            aload 5
            if_acmpeq 10
            aload 4
            aload 5
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0       this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1      start  Ljava/lang/String;
            0   11     2  separator  Ljava/lang/String;
            0   11     3        end  Ljava/lang/String;
            2    7     6    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.lang.Appendable appendable
         0: .line 1377
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1379
            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
         3: .line 1380
            aload 4 /* wrapper */
            ifnull 9
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
            goto 9
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Appendable java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Throwable
         4: astore 2
            aload 4 /* wrapper */
            ifnull 5
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         5: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 3
            aload 2
            ifnonnull 7
            aload 3
            astore 2
            goto 8
      StackMap locals:
      StackMap stack:
         7: aload 2
            aload 3
            if_acmpeq 8
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
         8: aload 2
            athrow
         9: .line 1381
      StackMap locals:
      StackMap stack:
            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   10     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   10     1  appendable  Ljava/lang/Appendable;
            2    5     4     wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       4  any
           1     6       6  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=6, 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 1386
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1388
            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
         3: .line 1389
            aload 5 /* wrapper */
            ifnull 9
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
            goto 9
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Appendable java.lang.String java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Throwable
         4: astore 3
            aload 5 /* wrapper */
            ifnull 5
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         5: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 4
            aload 3
            ifnonnull 7
            aload 4
            astore 3
            goto 8
      StackMap locals:
      StackMap stack:
         7: aload 3
            aload 4
            if_acmpeq 8
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
         8: aload 3
            athrow
         9: .line 1390
      StackMap locals:
      StackMap stack:
            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   10     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   10     1  appendable  Ljava/lang/Appendable;
            0   10     2   separator  Ljava/lang/String;
            2    5     5     wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       4  any
           1     6       6  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=8, 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 1395
            aconst_null
            astore 5
            aconst_null
            astore 6
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 7 /* wrapper */
        start local 7 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1397
            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
         3: .line 1398
            aload 7 /* wrapper */
            ifnull 9
            aload 7 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
            goto 9
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Appendable java.lang.String java.lang.String java.lang.String java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Throwable
         4: astore 5
            aload 7 /* wrapper */
            ifnull 5
            aload 7 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 7 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         5: aload 5
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 6
            aload 5
            ifnonnull 7
            aload 6
            astore 5
            goto 8
      StackMap locals:
      StackMap stack:
         7: aload 5
            aload 6
            if_acmpeq 8
            aload 5
            aload 6
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
         8: aload 5
            athrow
         9: .line 1399
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.String end
        end local 3 // java.lang.String separator
        end local 2 // java.lang.String start
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   10     1  appendable  Ljava/lang/Appendable;
            0   10     2       start  Ljava/lang/String;
            0   10     3   separator  Ljava/lang/String;
            0   10     4         end  Ljava/lang/String;
            2    5     7     wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       4  any
           1     6       6  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=6, 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 1406
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1408
            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;
         3: .line 1409
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1408
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.multimap.MutableMultimap java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.multimap.MutableMultimap
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 1409
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            0   11     2    target  TR;
            2    7     5   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=6, 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 1417
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1419
            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;
         3: .line 1420
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1419
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.multimap.MutableMultimap java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.multimap.MutableMultimap
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 1420
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;
            0   11     2    target  TR;
            2    7     5   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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.MutableMapIterable<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/MutableMapIterable;)Lorg/eclipse/collections/api/map/MutableMapIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, 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.MutableMapIterable target
         0: .line 1428
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1430
            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/MutableMapIterable;)Lorg/eclipse/collections/api/map/MutableMapIterable;
         3: .line 1431
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1430
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.map.MutableMapIterable java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.map.MutableMapIterable
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 1431
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 3
            athrow
        end local 2 // org.eclipse.collections.api.map.MutableMapIterable 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   11     0      this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            0   11     2    target  TR;
            2    7     5   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <V:Ljava/lang/Object;R::Lorg/eclipse/collections/api/map/MutableMapIterable<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=6, 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 1437
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1439
            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;
         3: .line 1440
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1439
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.lang.Iterable java.util.Collection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Collection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 1440
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1     that  Ljava/lang/Iterable<TS;>;
            0   11     2   target  TR;
            2    7     5  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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=5, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection this
        start local 1 // java.util.Collection target
         0: .line 1446
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1448
            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;
         3: .line 1449
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1448
      StackMap locals: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection java.util.Collection java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Collection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1449
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: 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   11     0     this  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;
            0   11     1   target  TR;
            2    7     4  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  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 1458
            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 1459
            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/MutableMapIterable;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 1460
            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 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.bag.Bag countByEach(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.countByEach:(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
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.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

  public org.eclipse.collections.api.map.MapIterable groupByUniqueKey(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MapIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.groupByUniqueKey:(Lorg/eclipse/collections/api/block/function/Function;)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$LockWrapper  org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper  org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$UntouchableMutableCollection
InnerClasses:
  public LockWrapper = org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper of org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection
  public ReadWriteLockWrapper = org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper of org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection
  protected abstract UntouchableMutableCollection = org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$UntouchableMutableCollection of org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection