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.MutableList<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 transient java.util.concurrent.locks.ReadWriteLock lock;
    descriptor: Ljava/util/concurrent/locks/ReadWriteLock;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  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 106
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.<init>:()V
         1: .line 109
            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 113
            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 114
            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=2, 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 116
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.<init>:()V
         1: .line 118
            aload 0 /* this */
            aload 2 /* newLock */
            putfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.lock:Ljava/util/concurrent/locks/ReadWriteLock;
         2: .line 119
            aload 0 /* this */
            aload 1 /* newDelegate */
            putfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.delegate:Lorg/eclipse/collections/api/list/MutableList;
         3: .line 120
            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    4     0         this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    4     1  newDelegate  Lorg/eclipse/collections/api/list/MutableList<TT;>;
            0    4     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 124
            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 129
            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<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 134
            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 139
            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 145
            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;>;

  protected java.util.concurrent.locks.ReadWriteLock getLock();
    descriptor: ()Ljava/util/concurrent/locks/ReadWriteLock;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 151
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.MultiReaderFastList.lock:Ljava/util/concurrent/locks/ReadWriteLock;
            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;>;

  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 156
            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 161
            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<org.eclipse.collections.api.list.MutableList<T>>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 166
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 169
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.asReadUntouchable:()Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList$UntouchableMutableList;
            astore 2 /* list */
        start local 2 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableMutableList list
         2: .line 170
            aload 1 /* procedure */
            aload 2 /* list */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         3: .line 171
            aload 2 /* list */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableMutableList.becomeUseless:()V
        end local 2 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableMutableList list
         4: .line 172
            goto 8
         5: .line 174
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         6: .line 175
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         7: .line 176
            aload 3
            athrow
         8: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         9: .line 177
            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<Lorg/eclipse/collections/api/list/MutableList<TT;>;>;
            2    4     2       list  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList$UntouchableMutableList<TT;>;
      Exception table:
        from    to  target  type
           1     5       5  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<org.eclipse.collections.api.list.MutableList<T>>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 181
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireWriteLock:()V
         1: .line 184
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.asWriteUntouchable:()Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList$UntouchableMutableList;
            astore 2 /* list */
        start local 2 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableMutableList list
         2: .line 185
            aload 1 /* procedure */
            aload 2 /* list */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         3: .line 186
            aload 2 /* list */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableMutableList.becomeUseless:()V
        end local 2 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableMutableList list
         4: .line 187
            goto 8
         5: .line 189
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         6: .line 190
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         7: .line 191
            aload 3
            athrow
         8: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         9: .line 192
            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<Lorg/eclipse/collections/api/list/MutableList<TT;>;>;
            2    4     2       list  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList$UntouchableMutableList<TT;>;
      Exception table:
        from    to  target  type
           1     5       5  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=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 197
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 200
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.list.mutable.SynchronizedMutableList.of:(Ljava/util/List;)Lorg/eclipse/collections/impl/list/mutable/SynchronizedMutableList;
            astore 2
         2: .line 204
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 200
            aload 2
            areturn
         4: .line 203
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 204
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 205
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: ()Lorg/eclipse/collections/api/list/MutableList<TT;>;

  public org.eclipse.collections.api.list.MutableList<T> asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 211
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 214
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.list.mutable.UnmodifiableMutableList.of:(Ljava/util/List;)Lorg/eclipse/collections/impl/list/mutable/UnmodifiableMutableList;
            astore 2
         2: .line 218
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 214
            aload 2
            areturn
         4: .line 217
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 218
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 219
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: ()Lorg/eclipse/collections/api/list/MutableList<TT;>;

  public org.eclipse.collections.api.list.ImmutableList<T> toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/list/ImmutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 225
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 228
            getstatic org.eclipse.collections.impl.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;
            astore 2
         2: .line 232
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 228
            aload 2
            areturn
         4: .line 231
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 232
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 233
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  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=3, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 239
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 242
            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
            astore 2
         2: .line 246
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 242
            aload 2
            areturn
         4: .line 245
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 246
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 247
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  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=4, 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 253
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 256
            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;
            astore 3
         2: .line 260
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 256
            aload 3
            areturn
         4: .line 259
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 260
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 261
            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    7     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/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=4, 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 267
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 270
            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;
            astore 3
         2: .line 274
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 270
            aload 3
            areturn
         4: .line 273
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 274
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 275
            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    7     0             this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  booleanFunction  Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-TT;>;)Lorg/eclipse/collections/api/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=4, 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 281
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 284
            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;
            astore 3
         2: .line 288
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 284
            aload 3
            areturn
         4: .line 287
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 288
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 289
            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    7     0          this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  byteFunction  Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TT;>;)Lorg/eclipse/collections/api/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=4, 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 295
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 298
            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;
            astore 3
         2: .line 302
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 298
            aload 3
            areturn
         4: .line 301
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 302
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 303
            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    7     0          this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  charFunction  Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TT;>;)Lorg/eclipse/collections/api/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=4, 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 309
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 312
            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;
            astore 3
         2: .line 316
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 312
            aload 3
            areturn
         4: .line 315
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 316
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 317
            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    7     0            this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  doubleFunction  Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;)Lorg/eclipse/collections/api/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=4, 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 323
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 326
            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;
            astore 3
         2: .line 330
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 326
            aload 3
            areturn
         4: .line 329
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 330
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 331
            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    7     0           this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  floatFunction  Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;)Lorg/eclipse/collections/api/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=4, 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 337
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 340
            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;
            astore 3
         2: .line 344
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 340
            aload 3
            areturn
         4: .line 343
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 344
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 345
            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    7     0         this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  intFunction  Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;)Lorg/eclipse/collections/api/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=4, 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 351
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 354
            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;
            astore 3
         2: .line 358
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 354
            aload 3
            areturn
         4: .line 357
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 358
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 359
            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    7     0          this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  longFunction  Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;)Lorg/eclipse/collections/api/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=4, 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 365
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 368
            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;
            astore 3
         2: .line 372
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 368
            aload 3
            areturn
         4: .line 371
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 372
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 373
            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    7     0           this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  shortFunction  Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TT;>;)Lorg/eclipse/collections/api/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=4, 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 380
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 383
            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;
            astore 3
         2: .line 387
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 383
            aload 3
            areturn
         4: .line 386
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 387
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 388
            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    7     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;)Lorg/eclipse/collections/api/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=5, 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 396
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 399
            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;
            astore 4
         2: .line 403
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 399
            aload 4
            areturn
         4: .line 402
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 403
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 404
            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    7     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            0    7     2   function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/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=5, 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 412
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 415
            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;
            astore 4
         2: .line 419
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 415
            aload 4
            areturn
         4: .line 418
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 419
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 420
            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    7     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1   function  Lorg/eclipse/collections/api/block/function/Function2<-TT;-TP;+TV;>;
            0    7     2  parameter  TP;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <P:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function2<-TT;-TP;+TV;>;TP;)Lorg/eclipse/collections/api/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 426
            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=4, 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 432
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 435
            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;
            astore 3
         2: .line 439
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 435
            aload 3
            areturn
         4: .line 438
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 439
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 440
            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    7     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/api/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=5, 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 448
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 451
            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;
            astore 4
         2: .line 455
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 451
            aload 4
            areturn
         4: .line 454
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 455
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 456
            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    7     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    7     2  parameter  TP;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Lorg/eclipse/collections/api/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=4, 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 462
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 465
            aload 0 /* this */
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         2: .line 466
            aload 0 /* this */
            astore 3
         3: .line 470
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         4: .line 466
            aload 3
            areturn
         5: .line 469
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         6: .line 470
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         7: .line 471
            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    8     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    8     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
      Exception table:
        from    to  target  type
           1     3       5  any
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)Lorg/eclipse/collections/api/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=4, 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 477
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 480
            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;
            astore 3
         2: .line 484
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 480
            aload 3
            areturn
         4: .line 483
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 484
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 485
            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    7     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/api/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=5, 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 493
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 496
            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;
            astore 4
         2: .line 500
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 496
            aload 4
            areturn
         4: .line 499
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 500
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 501
            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    7     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    7     2  parameter  TP;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Lorg/eclipse/collections/api/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=4, 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 507
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 510
            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;
            astore 3
         2: .line 514
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 510
            aload 3
            areturn
         4: .line 513
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 514
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 515
            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    7     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/api/partition/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=5, 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 521
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 524
            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;
            astore 4
         2: .line 528
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 524
            aload 4
            areturn
         4: .line 527
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 528
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 529
            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    7     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    7     2  parameter  TP;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Lorg/eclipse/collections/api/partition/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=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // java.lang.Class clazz
         0: .line 535
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 538
            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;
            astore 3
         2: .line 542
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 538
            aload 3
            areturn
         4: .line 541
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 542
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 543
            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    7     0   this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  clazz  Ljava/lang/Class<TS;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <S:Ljava/lang/Object;>(Ljava/lang/Class<TS;>;)Lorg/eclipse/collections/api/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=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 549
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 552
            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;
            astore 2
         2: .line 556
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 552
            aload 2
            areturn
         4: .line 555
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 556
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 557
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: ()Lorg/eclipse/collections/api/list/MutableList<TT;>;

  public org.eclipse.collections.api.list.MutableList<T> 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=4, 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 563
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 566
            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;
            astore 3
         2: .line 570
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 566
            aload 3
            areturn
         4: .line 569
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 570
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 571
            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    7     0             this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  hashingStrategy  Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  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=4, 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 580
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 583
            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;
            astore 3
         2: .line 587
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 583
            aload 3
            areturn
         4: .line 586
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 587
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 588
            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    7     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.MutableList<T> sortThis();
    descriptor: ()Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 594
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireWriteLock:()V
         1: .line 597
            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
         2: .line 598
            aload 0 /* this */
            astore 2
         3: .line 602
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         4: .line 598
            aload 2
            areturn
         5: .line 601
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         6: .line 602
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         7: .line 603
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
      Exception table:
        from    to  target  type
           1     3       5  any
    Signature: ()Lorg/eclipse/collections/api/list/MutableList<TT;>;

  public org.eclipse.collections.api.list.MutableList<T> sortThis(java.util.Comparator<? super T>);
    descriptor: (Ljava/util/Comparator;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // java.util.Comparator comparator
         0: .line 609
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireWriteLock:()V
         1: .line 612
            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
         2: .line 613
            aload 0 /* this */
            astore 3
         3: .line 617
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         4: .line 613
            aload 3
            areturn
         5: .line 616
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         6: .line 617
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         7: .line 618
            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    8     0        this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    8     1  comparator  Ljava/util/Comparator<-TT;>;
      Exception table:
        from    to  target  type
           1     3       5  any
    Signature: (Ljava/util/Comparator<-TT;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
            Name  Flags
      comparator  

  public <V extends java.lang.Comparable<? super V>> org.eclipse.collections.api.list.MutableList<T> 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/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, 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 625
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireWriteLock:()V
         1: .line 628
            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
         2: .line 629
            aload 0 /* this */
            astore 3
         3: .line 633
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         4: .line 629
            aload 3
            areturn
         5: .line 632
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         6: .line 633
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         7: .line 634
            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    8     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    8     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
      Exception table:
        from    to  target  type
           1     3       5  any
    Signature: <V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.MutableList<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/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, 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 640
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireWriteLock:()V
         1: .line 643
            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
         2: .line 644
            aload 0 /* this */
            astore 3
         3: .line 648
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         4: .line 644
            aload 3
            areturn
         5: .line 647
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         6: .line 648
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         7: .line 649
            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    8     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    8     1  function  Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     3       5  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.MutableList<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/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, 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 655
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireWriteLock:()V
         1: .line 658
            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
         2: .line 659
            aload 0 /* this */
            astore 3
         3: .line 663
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         4: .line 659
            aload 3
            areturn
         5: .line 662
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         6: .line 663
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         7: .line 664
            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    8     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    8     1  function  Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     3       5  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-TT;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.MutableList<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/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, 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 670
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireWriteLock:()V
         1: .line 673
            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
         2: .line 674
            aload 0 /* this */
            astore 3
         3: .line 678
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         4: .line 674
            aload 3
            areturn
         5: .line 677
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         6: .line 678
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         7: .line 679
            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    8     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    8     1  function  Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     3       5  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TT;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.MutableList<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/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, 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 685
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireWriteLock:()V
         1: .line 688
            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
         2: .line 689
            aload 0 /* this */
            astore 3
         3: .line 693
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         4: .line 689
            aload 3
            areturn
         5: .line 692
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         6: .line 693
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         7: .line 694
            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    8     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    8     1  function  Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     3       5  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TT;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.MutableList<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/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, 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 700
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireWriteLock:()V
         1: .line 703
            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
         2: .line 704
            aload 0 /* this */
            astore 3
         3: .line 708
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         4: .line 704
            aload 3
            areturn
         5: .line 707
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         6: .line 708
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         7: .line 709
            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    8     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    8     1  function  Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     3       5  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TT;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.MutableList<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/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, 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 715
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireWriteLock:()V
         1: .line 718
            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
         2: .line 719
            aload 0 /* this */
            astore 3
         3: .line 723
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         4: .line 719
            aload 3
            areturn
         5: .line 722
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         6: .line 723
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         7: .line 724
            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    8     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    8     1  function  Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     3       5  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.MutableList<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/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, 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 730
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireWriteLock:()V
         1: .line 733
            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
         2: .line 734
            aload 0 /* this */
            astore 3
         3: .line 738
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         4: .line 734
            aload 3
            areturn
         5: .line 737
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         6: .line 738
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         7: .line 739
            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    8     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    8     1  function  Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     3       5  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.MutableList<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/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, 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 745
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireWriteLock:()V
         1: .line 748
            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
         2: .line 749
            aload 0 /* this */
            astore 3
         3: .line 753
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         4: .line 749
            aload 3
            areturn
         5: .line 752
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         6: .line 753
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         7: .line 754
            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    8     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    8     1  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     3       5  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;)Lorg/eclipse/collections/api/list/MutableList<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=5, 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 760
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 763
            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
            astore 4
         2: .line 767
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 763
            aload 4
            areturn
         4: .line 766
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 767
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 768
            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    7     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  fromIndex  I
            0    7     2    toIndex  I
      Exception table:
        from    to  target  type
           1     2       4  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=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // java.lang.Object o
         0: .line 774
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 777
            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
            istore 3
         2: .line 781
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 777
            iload 3
            ireturn
         4: .line 780
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 781
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 782
            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    7     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1     o  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     2       4  any
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 788
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 791
            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
            istore 2
         2: .line 795
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 791
            iload 2
            ireturn
         4: .line 794
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 795
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 796
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any

  public T get();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // int index
         0: .line 802
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 805
            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;
            astore 3
         2: .line 809
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 805
            aload 3
            areturn
         4: .line 808
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 809
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 810
            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    7     0   this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  index  I
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (I)TT;
    MethodParameters:
       Name  Flags
      index  

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

  public java.util.Optional<T> getLastOptional();
    descriptor: ()Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 830
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 833
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.getDelegate:()Lorg/eclipse/collections/api/list/MutableList;
            invokeinterface org.eclipse.collections.api.list.MutableList.getLastOptional:()Ljava/util/Optional;
            astore 2
         2: .line 837
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 833
            aload 2
            areturn
         4: .line 836
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 837
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 838
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  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=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // java.lang.Object o
         0: .line 844
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 847
            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
            istore 3
         2: .line 851
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 847
            iload 3
            ireturn
         4: .line 850
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 851
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 852
            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    7     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1     o  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     2       4  any
    MethodParameters:
      Name  Flags
      o     

  public int lastIndexOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // java.lang.Object o
         0: .line 858
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 861
            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
            istore 3
         2: .line 865
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 861
            iload 3
            ireturn
         4: .line 864
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 865
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 866
            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    7     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1     o  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     2       4  any
    MethodParameters:
      Name  Flags
      o     

  public org.eclipse.collections.api.list.MutableList<T> with(T);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // java.lang.Object element
         0: .line 872
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.add:(Ljava/lang/Object;)Z
            pop
         1: .line 873
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object element
        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  element  TT;
    Signature: (TT;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.api.list.MutableList<T> without(T);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // java.lang.Object element
         0: .line 879
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.remove:(Ljava/lang/Object;)Z
            pop
         1: .line 880
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object element
        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  element  TT;
    Signature: (TT;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.api.list.MutableList<T> withAll(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // java.lang.Iterable elements
         0: .line 886
            aload 0 /* this */
            aload 1 /* elements */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.addAllIterable:(Ljava/lang/Iterable;)Z
            pop
         1: .line 887
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Iterable elements
        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  elements  Ljava/lang/Iterable<+TT;>;
    Signature: (Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.api.list.MutableList<T> withoutAll(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // java.lang.Iterable elements
         0: .line 893
            aload 0 /* this */
            aload 1 /* elements */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.removeAllIterable:(Ljava/lang/Iterable;)Z
            pop
         1: .line 894
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Iterable elements
        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  elements  Ljava/lang/Iterable<+TT;>;
    Signature: (Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
          Name  Flags
      elements  

  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 915
            new java.lang.UnsupportedOperationException
            dup
         1: .line 916
            ldc "ListIterator is not supported for MultiReaderFastList.  If you would like to use a ListIterator, you must either use withReadLockAndDelegate() or withWriteLockAndDelegate()."
         2: .line 915
            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 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 938
            new java.lang.UnsupportedOperationException
            dup
         1: .line 939
            ldc "ListIterator is not supported for MultiReaderFastList.  If you would like to use a ListIterator, you must either use withReadLockAndDelegate() or withWriteLockAndDelegate()."
         2: .line 938
            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=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // int index
         0: .line 946
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireWriteLock:()V
         1: .line 949
            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;
            astore 3
         2: .line 953
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         3: .line 949
            aload 3
            areturn
         4: .line 952
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 953
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         6: .line 954
            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    7     0   this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  index  I
      Exception table:
        from    to  target  type
           1     2       4  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=5, 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 960
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireWriteLock:()V
         1: .line 963
            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;
            astore 4
         2: .line 967
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         3: .line 963
            aload 4
            areturn
         4: .line 966
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 967
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         6: .line 968
            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    7     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1    index  I
            0    7     2  element  TT;
      Exception table:
        from    to  target  type
           1     2       4  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=5, 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 974
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireWriteLock:()V
         1: .line 977
            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
            istore 4
         2: .line 981
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         3: .line 977
            iload 4
            ireturn
         4: .line 980
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 981
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         6: .line 982
            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    7     0        this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1       index  I
            0    7     2  collection  Ljava/util/Collection<+TT;>;
      Exception table:
        from    to  target  type
           1     2       4  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=4, 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 988
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireWriteLock:()V
         1: .line 991
            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
         2: .line 992
            goto 6
         3: .line 994
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         4: .line 995
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         5: .line 996
            aload 3
            athrow
         6: .line 995
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         7: .line 997
            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    8     0     this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    8     1    index  I
            0    8     2  element  TT;
      Exception table:
        from    to  target  type
           1     3       3  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=5, 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 1002
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 1005
            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
            istore 4
         2: .line 1009
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 1005
            iload 4
            ireturn
         4: .line 1008
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 1009
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 1010
            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    7     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1      other  Lorg/eclipse/collections/api/ordered/OrderedIterable<TS;>;
            0    7     2  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TS;>;
      Exception table:
        from    to  target  type
           1     2       4  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=5, 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 1016
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 1019
            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
         2: .line 1020
            goto 6
         3: .line 1022
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         4: .line 1023
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         5: .line 1024
            aload 4
            athrow
         6: .line 1023
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         7: .line 1025
            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    8     0        this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    8     1  startIndex  I
            0    8     2    endIndex  I
            0    8     3   procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
      Exception table:
        from    to  target  type
           1     3       3  any
    Signature: (IILorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)V
    MethodParameters:
            Name  Flags
      startIndex  
      endIndex    
      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=5, 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 1030
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 1033
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* comparator */
            invokestatic java.util.Collections.binarySearch:(Ljava/util/List;Ljava/lang/Object;Ljava/util/Comparator;)I
            istore 4
         2: .line 1037
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 1033
            iload 4
            ireturn
         4: .line 1036
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 1037
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 1038
            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    7     0        this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1         key  TT;
            0    7     2  comparator  Ljava/util/Comparator<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  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=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // java.lang.Object key
         0: .line 1044
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 1047
            aload 0 /* this */
            aload 1 /* key */
            invokestatic java.util.Collections.binarySearch:(Ljava/util/List;Ljava/lang/Object;)I
            istore 3
         2: .line 1051
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 1047
            iload 3
            ireturn
         4: .line 1050
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1051
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 1052
            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    7     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1   key  TT;
      Exception table:
        from    to  target  type
           1     2       4  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=3, locals=2, 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 1058
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* procedure */
            invokedynamic run(Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList;Lorg/eclipse/collections/api/block/procedure/Procedure;)Ljava/lang/Runnable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()V
                  org/eclipse/collections/impl/list/mutable/MultiReaderFastList.lambda$0(Lorg/eclipse/collections/api/block/procedure/Procedure;)V (7)
                  ()V
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.withReadLockRun:(Ljava/lang/Runnable;)V
         1: .line 1059
            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    2     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public void 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=3, locals=2, 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 1064
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* procedure */
            invokedynamic run(Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList;Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)Ljava/lang/Runnable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()V
                  org/eclipse/collections/impl/list/mutable/MultiReaderFastList.lambda$1(Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V (7)
                  ()V
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.withReadLockRun:(Ljava/lang/Runnable;)V
         1: .line 1065
            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    2     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;
    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=5, locals=4, 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 1070
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* fromIndex */
            iload 2 /* toIndex */
            aload 3 /* objectIntProcedure */
            invokedynamic run(Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList;IILorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)Ljava/lang/Runnable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()V
                  org/eclipse/collections/impl/list/mutable/MultiReaderFastList.lambda$2(IILorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V (7)
                  ()V
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.withReadLockRun:(Ljava/lang/Runnable;)V
         1: .line 1071
            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    2     0                this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    2     1           fromIndex  I
            0    2     2             toIndex  I
            0    2     3  objectIntProcedure  Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;
    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 1076
            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 1077
            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=3, 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 1082
            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 1083
            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 1084
            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    3     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    3     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=4, 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 1759
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 1762
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.getDelegate:()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
            istore 3
         2: .line 1766
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 1762
            iload 3
            ireturn
         4: .line 1765
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1766
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 1767
            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    7     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)I
    MethodParameters:
           Name  Flags
      predicate  

  public 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=4, 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 1773
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 1776
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.getDelegate:()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
            istore 3
         2: .line 1780
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 1776
            iload 3
            ireturn
         4: .line 1779
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1780
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 1781
            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    7     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)I
    MethodParameters:
           Name  Flags
      predicate  

  public <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=4, 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 1787
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 1790
            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;
            astore 3
         2: .line 1794
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 1790
            aload 3
            areturn
         4: .line 1793
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1794
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 1795
            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    7     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/multimap/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=4, 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 1801
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 1804
            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;
            astore 3
         2: .line 1808
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 1804
            aload 3
            areturn
         4: .line 1807
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1808
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 1809
            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    7     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;)Lorg/eclipse/collections/api/multimap/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=4, 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 1815
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 1818
            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;
            astore 3
         2: .line 1822
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 1818
            aload 3
            areturn
         4: .line 1821
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1822
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 1823
            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    7     0      this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/map/MutableMap<TV;TT;>;
    MethodParameters:
          Name  Flags
      function  

  public <S> org.eclipse.collections.api.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=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // java.lang.Iterable that
         0: .line 1829
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 1832
            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;
            astore 3
         2: .line 1836
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 1832
            aload 3
            areturn
         4: .line 1835
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1836
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 1837
            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    7     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  that  Ljava/lang/Iterable<TS;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: <S:Ljava/lang/Object;>(Ljava/lang/Iterable<TS;>;)Lorg/eclipse/collections/api/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=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 1843
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 1846
            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;
            astore 2
         2: .line 1850
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 1846
            aload 2
            areturn
         4: .line 1849
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 1850
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 1851
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  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=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 1857
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 1860
            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;
            astore 2
         2: .line 1864
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 1860
            aload 2
            areturn
         4: .line 1863
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 1864
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 1865
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: ()Lorg/eclipse/collections/api/list/MutableList<TT;>;

  public org.eclipse.collections.api.list.MutableList<T> reverseThis();
    descriptor: ()Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 1871
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireWriteLock:()V
         1: .line 1874
            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
         2: .line 1875
            aload 0 /* this */
            astore 2
         3: .line 1879
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         4: .line 1875
            aload 2
            areturn
         5: .line 1878
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         6: .line 1879
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         7: .line 1880
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
      Exception table:
        from    to  target  type
           1     3       5  any
    Signature: ()Lorg/eclipse/collections/api/list/MutableList<TT;>;

  public org.eclipse.collections.api.list.MutableList<T> shuffleThis();
    descriptor: ()Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 1886
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireWriteLock:()V
         1: .line 1889
            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
         2: .line 1890
            aload 0 /* this */
            astore 2
         3: .line 1894
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         4: .line 1890
            aload 2
            areturn
         5: .line 1893
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         6: .line 1894
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         7: .line 1895
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
      Exception table:
        from    to  target  type
           1     3       5  any
    Signature: ()Lorg/eclipse/collections/api/list/MutableList<TT;>;

  public org.eclipse.collections.api.list.MutableList<T> shuffleThis(java.util.Random);
    descriptor: (Ljava/util/Random;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // java.util.Random rnd
         0: .line 1901
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireWriteLock:()V
         1: .line 1904
            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
         2: .line 1905
            aload 0 /* this */
            astore 3
         3: .line 1909
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         4: .line 1905
            aload 3
            areturn
         5: .line 1908
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         6: .line 1909
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockWriteLock:()V
         7: .line 1910
            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    8     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    8     1   rnd  Ljava/util/Random;
      Exception table:
        from    to  target  type
           1     3       5  any
    Signature: (Ljava/util/Random;)Lorg/eclipse/collections/api/list/MutableList<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=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 1916
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 1919
            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;
            astore 2
         2: .line 1923
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 1919
            aload 2
            areturn
         4: .line 1922
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 1923
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 1924
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  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=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // int size
         0: .line 1930
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 1933
            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;
            astore 3
         2: .line 1937
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 1933
            aload 3
            areturn
         4: .line 1936
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1937
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 1938
            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    7     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  size  I
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/RichIterable<TT;>;>;
    MethodParameters:
      Name  Flags
      size  

  public 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=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // int count
         0: .line 1944
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 1947
            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;
            astore 3
         2: .line 1951
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 1947
            aload 3
            areturn
         4: .line 1950
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1951
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 1952
            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    7     0   this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  count  I
      Exception table:
        from    to  target  type
           1     2       4  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=4, 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 1958
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 1961
            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;
            astore 3
         2: .line 1965
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 1961
            aload 3
            areturn
         4: .line 1964
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1965
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 1966
            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    7     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/api/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=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
        start local 1 // int count
         0: .line 1972
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 1975
            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;
            astore 3
         2: .line 1979
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 1975
            aload 3
            areturn
         4: .line 1978
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1979
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 1980
            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    7     0   this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  count  I
      Exception table:
        from    to  target  type
           1     2       4  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=4, 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 1986
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 1989
            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;
            astore 3
         2: .line 1993
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 1989
            aload 3
            areturn
         4: .line 1992
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 1993
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 1994
            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    7     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/api/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=4, 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 2000
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 2003
            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;
            astore 3
         2: .line 2007
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 2003
            aload 3
            areturn
         4: .line 2006
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 2007
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 2008
            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    7     0       this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
      Exception table:
        from    to  target  type
           1     2       4  any
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/api/partition/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=1, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 2014
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.acquireReadLock:()V
         1: .line 2017
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.lazy.ReverseIterable.adapt:(Lorg/eclipse/collections/api/list/ListIterable;)Lorg/eclipse/collections/impl/lazy/ReverseIterable;
            astore 2
         2: .line 2021
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         3: .line 2017
            aload 2
            areturn
         4: .line 2020
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 2021
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.unlockReadLock:()V
         6: .line 2022
            aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
      Exception table:
        from    to  target  type
           1     2       4  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=3, 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 2028
            new org.eclipse.collections.impl.lazy.parallel.list.MultiReaderParallelListIterable
            dup
            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;
            invokespecial org.eclipse.collections.impl.lazy.parallel.list.MultiReaderParallelListIterable.<init>:(Lorg/eclipse/collections/api/list/ParallelListIterable;Ljava/util/concurrent/locks/ReadWriteLock;)V
            areturn
        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    1     0             this  Lorg/eclipse/collections/impl/list/mutable/MultiReaderFastList<TT;>;
            0    1     1  executorService  Ljava/util/concurrent/ExecutorService;
            0    1     2        batchSize  I
    Signature: (Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/list/ParallelListIterable<TT;>;
    MethodParameters:
                 Name  Flags
      executorService  
      batchSize        

  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

  public org.eclipse.collections.api.collection.MutableCollection withoutAll(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.withoutAll:(Ljava/lang/Iterable;)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.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.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.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.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.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.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.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.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.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 without(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.without:(Ljava/lang/Object;)Lorg/eclipse/collections/api/list/MutableList;
            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.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.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.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.collection.MutableCollection withAll(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/MutableList;
            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.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.collection.MutableCollection with(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.with:(Ljava/lang/Object;)Lorg/eclipse/collections/api/list/MutableList;
            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 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

  private void lambda$0(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 1058
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.getDelegate:()Lorg/eclipse/collections/api/list/MutableList;
            aload 1
            invokeinterface org.eclipse.collections.api.list.MutableList.reverseForEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
            return
        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;>;

  private void lambda$1(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 1064
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.getDelegate:()Lorg/eclipse/collections/api/list/MutableList;
            aload 1
            invokeinterface org.eclipse.collections.api.list.MutableList.reverseForEachWithIndex:(Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
            return
        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;>;

  private void lambda$2(int, int, org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure);
    descriptor: (IILorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.list.mutable.MultiReaderFastList this
         0: .line 1070
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.MultiReaderFastList.getDelegate:()Lorg/eclipse/collections/api/list/MutableList;
            iload 1
            iload 2
            aload 3
            invokeinterface org.eclipse.collections.api.list.MutableList.forEachWithIndex:(IILorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
            return
        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: <T:Ljava/lang/Object;>Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;Ljava/util/RandomAccess;Ljava/io/Externalizable;Lorg/eclipse/collections/api/list/MutableList<TT;>;
SourceFile: "MultiReaderFastList.java"
NestMembers:
  org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableListIterator  org.eclipse.collections.impl.list.mutable.MultiReaderFastList$UntouchableMutableList
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  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