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

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

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

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

  private void <init>(org.eclipse.collections.api.list.MutableList<T>, java.util.concurrent.locks.ReadWriteLock);
    descriptor: (Lorg/eclipse/collections/api/list/MutableList;Ljava/util/concurrent/locks/ReadWriteLock;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.list.MutableList newDelegate
        start local 2 // java.util.concurrent.locks.ReadWriteLock newLock
         0: .line 127
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.<init>:()V
         1: .line 129
            aload 0 /* this */
            aload 2 /* newLock */
            putfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.lock:Ljava/util/concurrent/locks/ReadWriteLock;
         2: .line 130
            aload 0 /* this */
            new org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper
            dup
            aload 2 /* newLock */
            invokespecial org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.<init>:(Ljava/util/concurrent/locks/ReadWriteLock;)V
            putfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
         3: .line 131
            aload 0 /* this */
            aload 1 /* newDelegate */
            putfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
         4: .line 132
            return
        end local 2 // java.util.concurrent.locks.ReadWriteLock newLock
        end local 1 // org.eclipse.collections.api.list.MutableList newDelegate
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    5     1  newDelegate  Lorg/eclipse/collections/api/list/MutableList<TT;>;
            0    5     2      newLock  Ljava/util/concurrent/locks/ReadWriteLock;
    Signature: (Lorg/eclipse/collections/api/list/MutableList<TT;>;Ljava/util/concurrent/locks/ReadWriteLock;)V
    MethodParameters:
             Name  Flags
      newDelegate  
      newLock      

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

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

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

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

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

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

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

  public void withReadLockAndDelegate(org.eclipse.collections.api.block.procedure.Procedure<? super org.eclipse.collections.api.list.MutableList<T>>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 173
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 175
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.asReadUntouchable:()Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList$UntouchableMutableList;
            astore 5 /* list */
        start local 5 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableMutableList list
         3: .line 176
            aload 1 /* procedure */
            aload 5 /* list */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         4: .line 177
            aload 5 /* list */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableMutableList.becomeUseless:()V
        end local 5 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableMutableList list
         5: .line 178
            aload 4 /* wrapper */
            ifnull 11
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
            goto 11
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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
         6: astore 2
            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
        11: .line 179
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   12     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/list/MutableList<TT;>;>;
            2    7     4    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            3    5     5       list  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList$UntouchableMutableList<TT;>;
      Exception table:
        from    to  target  type
           2     5       6  any
           1     8       8  any
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/list/MutableList<TT;>;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public void withWriteLockAndDelegate(org.eclipse.collections.api.block.procedure.Procedure<? super org.eclipse.collections.api.list.MutableList<T>>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 184
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 186
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.asWriteUntouchable:()Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList$UntouchableMutableList;
            astore 5 /* list */
        start local 5 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableMutableList list
         3: .line 187
            aload 1 /* procedure */
            aload 5 /* list */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         4: .line 188
            aload 5 /* list */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableMutableList.becomeUseless:()V
        end local 5 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableMutableList list
         5: .line 189
            aload 4 /* wrapper */
            ifnull 11
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
            goto 11
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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
         6: astore 2
            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
        11: .line 190
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   12     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/list/MutableList<TT;>;>;
            2    7     4    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            3    5     5       list  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList$UntouchableMutableList<TT;>;
      Exception table:
        from    to  target  type
           2     5       6  any
           1     8       8  any
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/list/MutableList<TT;>;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public org.eclipse.collections.api.list.MutableList<T> asSynchronized();
    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.list.mutable.MultiReaderFastList this
         0: .line 195
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 197
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.list.mutable.SynchronizedMutableList.of:(Ljava/util/List;)Lorg/eclipse/collections/impl/list/mutable/SynchronizedMutableList;
         3: .line 198
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 197
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.impl.list.mutable.SynchronizedMutableList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 198
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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.MutableList<T> asUnmodifiable();
    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.list.mutable.MultiReaderFastList this
         0: .line 204
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 206
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.list.mutable.UnmodifiableMutableList.of:(Ljava/util/List;)Lorg/eclipse/collections/impl/list/mutable/UnmodifiableMutableList;
         3: .line 207
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 206
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.impl.list.mutable.UnmodifiableMutableList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 207
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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> toImmutable();
    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.list.mutable.MultiReaderFastList this
         0: .line 213
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 215
            getstatic org.eclipse.collections.api.factory.Lists.immutable:Lorg/eclipse/collections/api/factory/list/ImmutableListFactory;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            invokeinterface org.eclipse.collections.api.factory.list.ImmutableListFactory.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/ImmutableList;
         3: .line 216
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 215
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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 216
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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> clone();
    descriptor: ()Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 222
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 224
            new org.eclipse.collections.impl.list.mutable.MultiReaderFastList
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            invokeinterface org.eclipse.collections.api.list.MutableList.clone:()Lorg/eclipse/collections/api/list/MutableList;
            invokespecial org.eclipse.collections.impl.list.mutable.MultiReaderFastList.<init>:(Lorg/eclipse/collections/api/list/MutableList;)V
         3: .line 225
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 224
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.impl.list.mutable.MultiReaderFastList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 225
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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 <V> org.eclipse.collections.api.list.MutableList<V> collect(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 231
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 233
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.list.MutableList.collect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/MutableList;
         3: .line 234
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 233
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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 234
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/list/MutableList<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.primitive.MutableBooleanList collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.BooleanFunction booleanFunction
         0: .line 240
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 242
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* booleanFunction */
            invokeinterface org.eclipse.collections.api.list.MutableList.collectBoolean:(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
         3: .line 243
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 242
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.function.primitive.BooleanFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.list.primitive.MutableBooleanList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 243
            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.BooleanFunction booleanFunction
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1  booleanFunction  Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-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/BooleanFunction<-TT;>;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
    MethodParameters:
                 Name  Flags
      booleanFunction  

  public org.eclipse.collections.api.list.primitive.MutableByteList collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/list/primitive/MutableByteList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.ByteFunction byteFunction
         0: .line 249
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 251
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* byteFunction */
            invokeinterface org.eclipse.collections.api.list.MutableList.collectByte:(Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/list/primitive/MutableByteList;
         3: .line 252
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 251
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.function.primitive.ByteFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.list.primitive.MutableByteList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 252
            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.ByteFunction byteFunction
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1  byteFunction  Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-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/ByteFunction<-TT;>;)Lorg/eclipse/collections/api/list/primitive/MutableByteList;
    MethodParameters:
              Name  Flags
      byteFunction  

  public org.eclipse.collections.api.list.primitive.MutableCharList collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.CharFunction charFunction
         0: .line 258
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 260
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* charFunction */
            invokeinterface org.eclipse.collections.api.list.MutableList.collectChar:(Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
         3: .line 261
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 260
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.function.primitive.CharFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.list.primitive.MutableCharList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 261
            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.CharFunction charFunction
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1  charFunction  Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-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/CharFunction<-TT;>;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
    MethodParameters:
              Name  Flags
      charFunction  

  public org.eclipse.collections.api.list.primitive.MutableDoubleList collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleFunction doubleFunction
         0: .line 267
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 269
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* doubleFunction */
            invokeinterface org.eclipse.collections.api.list.MutableList.collectDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
         3: .line 270
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 269
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.function.primitive.DoubleFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.list.primitive.MutableDoubleList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 270
            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 doubleFunction
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1  doubleFunction  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;>;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    MethodParameters:
                Name  Flags
      doubleFunction  

  public org.eclipse.collections.api.list.primitive.MutableFloatList collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.FloatFunction floatFunction
         0: .line 276
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 278
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* floatFunction */
            invokeinterface org.eclipse.collections.api.list.MutableList.collectFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
         3: .line 279
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 278
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.function.primitive.FloatFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.list.primitive.MutableFloatList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 279
            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 floatFunction
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1  floatFunction  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;>;)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
    MethodParameters:
               Name  Flags
      floatFunction  

  public org.eclipse.collections.api.list.primitive.MutableIntList collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.IntFunction intFunction
         0: .line 285
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 287
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* intFunction */
            invokeinterface org.eclipse.collections.api.list.MutableList.collectInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
         3: .line 288
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 287
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.function.primitive.IntFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.list.primitive.MutableIntList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 288
            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 intFunction
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1  intFunction  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;>;)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    MethodParameters:
             Name  Flags
      intFunction  

  public org.eclipse.collections.api.list.primitive.MutableLongList collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/list/primitive/MutableLongList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.LongFunction longFunction
         0: .line 294
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 296
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* longFunction */
            invokeinterface org.eclipse.collections.api.list.MutableList.collectLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/list/primitive/MutableLongList;
         3: .line 297
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 296
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.function.primitive.LongFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.list.primitive.MutableLongList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 297
            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 longFunction
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1  longFunction  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;>;)Lorg/eclipse/collections/api/list/primitive/MutableLongList;
    MethodParameters:
              Name  Flags
      longFunction  

  public org.eclipse.collections.api.list.primitive.MutableShortList collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.ShortFunction shortFunction
         0: .line 303
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 305
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* shortFunction */
            invokeinterface org.eclipse.collections.api.list.MutableList.collectShort:(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
         3: .line 306
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 305
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.function.primitive.ShortFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.list.primitive.MutableShortList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 306
            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.ShortFunction shortFunction
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1  shortFunction  Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-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/ShortFunction<-TT;>;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
    MethodParameters:
               Name  Flags
      shortFunction  

  public <V> org.eclipse.collections.api.list.MutableList<V> flatCollect(org.eclipse.collections.api.block.function.Function<? super T, ? extends java.lang.Iterable<V>>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 313
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 315
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.list.MutableList.flatCollect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/MutableList;
         3: .line 316
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 315
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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 316
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<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/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;)Lorg/eclipse/collections/api/list/MutableList<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public <V> org.eclipse.collections.api.list.MutableList<V> collectIf(org.eclipse.collections.api.block.predicate.Predicate<? super T>, org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        start local 2 // org.eclipse.collections.api.block.function.Function function
         0: .line 324
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 326
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* predicate */
            aload 2 /* function */
            invokeinterface org.eclipse.collections.api.list.MutableList.collectIf:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/MutableList;
         3: .line 327
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 326
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.predicate.Predicate 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 3
         6: .line 327
            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 function
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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;>;
            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;>(Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/list/MutableList<TV;>;
    MethodParameters:
           Name  Flags
      predicate  
      function   

  public <P, V> org.eclipse.collections.api.list.MutableList<V> collectWith(org.eclipse.collections.api.block.function.Function2<? super T, ? super P, ? extends V>, P);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.Function2 function
        start local 2 // java.lang.Object parameter
         0: .line 335
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 337
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* function */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.list.MutableList.collectWith:(Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/list/MutableList;
         3: .line 338
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 337
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.function.Function2 java.lang.Object 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 3
         6: .line 338
            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.function.Function2 function
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1   function  Lorg/eclipse/collections/api/block/function/Function2<-TT;-TP;+TV;>;
            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;V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function2<-TT;-TP;+TV;>;TP;)Lorg/eclipse/collections/api/list/MutableList<TV;>;
    MethodParameters:
           Name  Flags
      function   
      parameter  

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

  public org.eclipse.collections.api.list.MutableList<T> reject(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 350
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 352
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.list.MutableList.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/list/MutableList;
         3: .line 353
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 352
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.predicate.Predicate 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 353
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <P> org.eclipse.collections.api.list.MutableList<T> rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 361
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 363
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.list.MutableList.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/list/MutableList;
         3: .line 364
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 363
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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.list.MutableList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 364
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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/list/MutableList<TT;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public org.eclipse.collections.api.list.MutableList<T> tap(org.eclipse.collections.api.block.procedure.Procedure<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)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.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 370
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 372
            aload 0 /* this */
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         3: .line 373
            aload 0 /* this */
         4: .line 374
            aload 4 /* wrapper */
            ifnull 5
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         5: .line 373
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.procedure.Procedure java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.impl.list.mutable.MultiReaderFastList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 2
         7: .line 374
            aload 4 /* wrapper */
            ifnull 8
            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:
         8: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 3
            aload 2
            ifnonnull 10
            aload 3
            astore 2
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 2
            aload 3
            if_acmpeq 11
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        11: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   12     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
            2    8     4    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     4       6  any
           1     5       9  any
           6     9       9  any
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
           Name  Flags
      procedure  

  public org.eclipse.collections.api.list.MutableList<T> select(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 380
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 382
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.list.MutableList.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/list/MutableList;
         3: .line 383
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 382
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.predicate.Predicate 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 383
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <P> org.eclipse.collections.api.list.MutableList<T> selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 391
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 393
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.list.MutableList.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/list/MutableList;
         3: .line 394
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 393
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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.list.MutableList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 394
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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/list/MutableList<TT;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public org.eclipse.collections.api.partition.list.PartitionMutableList<T> partition(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/list/PartitionMutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 400
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 402
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.list.MutableList.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/list/PartitionMutableList;
         3: .line 403
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 402
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.predicate.Predicate java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.partition.list.PartitionMutableList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 403
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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;>;)Lorg/eclipse/collections/api/partition/list/PartitionMutableList<TT;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <P> org.eclipse.collections.api.partition.list.PartitionMutableList<T> partitionWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/list/PartitionMutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 409
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 411
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.list.MutableList.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/list/PartitionMutableList;
         3: .line 412
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 411
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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.partition.list.PartitionMutableList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 412
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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/partition/list/PartitionMutableList<TT;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public <S> org.eclipse.collections.api.list.MutableList<S> selectInstancesOf(java.lang.Class<S>);
    descriptor: (Ljava/lang/Class;)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.list.mutable.MultiReaderFastList this
        start local 1 // java.lang.Class clazz
         0: .line 418
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 420
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* clazz */
            invokeinterface org.eclipse.collections.api.list.MutableList.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/api/list/MutableList;
         3: .line 421
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 420
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList java.lang.Class 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 421
            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.Class clazz
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1    clazz  Ljava/lang/Class<TS;>;
            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: <S:Ljava/lang/Object;>(Ljava/lang/Class<TS;>;)Lorg/eclipse/collections/api/list/MutableList<TS;>;
    MethodParameters:
       Name  Flags
      clazz  

  public org.eclipse.collections.api.list.MutableList<T> distinct();
    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.list.mutable.MultiReaderFastList this
         0: .line 427
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 429
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            invokeinterface org.eclipse.collections.api.list.MutableList.distinct:()Lorg/eclipse/collections/api/list/MutableList;
         3: .line 430
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 429
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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 430
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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.MutableList<T> distinct(org.eclipse.collections.api.block.HashingStrategy<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/HashingStrategy;)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.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
         0: .line 436
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 438
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* hashingStrategy */
            invokeinterface org.eclipse.collections.api.list.MutableList.distinct:(Lorg/eclipse/collections/api/block/HashingStrategy;)Lorg/eclipse/collections/api/list/MutableList;
         3: .line 439
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 438
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.HashingStrategy 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 439
            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.HashingStrategy hashingStrategy
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1  hashingStrategy  Lorg/eclipse/collections/api/block/HashingStrategy<-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/HashingStrategy<-TT;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
                 Name  Flags
      hashingStrategy  

  public <V> org.eclipse.collections.api.list.MutableList<T> distinctBy(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.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 448
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 450
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.list.MutableList.distinctBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/MutableList;
         3: .line 451
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 450
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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 451
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
          Name  Flags
      function  

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

  public org.eclipse.collections.api.list.MultiReaderList<T> sortThis(java.util.Comparator<? super T>);
    descriptor: (Ljava/util/Comparator;)Lorg/eclipse/collections/api/list/MultiReaderList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // java.util.Comparator comparator
         0: .line 467
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 469
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* comparator */
            invokeinterface org.eclipse.collections.api.list.MutableList.sortThis:(Ljava/util/Comparator;)Lorg/eclipse/collections/api/list/MutableList;
            pop
         3: .line 470
            aload 0 /* this */
         4: .line 471
            aload 4 /* wrapper */
            ifnull 5
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         5: .line 470
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList java.util.Comparator java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.impl.list.mutable.MultiReaderFastList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 2
         7: .line 471
            aload 4 /* wrapper */
            ifnull 8
            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:
         8: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 3
            aload 2
            ifnonnull 10
            aload 3
            astore 2
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 2
            aload 3
            if_acmpeq 11
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        11: aload 2
            athrow
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   12     1  comparator  Ljava/util/Comparator<-TT;>;
            2    8     4     wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     4       6  any
           1     5       9  any
           6     9       9  any
    Signature: (Ljava/util/Comparator<-TT;>;)Lorg/eclipse/collections/api/list/MultiReaderList<TT;>;
    MethodParameters:
            Name  Flags
      comparator  

  public <V extends java.lang.Comparable<? super V>> org.eclipse.collections.api.list.MultiReaderList<T> sortThisBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/MultiReaderList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 478
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 480
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.list.MutableList.sortThisBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/MutableList;
            pop
         3: .line 481
            aload 0 /* this */
         4: .line 482
            aload 4 /* wrapper */
            ifnull 5
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         5: .line 481
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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.impl.list.mutable.MultiReaderFastList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 2
         7: .line 482
            aload 4 /* wrapper */
            ifnull 8
            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:
         8: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 3
            aload 2
            ifnonnull 10
            aload 3
            astore 2
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 2
            aload 3
            if_acmpeq 11
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        11: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   12     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            2    8     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     4       6  any
           1     5       9  any
           6     9       9  any
    Signature: <V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/list/MultiReaderList<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.MultiReaderList<T> sortThisByInt(org.eclipse.collections.api.block.function.primitive.IntFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/list/MultiReaderList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.IntFunction function
         0: .line 488
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 490
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.list.MutableList.sortThisByInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/list/MutableList;
            pop
         3: .line 491
            aload 0 /* this */
         4: .line 492
            aload 4 /* wrapper */
            ifnull 5
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         5: .line 491
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.function.primitive.IntFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.impl.list.mutable.MultiReaderFastList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 2
         7: .line 492
            aload 4 /* wrapper */
            ifnull 8
            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:
         8: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 3
            aload 2
            ifnonnull 10
            aload 3
            astore 2
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 2
            aload 3
            if_acmpeq 11
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        11: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.IntFunction function
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   12     1  function  Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;
            2    8     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     4       6  any
           1     5       9  any
           6     9       9  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;)Lorg/eclipse/collections/api/list/MultiReaderList<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.MultiReaderList<T> sortThisByBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/list/MultiReaderList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.BooleanFunction function
         0: .line 498
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 500
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.list.MutableList.sortThisByBoolean:(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/list/MutableList;
            pop
         3: .line 501
            aload 0 /* this */
         4: .line 502
            aload 4 /* wrapper */
            ifnull 5
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         5: .line 501
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.function.primitive.BooleanFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.impl.list.mutable.MultiReaderFastList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 2
         7: .line 502
            aload 4 /* wrapper */
            ifnull 8
            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:
         8: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 3
            aload 2
            ifnonnull 10
            aload 3
            astore 2
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 2
            aload 3
            if_acmpeq 11
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        11: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.BooleanFunction function
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   12     1  function  Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-TT;>;
            2    8     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     4       6  any
           1     5       9  any
           6     9       9  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-TT;>;)Lorg/eclipse/collections/api/list/MultiReaderList<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.MultiReaderList<T> sortThisByChar(org.eclipse.collections.api.block.function.primitive.CharFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/list/MultiReaderList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.CharFunction function
         0: .line 508
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 510
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.list.MutableList.sortThisByChar:(Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/list/MutableList;
            pop
         3: .line 511
            aload 0 /* this */
         4: .line 512
            aload 4 /* wrapper */
            ifnull 5
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         5: .line 511
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.function.primitive.CharFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.impl.list.mutable.MultiReaderFastList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 2
         7: .line 512
            aload 4 /* wrapper */
            ifnull 8
            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:
         8: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 3
            aload 2
            ifnonnull 10
            aload 3
            astore 2
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 2
            aload 3
            if_acmpeq 11
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        11: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.CharFunction function
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   12     1  function  Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TT;>;
            2    8     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     4       6  any
           1     5       9  any
           6     9       9  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TT;>;)Lorg/eclipse/collections/api/list/MultiReaderList<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.MultiReaderList<T> sortThisByByte(org.eclipse.collections.api.block.function.primitive.ByteFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/list/MultiReaderList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.ByteFunction function
         0: .line 518
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 520
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.list.MutableList.sortThisByByte:(Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/list/MutableList;
            pop
         3: .line 521
            aload 0 /* this */
         4: .line 522
            aload 4 /* wrapper */
            ifnull 5
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         5: .line 521
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.function.primitive.ByteFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.impl.list.mutable.MultiReaderFastList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 2
         7: .line 522
            aload 4 /* wrapper */
            ifnull 8
            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:
         8: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 3
            aload 2
            ifnonnull 10
            aload 3
            astore 2
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 2
            aload 3
            if_acmpeq 11
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        11: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.ByteFunction function
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   12     1  function  Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TT;>;
            2    8     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     4       6  any
           1     5       9  any
           6     9       9  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TT;>;)Lorg/eclipse/collections/api/list/MultiReaderList<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.MultiReaderList<T> sortThisByShort(org.eclipse.collections.api.block.function.primitive.ShortFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/list/MultiReaderList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.ShortFunction function
         0: .line 528
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 530
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.list.MutableList.sortThisByShort:(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/list/MutableList;
            pop
         3: .line 531
            aload 0 /* this */
         4: .line 532
            aload 4 /* wrapper */
            ifnull 5
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         5: .line 531
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.function.primitive.ShortFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.impl.list.mutable.MultiReaderFastList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 2
         7: .line 532
            aload 4 /* wrapper */
            ifnull 8
            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:
         8: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 3
            aload 2
            ifnonnull 10
            aload 3
            astore 2
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 2
            aload 3
            if_acmpeq 11
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        11: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.ShortFunction function
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   12     1  function  Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TT;>;
            2    8     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     4       6  any
           1     5       9  any
           6     9       9  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TT;>;)Lorg/eclipse/collections/api/list/MultiReaderList<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.MultiReaderList<T> sortThisByFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/list/MultiReaderList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.FloatFunction function
         0: .line 538
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 540
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.list.MutableList.sortThisByFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/list/MutableList;
            pop
         3: .line 541
            aload 0 /* this */
         4: .line 542
            aload 4 /* wrapper */
            ifnull 5
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         5: .line 541
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.function.primitive.FloatFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.impl.list.mutable.MultiReaderFastList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 2
         7: .line 542
            aload 4 /* wrapper */
            ifnull 8
            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:
         8: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 3
            aload 2
            ifnonnull 10
            aload 3
            astore 2
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 2
            aload 3
            if_acmpeq 11
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        11: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.FloatFunction function
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   12     1  function  Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;
            2    8     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     4       6  any
           1     5       9  any
           6     9       9  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;)Lorg/eclipse/collections/api/list/MultiReaderList<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.MultiReaderList<T> sortThisByLong(org.eclipse.collections.api.block.function.primitive.LongFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/list/MultiReaderList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.LongFunction function
         0: .line 548
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 550
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.list.MutableList.sortThisByLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/list/MutableList;
            pop
         3: .line 551
            aload 0 /* this */
         4: .line 552
            aload 4 /* wrapper */
            ifnull 5
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         5: .line 551
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.function.primitive.LongFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.impl.list.mutable.MultiReaderFastList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 2
         7: .line 552
            aload 4 /* wrapper */
            ifnull 8
            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:
         8: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 3
            aload 2
            ifnonnull 10
            aload 3
            astore 2
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 2
            aload 3
            if_acmpeq 11
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        11: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.LongFunction function
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   12     1  function  Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;
            2    8     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     4       6  any
           1     5       9  any
           6     9       9  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;)Lorg/eclipse/collections/api/list/MultiReaderList<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.MultiReaderList<T> sortThisByDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/list/MultiReaderList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleFunction function
         0: .line 558
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 560
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.list.MutableList.sortThisByDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/list/MutableList;
            pop
         3: .line 561
            aload 0 /* this */
         4: .line 562
            aload 4 /* wrapper */
            ifnull 5
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         5: .line 561
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.function.primitive.DoubleFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.impl.list.mutable.MultiReaderFastList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 2
         7: .line 562
            aload 4 /* wrapper */
            ifnull 8
            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:
         8: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 3
            aload 2
            ifnonnull 10
            aload 3
            astore 2
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 2
            aload 3
            if_acmpeq 11
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        11: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleFunction function
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   12     1  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;
            2    8     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     4       6  any
           1     5       9  any
           6     9       9  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;)Lorg/eclipse/collections/api/list/MultiReaderList<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.MutableList<T> subList(int, int);
    descriptor: (II)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // int fromIndex
        start local 2 // int toIndex
         0: .line 568
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 570
            new org.eclipse.collections.impl.list.mutable.MultiReaderFastList
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            iload 1 /* fromIndex */
            iload 2 /* toIndex */
            invokeinterface org.eclipse.collections.api.list.MutableList.subList:(II)Lorg/eclipse/collections/api/list/MutableList;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.lock:Ljava/util/concurrent/locks/ReadWriteLock;
            invokespecial org.eclipse.collections.impl.list.mutable.MultiReaderFastList.<init>:(Lorg/eclipse/collections/api/list/MutableList;Ljava/util/concurrent/locks/ReadWriteLock;)V
         3: .line 571
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 570
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList int int java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.impl.list.mutable.MultiReaderFastList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 571
            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 // int toIndex
        end local 1 // int fromIndex
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1  fromIndex  I
            0   11     2    toIndex  I
            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: (II)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
           Name  Flags
      fromIndex  
      toIndex    

  public boolean equals(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.list.mutable.MultiReaderFastList this
        start local 1 // java.lang.Object o
         0: .line 577
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 579
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* o */
            invokeinterface org.eclipse.collections.api.list.MutableList.equals:(Ljava/lang/Object;)Z
         3: .line 580
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 579
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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 580
            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 o
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1        o  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
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 586
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 588
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            invokeinterface org.eclipse.collections.api.list.MutableList.hashCode:()I
         3: .line 589
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 588
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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 589
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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 T get();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // int index
         0: .line 595
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 597
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            iload 1 /* index */
            invokeinterface org.eclipse.collections.api.list.MutableList.get:(I)Ljava/lang/Object;
         3: .line 598
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 597
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList int 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 598
            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 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1    index  I
            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: (I)TT;
    MethodParameters:
       Name  Flags
      index  

  public java.util.Optional<T> getFirstOptional();
    descriptor: ()Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 604
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 606
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            invokeinterface org.eclipse.collections.api.list.MutableList.getFirstOptional:()Ljava/util/Optional;
         3: .line 607
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 606
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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 607
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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> getLastOptional();
    descriptor: ()Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 613
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 615
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            invokeinterface org.eclipse.collections.api.list.MutableList.getLastOptional:()Ljava/util/Optional;
         3: .line 616
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 615
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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 616
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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 int indexOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // java.lang.Object o
         0: .line 622
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 624
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* o */
            invokeinterface org.eclipse.collections.api.list.MutableList.indexOf:(Ljava/lang/Object;)I
         3: .line 625
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 624
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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 625
            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 o
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1        o  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
      o     

  public int lastIndexOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // java.lang.Object o
         0: .line 631
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 633
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* o */
            invokeinterface org.eclipse.collections.api.list.MutableList.lastIndexOf:(Ljava/lang/Object;)I
         3: .line 634
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 633
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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 634
            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 o
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1        o  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
      o     

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

  public void replaceAll(java.util.function.UnaryOperator<T>);
    descriptor: (Ljava/util/function/UnaryOperator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // java.util.function.UnaryOperator operator
         0: .line 666
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 668
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* operator */
            invokeinterface org.eclipse.collections.api.list.MutableList.replaceAll:(Ljava/util/function/UnaryOperator;)V
         3: .line 669
            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.list.mutable.MultiReaderFastList java.util.function.UnaryOperator 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 670
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.function.UnaryOperator operator
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   10     1  operator  Ljava/util/function/UnaryOperator<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: (Ljava/util/function/UnaryOperator<TT;>;)V
    MethodParameters:
          Name  Flags
      operator  

  public void sort(java.util.Comparator<? super T>);
    descriptor: (Ljava/util/Comparator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // java.util.Comparator comparator
         0: .line 678
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 680
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* comparator */
            invokeinterface org.eclipse.collections.api.list.MutableList.sort:(Ljava/util/Comparator;)V
         3: .line 681
            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.list.mutable.MultiReaderFastList java.util.Comparator 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 682
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   10     1  comparator  Ljava/util/Comparator<-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: (Ljava/util/Comparator<-TT;>;)V
    MethodParameters:
            Name  Flags
      comparator  

  public java.util.ListIterator<T> listIterator(int);
    descriptor: (I)Ljava/util/ListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // int index
         0: .line 702
            new java.lang.UnsupportedOperationException
            dup
         1: .line 703
            ldc "ListIterator is not supported for MultiReaderFastList.  If you would like to use a ListIterator, you must either use withReadLockAndDelegate() or withWriteLockAndDelegate()."
         2: .line 702
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    3     1  index  I
    Signature: (I)Ljava/util/ListIterator<TT;>;
    MethodParameters:
       Name  Flags
      index  

  public T remove();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // int index
         0: .line 710
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 712
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            iload 1 /* index */
            invokeinterface org.eclipse.collections.api.list.MutableList.remove:(I)Ljava/lang/Object;
         3: .line 713
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 712
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList int 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 713
            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 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1    index  I
            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: (I)TT;
    MethodParameters:
       Name  Flags
      index  

  public T set(int, );
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // int index
        start local 2 // java.lang.Object element
         0: .line 719
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 721
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            iload 1 /* index */
            aload 2 /* element */
            invokeinterface org.eclipse.collections.api.list.MutableList.set:(ILjava/lang/Object;)Ljava/lang/Object;
         3: .line 722
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 721
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList int 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 722
            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 element
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1    index  I
            0   11     2  element  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: (ITT;)TT;
    MethodParameters:
         Name  Flags
      index    
      element  

  public boolean addAll(int, java.util.Collection<? extends T>);
    descriptor: (ILjava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // int index
        start local 2 // java.util.Collection collection
         0: .line 728
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 730
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            iload 1 /* index */
            aload 2 /* collection */
            invokeinterface org.eclipse.collections.api.list.MutableList.addAll:(ILjava/util/Collection;)Z
         3: .line 731
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 730
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList int 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 3
         6: .line 731
            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 collection
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1       index  I
            0   11     2  collection  Ljava/util/Collection<+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: (ILjava/util/Collection<+TT;>;)Z
    MethodParameters:
            Name  Flags
      index       
      collection  

  public void add(int, );
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // int index
        start local 2 // java.lang.Object element
         0: .line 737
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 739
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            iload 1 /* index */
            aload 2 /* element */
            invokeinterface org.eclipse.collections.api.list.MutableList.add:(ILjava/lang/Object;)V
         3: .line 740
            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.list.mutable.MultiReaderFastList int 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 741
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object element
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   10     1    index  I
            0   10     2  element  TT;
            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: (ITT;)V
    MethodParameters:
         Name  Flags
      index    
      element  

  public <S> boolean corresponds(org.eclipse.collections.api.ordered.OrderedIterable<S>, org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super S>);
    descriptor: (Lorg/eclipse/collections/api/ordered/OrderedIterable;Lorg/eclipse/collections/api/block/predicate/Predicate2;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.ordered.OrderedIterable other
        start local 2 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
         0: .line 746
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 748
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* other */
            aload 2 /* predicate */
            invokeinterface org.eclipse.collections.api.list.MutableList.corresponds:(Lorg/eclipse/collections/api/ordered/OrderedIterable;Lorg/eclipse/collections/api/block/predicate/Predicate2;)Z
         3: .line 749
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 748
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.ordered.OrderedIterable org.eclipse.collections.api.block.predicate.Predicate2 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 749
            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.predicate.Predicate2 predicate
        end local 1 // org.eclipse.collections.api.ordered.OrderedIterable other
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1      other  Lorg/eclipse/collections/api/ordered/OrderedIterable<TS;>;
            0   11     2  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TS;>;
            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;>(Lorg/eclipse/collections/api/ordered/OrderedIterable<TS;>;Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TS;>;)Z
    MethodParameters:
           Name  Flags
      other      
      predicate  

  public void forEach(int, int, org.eclipse.collections.api.block.procedure.Procedure<? super T>);
    descriptor: (IILorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // int startIndex
        start local 2 // int endIndex
        start local 3 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 755
            aconst_null
            astore 4
            aconst_null
            astore 5
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 757
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            iload 1 /* startIndex */
            iload 2 /* endIndex */
            aload 3 /* procedure */
            invokeinterface org.eclipse.collections.api.list.MutableList.forEach:(IILorg/eclipse/collections/api/block/procedure/Procedure;)V
         3: .line 758
            aload 6 /* wrapper */
            ifnull 9
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
            goto 9
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList int int 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 4
            aload 6 /* wrapper */
            ifnull 5
            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:
         5: aload 4
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 5
            aload 4
            ifnonnull 7
            aload 5
            astore 4
            goto 8
      StackMap locals:
      StackMap stack:
         7: aload 4
            aload 5
            if_acmpeq 8
            aload 4
            aload 5
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
         8: aload 4
            athrow
         9: .line 759
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 2 // int endIndex
        end local 1 // int startIndex
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   10     1  startIndex  I
            0   10     2    endIndex  I
            0   10     3   procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
            2    5     6     wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       4  any
           1     6       6  any
    Signature: (IILorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)V
    MethodParameters:
            Name  Flags
      startIndex  
      endIndex    
      procedure   

  public <T2> void forEachInBoth(org.eclipse.collections.api.list.ListIterable<T2>, org.eclipse.collections.api.block.procedure.Procedure2<? super T, ? super T2>);
    descriptor: (Lorg/eclipse/collections/api/list/ListIterable;Lorg/eclipse/collections/api/block/procedure/Procedure2;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.list.ListIterable other
        start local 2 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
         0: .line 765
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 767
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* other */
            aload 2 /* procedure */
            invokeinterface org.eclipse.collections.api.list.MutableList.forEachInBoth:(Lorg/eclipse/collections/api/list/ListIterable;Lorg/eclipse/collections/api/block/procedure/Procedure2;)V
         3: .line 768
            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.list.mutable.MultiReaderFastList org.eclipse.collections.api.list.ListIterable org.eclipse.collections.api.block.procedure.Procedure2 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 769
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        end local 1 // org.eclipse.collections.api.list.ListIterable other
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   10     1      other  Lorg/eclipse/collections/api/list/ListIterable<TT2;>;
            0   10     2  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TT2;>;
            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: <T2:Ljava/lang/Object;>(Lorg/eclipse/collections/api/list/ListIterable<TT2;>;Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TT2;>;)V
    MethodParameters:
           Name  Flags
      other      
      procedure  

  public int binarySearch(T, java.util.Comparator<? super T>);
    descriptor: (Ljava/lang/Object;Ljava/util/Comparator;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // java.lang.Object key
        start local 2 // java.util.Comparator comparator
         0: .line 774
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 776
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* comparator */
            invokestatic java.util.Collections.binarySearch:(Ljava/util/List;Ljava/lang/Object;Ljava/util/Comparator;)I
         3: .line 777
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 776
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList java.lang.Object java.util.Comparator 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 777
            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.Comparator comparator
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1         key  TT;
            0   11     2  comparator  Ljava/util/Comparator<-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: (TT;Ljava/util/Comparator<-TT;>;)I
    MethodParameters:
            Name  Flags
      key         
      comparator  

  public int binarySearch();
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // java.lang.Object key
         0: .line 783
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 785
            aload 0 /* this */
            aload 1 /* key */
            invokestatic java.util.Collections.binarySearch:(Ljava/util/List;Ljava/lang/Object;)I
         3: .line 786
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 785
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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 786
            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 key
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1      key  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;)I
    MethodParameters:
      Name  Flags
      key   

  public void reverseForEach(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.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 792
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 794
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* procedure */
            invokeinterface org.eclipse.collections.api.list.MutableList.reverseForEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         3: .line 795
            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.list.mutable.MultiReaderFastList 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 796
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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 void reverseForEachWithIndex(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.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure procedure
         0: .line 801
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 803
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* procedure */
            invokeinterface org.eclipse.collections.api.list.MutableList.reverseForEachWithIndex:(Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
         3: .line 804
            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.list.mutable.MultiReaderFastList 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 805
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure procedure
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   10     1  procedure  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
      procedure  

  public void forEachWithIndex(int, int, org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T>);
    descriptor: (IILorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // int fromIndex
        start local 2 // int toIndex
        start local 3 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
         0: .line 810
            aconst_null
            astore 4
            aconst_null
            astore 5
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 812
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            iload 1 /* fromIndex */
            iload 2 /* toIndex */
            aload 3 /* objectIntProcedure */
            invokeinterface org.eclipse.collections.api.list.MutableList.forEachWithIndex:(IILorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
         3: .line 813
            aload 6 /* wrapper */
            ifnull 9
            aload 6 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
            goto 9
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList int int 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 4
            aload 6 /* wrapper */
            ifnull 5
            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:
         5: aload 4
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 5
            aload 4
            ifnonnull 7
            aload 5
            astore 4
            goto 8
      StackMap locals:
      StackMap stack:
         7: aload 4
            aload 5
            if_acmpeq 8
            aload 4
            aload 5
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
         8: aload 4
            athrow
         9: .line 814
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
        end local 2 // int toIndex
        end local 1 // int fromIndex
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   10     0                this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   10     1           fromIndex  I
            0   10     2             toIndex  I
            0   10     3  objectIntProcedure  Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;
            2    5     6             wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       4  any
           1     6       6  any
    Signature: (IILorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;)V
    MethodParameters:
                    Name  Flags
      fromIndex           
      toIndex             
      objectIntProcedure  

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

  public void readExternal(java.io.ObjectInput);
    descriptor: (Ljava/io/ObjectInput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // java.io.ObjectInput in
         0: .line 825
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            checkcast org.eclipse.collections.api.list.MutableList
            putfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
         1: .line 826
            aload 0 /* this */
            new java.util.concurrent.locks.ReentrantReadWriteLock
            dup
            invokespecial java.util.concurrent.locks.ReentrantReadWriteLock.<init>:()V
            putfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.lock:Ljava/util/concurrent/locks/ReadWriteLock;
         2: .line 827
            aload 0 /* this */
            new org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.lock:Ljava/util/concurrent/locks/ReadWriteLock;
            invokespecial org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.<init>:(Ljava/util/concurrent/locks/ReadWriteLock;)V
            putfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
         3: .line 828
            return
        end local 1 // java.io.ObjectInput in
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    4     1    in  Ljava/io/ObjectInput;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      in    

  public int detectIndex(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.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 1556
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 1558
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.list.MutableList.detectIndex:(Lorg/eclipse/collections/api/block/predicate/Predicate;)I
         3: .line 1559
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1558
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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 1559
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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 int detectLastIndex(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.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 1565
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 1567
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.list.MutableList.detectLastIndex:(Lorg/eclipse/collections/api/block/predicate/Predicate;)I
         3: .line 1568
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1567
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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 1568
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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 <V> org.eclipse.collections.api.multimap.list.MutableListMultimap<V, T> groupBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/MutableListMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 1574
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 1576
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.list.MutableList.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/MutableListMultimap;
         3: .line 1577
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1576
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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.multimap.list.MutableListMultimap
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1577
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/multimap/list/MutableListMultimap<TV;TT;>;
    MethodParameters:
          Name  Flags
      function  

  public <V> org.eclipse.collections.api.multimap.list.MutableListMultimap<V, T> groupByEach(org.eclipse.collections.api.block.function.Function<? super T, ? extends java.lang.Iterable<V>>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/MutableListMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 1583
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 1585
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.list.MutableList.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/MutableListMultimap;
         3: .line 1586
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1585
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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.multimap.list.MutableListMultimap
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1586
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<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/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;)Lorg/eclipse/collections/api/multimap/list/MutableListMultimap<TV;TT;>;
    MethodParameters:
          Name  Flags
      function  

  public <V> org.eclipse.collections.api.map.MutableMap<V, T> groupByUniqueKey(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MutableMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 1592
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 1594
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.list.MutableList.groupByUniqueKey:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MutableMap;
         3: .line 1595
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1594
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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 2
         6: .line 1595
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/map/MutableMap<TV;TT;>;
    MethodParameters:
          Name  Flags
      function  

  public <S> org.eclipse.collections.api.list.MutableList<org.eclipse.collections.api.tuple.Pair<T, S>> zip(java.lang.Iterable<S>);
    descriptor: (Ljava/lang/Iterable;)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.list.mutable.MultiReaderFastList this
        start local 1 // java.lang.Iterable that
         0: .line 1601
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 1603
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* that */
            invokeinterface org.eclipse.collections.api.list.MutableList.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/MutableList;
         3: .line 1604
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1603
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList java.lang.Iterable 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 1604
            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 that
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1     that  Ljava/lang/Iterable<TS;>;
            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: <S:Ljava/lang/Object;>(Ljava/lang/Iterable<TS;>;)Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/tuple/Pair<TT;TS;>;>;
    MethodParameters:
      Name  Flags
      that  

  public org.eclipse.collections.api.list.MutableList<org.eclipse.collections.api.tuple.Pair<T, java.lang.Integer>> zipWithIndex();
    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.list.mutable.MultiReaderFastList this
         0: .line 1610
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 1612
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            invokeinterface org.eclipse.collections.api.list.MutableList.zipWithIndex:()Lorg/eclipse/collections/api/list/MutableList;
         3: .line 1613
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1612
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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 1613
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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<Lorg/eclipse/collections/api/tuple/Pair<TT;Ljava/lang/Integer;>;>;

  public org.eclipse.collections.api.list.MutableList<T> toReversed();
    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.list.mutable.MultiReaderFastList this
         0: .line 1619
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 1621
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            invokeinterface org.eclipse.collections.api.list.MutableList.toReversed:()Lorg/eclipse/collections/api/list/MutableList;
         3: .line 1622
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1621
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList 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 1622
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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.MultiReaderList<T> reverseThis();
    descriptor: ()Lorg/eclipse/collections/api/list/MultiReaderList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 1628
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 1630
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            invokeinterface org.eclipse.collections.api.list.MutableList.reverseThis:()Lorg/eclipse/collections/api/list/MutableList;
            pop
         3: .line 1631
            aload 0 /* this */
         4: .line 1632
            aload 3 /* wrapper */
            ifnull 5
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         5: .line 1631
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.impl.list.mutable.MultiReaderFastList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 1
         7: .line 1632
            aload 3 /* wrapper */
            ifnull 8
            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:
         8: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 2
            aload 1
            ifnonnull 10
            aload 2
            astore 1
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 1
            aload 2
            if_acmpeq 11
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        11: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            2    8     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     4       6  any
           1     5       9  any
           6     9       9  any
    Signature: ()Lorg/eclipse/collections/api/list/MultiReaderList<TT;>;

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

  public org.eclipse.collections.api.list.MultiReaderList<T> shuffleThis(java.util.Random);
    descriptor: (Ljava/util/Random;)Lorg/eclipse/collections/api/list/MultiReaderList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // java.util.Random rnd
         0: .line 1648
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 1650
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* rnd */
            invokeinterface org.eclipse.collections.api.list.MutableList.shuffleThis:(Ljava/util/Random;)Lorg/eclipse/collections/api/list/MutableList;
            pop
         3: .line 1651
            aload 0 /* this */
         4: .line 1652
            aload 4 /* wrapper */
            ifnull 5
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         5: .line 1651
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList java.util.Random java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.impl.list.mutable.MultiReaderFastList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 2
         7: .line 1652
            aload 4 /* wrapper */
            ifnull 8
            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:
         8: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 3
            aload 2
            ifnonnull 10
            aload 3
            astore 2
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 2
            aload 3
            if_acmpeq 11
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        11: aload 2
            athrow
        end local 1 // java.util.Random rnd
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   12     1      rnd  Ljava/util/Random;
            2    8     4  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     4       6  any
           1     5       9  any
           6     9       9  any
    Signature: (Ljava/util/Random;)Lorg/eclipse/collections/api/list/MultiReaderList<TT;>;
    MethodParameters:
      Name  Flags
      rnd   

  public org.eclipse.collections.api.stack.MutableStack<T> toStack();
    descriptor: ()Lorg/eclipse/collections/api/stack/MutableStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 1658
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 1660
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            invokeinterface org.eclipse.collections.api.list.MutableList.toStack:()Lorg/eclipse/collections/api/stack/MutableStack;
         3: .line 1661
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1660
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.stack.MutableStack
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 1661
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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/stack/MutableStack<TT;>;

  public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.RichIterable<T>> chunk(int);
    descriptor: (I)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // int size
         0: .line 1667
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 1669
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            iload 1 /* size */
            invokeinterface org.eclipse.collections.api.list.MutableList.chunk:(I)Lorg/eclipse/collections/api/RichIterable;
         3: .line 1670
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1669
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList int java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.RichIterable
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1670
            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 // int size
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1     size  I
            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: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/RichIterable<TT;>;>;
    MethodParameters:
      Name  Flags
      size  

  public org.eclipse.collections.api.list.MutableList<T> take(int);
    descriptor: (I)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.list.mutable.MultiReaderFastList this
        start local 1 // int count
         0: .line 1676
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 1678
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            iload 1 /* count */
            invokeinterface org.eclipse.collections.api.list.MutableList.take:(I)Lorg/eclipse/collections/api/list/MutableList;
         3: .line 1679
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1678
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList int 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 1679
            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 // int count
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1    count  I
            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: (I)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
       Name  Flags
      count  

  public org.eclipse.collections.api.list.MutableList<T> takeWhile(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 1685
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 1687
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.list.MutableList.takeWhile:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/list/MutableList;
         3: .line 1688
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1687
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.predicate.Predicate 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 1688
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.list.MutableList<T> drop(int);
    descriptor: (I)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.list.mutable.MultiReaderFastList this
        start local 1 // int count
         0: .line 1694
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 1696
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            iload 1 /* count */
            invokeinterface org.eclipse.collections.api.list.MutableList.drop:(I)Lorg/eclipse/collections/api/list/MutableList;
         3: .line 1697
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1696
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList int 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 1697
            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 // int count
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   11     1    count  I
            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: (I)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
       Name  Flags
      count  

  public org.eclipse.collections.api.list.MutableList<T> dropWhile(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 1703
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 1705
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.list.MutableList.dropWhile:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/list/MutableList;
         3: .line 1706
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1705
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.predicate.Predicate 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 1706
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.partition.list.PartitionMutableList<T> partitionWhile(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/list/PartitionMutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 1712
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 1714
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.list.MutableList.partitionWhile:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/list/PartitionMutableList;
         3: .line 1715
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1714
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList org.eclipse.collections.api.block.predicate.Predicate java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.partition.list.PartitionMutableList
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1715
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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;>;)Lorg/eclipse/collections/api/partition/list/PartitionMutableList<TT;>;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.LazyIterable<T> asReversed();
    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.list.mutable.MultiReaderFastList this
         0: .line 1721
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 1723
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.lazy.ReverseIterable.adapt:(Lorg/eclipse/collections/api/list/ListIterable;)Lorg/eclipse/collections/impl/lazy/ReverseIterable;
         3: .line 1724
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1723
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.impl.lazy.ReverseIterable
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 1724
            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.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<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.list.ParallelListIterable<T> asParallel(java.util.concurrent.ExecutorService, int);
    descriptor: (Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/list/ParallelListIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // java.util.concurrent.ExecutorService executorService
        start local 2 // int batchSize
         0: .line 1730
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.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 1732
            new org.eclipse.collections.impl.lazy.parallel.list.MultiReaderParallelListIterable
            dup
         3: .line 1733
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
            aload 1 /* executorService */
            iload 2 /* batchSize */
            invokeinterface org.eclipse.collections.api.list.MutableList.asParallel:(Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/list/ParallelListIterable;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.lock:Ljava/util/concurrent/locks/ReadWriteLock;
         4: .line 1732
            invokespecial org.eclipse.collections.impl.lazy.parallel.list.MultiReaderParallelListIterable.<init>:(Lorg/eclipse/collections/api/list/ParallelListIterable;Ljava/util/concurrent/locks/ReadWriteLock;)V
         5: .line 1734
            aload 5 /* wrapper */
            ifnull 6
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         6: .line 1732
      StackMap locals: org.eclipse.collections.impl.list.mutable.MultiReaderFastList java.util.concurrent.ExecutorService int java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.impl.lazy.parallel.list.MultiReaderParallelListIterable
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: astore 3
         8: .line 1734
            aload 5 /* wrapper */
            ifnull 9
            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:
         9: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: astore 4
            aload 3
            ifnonnull 11
            aload 4
            astore 3
            goto 12
      StackMap locals:
      StackMap stack:
        11: aload 3
            aload 4
            if_acmpeq 12
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        12: aload 3
            athrow
        end local 2 // int batchSize
        end local 1 // java.util.concurrent.ExecutorService executorService
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   13     0             this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0   13     1  executorService  Ljava/util/concurrent/ExecutorService;
            0   13     2        batchSize  I
            2    9     5          wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     5       7  any
           1     6      10  any
           7    10      10  any
    Signature: (Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/list/ParallelListIterable<TT;>;
    MethodParameters:
                 Name  Flags
      executorService  
      batchSize        

  public org.eclipse.collections.api.list.MutableList reverseThis();
    descriptor: ()Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.reverseThis:()Lorg/eclipse/collections/api/list/MultiReaderList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

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

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

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

  public org.eclipse.collections.api.collection.ImmutableCollection toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/collection/ImmutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.toImmutable:()Lorg/eclipse/collections/api/list/ImmutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.newEmpty:()Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected org.eclipse.collections.api.collection.MutableCollection getDelegate();
    descriptor: ()Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.getDelegate:()Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable selectWithIndex(org.eclipse.collections.api.block.predicate.primitive.ObjectIntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ObjectIntPredicate;)Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.primitive.ObjectIntPredicate
            invokeinterface org.eclipse.collections.api.list.MutableList.selectWithIndex:(Lorg/eclipse/collections/api/block/predicate/primitive/ObjectIntPredicate;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.OrderedIterable dropWhile(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/ordered/OrderedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.dropWhile:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.ReversibleIterable dropWhile(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/ordered/ReversibleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.dropWhile:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable dropWhile(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.dropWhile:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.clone:()Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException

  public org.eclipse.collections.api.RichIterable zipWithIndex();
    descriptor: ()Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.zipWithIndex:()Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection zipWithIndex();
    descriptor: ()Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.zipWithIndex:()Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.OrderedIterable zipWithIndex();
    descriptor: ()Lorg/eclipse/collections/api/ordered/OrderedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.zipWithIndex:()Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.ReversibleIterable zipWithIndex();
    descriptor: ()Lorg/eclipse/collections/api/ordered/ReversibleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.zipWithIndex:()Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

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

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

  public org.eclipse.collections.api.list.ListIterable distinctBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.distinctBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.ReversibleIterable toReversed();
    descriptor: ()Lorg/eclipse/collections/api/ordered/ReversibleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.toReversed:()Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public org.eclipse.collections.api.list.MutableList sortThis(java.util.Comparator);
    descriptor: (Ljava/util/Comparator;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.util.Comparator
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.sortThis:(Ljava/util/Comparator;)Lorg/eclipse/collections/api/list/MultiReaderList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.MutableList sortThis();
    descriptor: ()Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.sortThis:()Lorg/eclipse/collections/api/list/MultiReaderList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.CharIterable collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/CharIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.CharFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectChar:(Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableCharCollection collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.CharFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectChar:(Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.OrderedCharIterable collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/ordered/primitive/OrderedCharIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.CharFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectChar:(Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleCharIterable collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/ordered/primitive/ReversibleCharIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.CharFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectChar:(Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.CharList collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/list/primitive/CharList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.CharFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectChar:(Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/list/primitive/MutableCharList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

  public org.eclipse.collections.api.ordered.OrderedIterable flatCollect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/ordered/OrderedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.flatCollect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.ReversibleIterable flatCollect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/ordered/ReversibleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.flatCollect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable flatCollect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.flatCollect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable rejectWithIndex(org.eclipse.collections.api.block.predicate.primitive.ObjectIntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ObjectIntPredicate;)Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.primitive.ObjectIntPredicate
            invokeinterface org.eclipse.collections.api.list.MutableList.rejectWithIndex:(Lorg/eclipse/collections/api/block/predicate/primitive/ObjectIntPredicate;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.IntIterable collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/IntIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.IntFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableIntCollection collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.IntFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.OrderedIntIterable collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/ordered/primitive/OrderedIntIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.IntFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleIntIterable collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/ordered/primitive/ReversibleIntIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.IntFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.IntList collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/list/primitive/IntList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.IntFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/list/primitive/MutableIntList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.LongIterable collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/LongIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.LongFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/list/primitive/MutableLongList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableLongCollection collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.LongFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/list/primitive/MutableLongList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.OrderedLongIterable collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/ordered/primitive/OrderedLongIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.LongFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/list/primitive/MutableLongList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleLongIterable collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/ordered/primitive/ReversibleLongIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.LongFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/list/primitive/MutableLongList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.LongList collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/list/primitive/LongList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.LongFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/list/primitive/MutableLongList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.MutableList sortThisBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.sortThisBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/MultiReaderList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

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

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

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

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

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

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

  public org.eclipse.collections.api.list.MutableList shuffleThis(java.util.Random);
    descriptor: (Ljava/util/Random;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.shuffleThis:(Ljava/util/Random;)Lorg/eclipse/collections/api/list/MultiReaderList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.MutableList shuffleThis();
    descriptor: ()Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.shuffleThis:()Lorg/eclipse/collections/api/list/MultiReaderList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.PartitionIterable partition(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/PartitionIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/list/PartitionMutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.PartitionMutableCollection partition(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/PartitionMutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/list/PartitionMutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.ordered.PartitionOrderedIterable partition(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/ordered/PartitionOrderedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/list/PartitionMutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.ordered.PartitionReversibleIterable partition(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/ordered/PartitionReversibleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/list/PartitionMutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.list.PartitionList partition(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/list/PartitionList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/list/PartitionMutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.asSynchronized:()Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.DoubleIterable collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/DoubleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.OrderedDoubleIterable collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/ordered/primitive/OrderedDoubleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleDoubleIterable collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/ordered/primitive/ReversibleDoubleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.DoubleList collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/list/primitive/DoubleList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

  public org.eclipse.collections.api.ordered.OrderedIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/ordered/OrderedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.ReversibleIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/ordered/ReversibleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/Multimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/MutableListMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.MutableMultimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/MutableListMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ordered.OrderedIterableMultimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/ordered/OrderedIterableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/MutableListMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ordered.ReversibleIterableMultimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/ordered/ReversibleIterableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/MutableListMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.list.ListMultimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/ListMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/MutableListMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

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

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

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

  public org.eclipse.collections.api.ordered.OrderedIterable select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/ordered/OrderedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.ReversibleIterable select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/ordered/ReversibleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.OrderedIterable takeWhile(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/ordered/OrderedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.takeWhile:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.ReversibleIterable takeWhile(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/ordered/ReversibleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.takeWhile:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable takeWhile(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.takeWhile:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ShortIterable collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/ShortIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ShortFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectShort:(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableShortCollection collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ShortFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectShort:(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.OrderedShortIterable collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/ordered/primitive/OrderedShortIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ShortFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectShort:(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleShortIterable collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/ordered/primitive/ReversibleShortIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ShortFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectShort:(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.ShortList collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/list/primitive/ShortList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ShortFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectShort:(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.OrderedIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/ordered/OrderedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.ReversibleIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/ordered/ReversibleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.FloatIterable collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/FloatIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.FloatFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableFloatCollection collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.FloatFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.OrderedFloatIterable collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/ordered/primitive/OrderedFloatIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.FloatFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleFloatIterable collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/ordered/primitive/ReversibleFloatIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.FloatFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.FloatList collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/list/primitive/FloatList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.FloatFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable distinct(org.eclipse.collections.api.block.HashingStrategy);
    descriptor: (Lorg/eclipse/collections/api/block/HashingStrategy;)Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.HashingStrategy
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.distinct:(Lorg/eclipse/collections/api/block/HashingStrategy;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.OrderedIterable distinct();
    descriptor: ()Lorg/eclipse/collections/api/ordered/OrderedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.distinct:()Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.ReversibleIterable distinct();
    descriptor: ()Lorg/eclipse/collections/api/ordered/ReversibleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.distinct:()Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public org.eclipse.collections.api.list.MutableList sortThisByDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.sortThisByDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/list/MultiReaderList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/Multimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/MutableListMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.MutableMultimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/MutableListMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ordered.OrderedIterableMultimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/ordered/OrderedIterableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/MutableListMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ordered.ReversibleIterableMultimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/ordered/ReversibleIterableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/MutableListMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.list.ListMultimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/ListMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/MutableListMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

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

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

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

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

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

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

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

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

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

  public org.eclipse.collections.api.list.MutableList sortThisByInt(org.eclipse.collections.api.block.function.primitive.IntFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.IntFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.sortThisByInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/list/MultiReaderList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

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

  public org.eclipse.collections.api.BooleanIterable collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/BooleanIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.BooleanFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectBoolean:(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableBooleanCollection collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.BooleanFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectBoolean:(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.OrderedBooleanIterable collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/ordered/primitive/OrderedBooleanIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.BooleanFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectBoolean:(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleBooleanIterable collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/ordered/primitive/ReversibleBooleanIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.BooleanFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectBoolean:(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.BooleanList collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/list/primitive/BooleanList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.BooleanFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collectBoolean:(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.MutableList sortThisByChar(org.eclipse.collections.api.block.function.primitive.CharFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.CharFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.sortThisByChar:(Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/list/MultiReaderList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

  public org.eclipse.collections.api.ordered.OrderedIterable collect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/ordered/OrderedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.ReversibleIterable collect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/ordered/ReversibleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable collect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.collect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.MutableList sortThisByLong(org.eclipse.collections.api.block.function.primitive.LongFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.LongFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.sortThisByLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/list/MultiReaderList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public org.eclipse.collections.api.list.MutableList sortThisByBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.BooleanFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.sortThisByBoolean:(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/list/MultiReaderList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable collectWithIndex(org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ObjectIntToObjectFunction;)Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction
            invokeinterface org.eclipse.collections.api.list.MutableList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/ObjectIntToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.ReversibleIterable collectWithIndex(org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ObjectIntToObjectFunction;)Lorg/eclipse/collections/api/ordered/ReversibleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction
            invokeinterface org.eclipse.collections.api.list.MutableList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/ObjectIntToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.OrderedIterable collectWithIndex(org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ObjectIntToObjectFunction;)Lorg/eclipse/collections/api/ordered/OrderedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction
            invokeinterface org.eclipse.collections.api.list.MutableList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/ObjectIntToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.MutableList sortThisByShort(org.eclipse.collections.api.block.function.primitive.ShortFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ShortFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.sortThisByShort:(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/list/MultiReaderList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.MutableList sortThisByFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.FloatFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.sortThisByFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/list/MultiReaderList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.List subList(int, int);
    descriptor: (II)Ljava/util/List;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            iload 2
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.subList:(II)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

  public org.eclipse.collections.api.collection.MutableCollection asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.asUnmodifiable:()Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.ordered.PartitionOrderedIterable partitionWhile(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/ordered/PartitionOrderedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.partitionWhile:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/list/PartitionMutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.ordered.PartitionReversibleIterable partitionWhile(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/ordered/PartitionReversibleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.partitionWhile:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/list/PartitionMutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.list.PartitionList partitionWhile(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/list/PartitionList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.partitionWhile:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/list/PartitionMutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;Ljava/util/RandomAccess;Ljava/io/Externalizable;Lorg/eclipse/collections/api/list/MultiReaderList<TT;>;
SourceFile: "MultiReaderFastList.java"
NestMembers:
  org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator  org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableMutableList
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
  private final UntouchableListIterator = org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator of org.eclipse.collections.impl.list.mutable.MultiReaderFastList
  final UntouchableMutableList = org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableMutableList of org.eclipse.collections.impl.list.mutable.MultiReaderFastList