public class org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList extends org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableFloatCollection implements org.eclipse.collections.api.list.primitive.MutableFloatList
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList
  super_class: org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableFloatCollection
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public void <init>(org.eclipse.collections.api.list.primitive.MutableFloatList);
    descriptor: (Lorg/eclipse/collections/api/list/primitive/MutableFloatList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
        start local 1 // org.eclipse.collections.api.list.primitive.MutableFloatList list
         0: .line 45
            aload 0 /* this */
            aload 1 /* list */
            invokespecial org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableFloatCollection.<init>:(Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;)V
         1: .line 46
            return
        end local 1 // org.eclipse.collections.api.list.primitive.MutableFloatList list
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    2     1  list  Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
    MethodParameters:
      Name  Flags
      list  

  private org.eclipse.collections.api.list.primitive.MutableFloatList getMutableFloatList();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
         0: .line 50
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.getFloatCollection:()Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;
            checkcast org.eclipse.collections.api.list.primitive.MutableFloatList
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;

  public float get(int);
    descriptor: (I)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
        start local 1 // int index
         0: .line 56
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.getMutableFloatList:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            iload 1 /* index */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableFloatList.get:(I)F
            freturn
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public float getFirst();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
         0: .line 62
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.getMutableFloatList:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableFloatList.getFirst:()F
            freturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;

  public float getLast();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
         0: .line 68
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.getMutableFloatList:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableFloatList.getLast:()F
            freturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;

  public int indexOf(float);
    descriptor: (F)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
        start local 1 // float value
         0: .line 74
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.getMutableFloatList:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            fload 1 /* value */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableFloatList.indexOf:(F)I
            ireturn
        end local 1 // float value
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1  value  F
    MethodParameters:
       Name  Flags
      value  

  public int lastIndexOf(float);
    descriptor: (F)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
        start local 1 // float value
         0: .line 80
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.getMutableFloatList:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            fload 1 /* value */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableFloatList.lastIndexOf:(F)I
            ireturn
        end local 1 // float value
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1  value  F
    MethodParameters:
       Name  Flags
      value  

  public void addAtIndex(int, float);
    descriptor: (IF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
        start local 1 // int index
        start local 2 // float element
         0: .line 86
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call addAtIndex() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // float element
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1    index  I
            0    1     2  element  F
    MethodParameters:
         Name  Flags
      index    
      element  

  public boolean addAllAtIndex(int, float[]);
    descriptor: (I[F)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
        start local 1 // int index
        start local 2 // float[] source
         0: .line 92
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call addAllAtIndex() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // float[] source
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1   index  I
            0    1     2  source  [F
    MethodParameters:
        Name  Flags
      index   
      source  

  public boolean addAllAtIndex(int, org.eclipse.collections.api.FloatIterable);
    descriptor: (ILorg/eclipse/collections/api/FloatIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
        start local 1 // int index
        start local 2 // org.eclipse.collections.api.FloatIterable source
         0: .line 98
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call addAllAtIndex() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // org.eclipse.collections.api.FloatIterable source
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1   index  I
            0    1     2  source  Lorg/eclipse/collections/api/FloatIterable;
    MethodParameters:
        Name  Flags
      index   
      source  

  public float removeAtIndex(int);
    descriptor: (I)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
        start local 1 // int index
         0: .line 104
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call removeAtIndex() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public float set(int, float);
    descriptor: (IF)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
        start local 1 // int index
        start local 2 // float element
         0: .line 110
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call set() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // float element
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1    index  I
            0    1     2  element  F
    MethodParameters:
         Name  Flags
      index    
      element  

  public org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList with(float);
    descriptor: (F)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
        start local 1 // float element
         0: .line 116
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call with() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // float element
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1  element  F
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList without(float);
    descriptor: (F)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
        start local 1 // float element
         0: .line 122
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call without() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // float element
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1  element  F
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList withAll(org.eclipse.collections.api.FloatIterable);
    descriptor: (Lorg/eclipse/collections/api/FloatIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
        start local 1 // org.eclipse.collections.api.FloatIterable elements
         0: .line 128
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call withAll() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.FloatIterable elements
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1  elements  Lorg/eclipse/collections/api/FloatIterable;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList withoutAll(org.eclipse.collections.api.FloatIterable);
    descriptor: (Lorg/eclipse/collections/api/FloatIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
        start local 1 // org.eclipse.collections.api.FloatIterable elements
         0: .line 134
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call withoutAll() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.FloatIterable elements
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1  elements  Lorg/eclipse/collections/api/FloatIterable;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.api.list.primitive.MutableFloatList select(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate
         0: .line 140
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.getMutableFloatList:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableFloatList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.list.primitive.MutableFloatList reject(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate
         0: .line 146
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.getMutableFloatList:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableFloatList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public <V> org.eclipse.collections.api.list.MutableList<V> collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction<? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatToObjectFunction;)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.primitive.UnmodifiableFloatList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction function
         0: .line 152
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.getMutableFloatList:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableFloatList.collect:(Lorg/eclipse/collections/api/block/function/primitive/FloatToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction function
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/FloatToObjectFunction<+TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/FloatToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/list/MutableList<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.primitive.MutableFloatList sortThis();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
         0: .line 158
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call sortThis() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;

  public int binarySearch(float);
    descriptor: (F)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
        start local 1 // float value
         0: .line 164
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.getMutableFloatList:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            fload 1 /* value */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableFloatList.binarySearch:(F)I
            ireturn
        end local 1 // float value
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1  value  F
    MethodParameters:
       Name  Flags
      value  

  public double dotProduct(org.eclipse.collections.api.list.primitive.FloatList);
    descriptor: (Lorg/eclipse/collections/api/list/primitive/FloatList;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
        start local 1 // org.eclipse.collections.api.list.primitive.FloatList list
         0: .line 170
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.getMutableFloatList:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            aload 1 /* list */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableFloatList.dotProduct:(Lorg/eclipse/collections/api/list/primitive/FloatList;)D
            dreturn
        end local 1 // org.eclipse.collections.api.list.primitive.FloatList list
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1  list  Lorg/eclipse/collections/api/list/primitive/FloatList;
    MethodParameters:
      Name  Flags
      list  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
        start local 1 // java.lang.Object otherList
         0: .line 176
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.getMutableFloatList:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            aload 1 /* otherList */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableFloatList.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object otherList
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1  otherList  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      otherList  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
         0: .line 182
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.getMutableFloatList:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableFloatList.hashCode:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;

  public org.eclipse.collections.api.list.primitive.MutableFloatList asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
         0: .line 188
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;

  public org.eclipse.collections.api.list.primitive.MutableFloatList asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
         0: .line 194
            new org.eclipse.collections.impl.list.mutable.primitive.SynchronizedFloatList
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.list.mutable.primitive.SynchronizedFloatList.<init>:(Lorg/eclipse/collections/api/list/primitive/MutableFloatList;)V
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;

  public org.eclipse.collections.api.list.primitive.ImmutableFloatList toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/ImmutableFloatList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
         0: .line 200
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.size:()I
            istore 1 /* size */
        start local 1 // int size
         1: .line 201
            iload 1 /* size */
            ifne 3
         2: .line 203
            getstatic org.eclipse.collections.impl.factory.primitive.FloatLists.immutable:Lorg/eclipse/collections/api/factory/list/primitive/ImmutableFloatListFactory;
            invokeinterface org.eclipse.collections.api.factory.list.primitive.ImmutableFloatListFactory.with:()Lorg/eclipse/collections/api/list/primitive/ImmutableFloatList;
            areturn
         3: .line 205
      StackMap locals: int
      StackMap stack:
            iload 1 /* size */
            iconst_1
            if_icmpne 5
         4: .line 207
            getstatic org.eclipse.collections.impl.factory.primitive.FloatLists.immutable:Lorg/eclipse/collections/api/factory/list/primitive/ImmutableFloatListFactory;
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.getFirst:()F
            invokeinterface org.eclipse.collections.api.factory.list.primitive.ImmutableFloatListFactory.with:(F)Lorg/eclipse/collections/api/list/primitive/ImmutableFloatList;
            areturn
         5: .line 209
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.collections.impl.factory.primitive.FloatLists.immutable:Lorg/eclipse/collections/api/factory/list/primitive/ImmutableFloatListFactory;
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.toArray:()[F
            invokeinterface org.eclipse.collections.api.factory.list.primitive.ImmutableFloatListFactory.with:([F)Lorg/eclipse/collections/api/list/primitive/ImmutableFloatList;
            areturn
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            1    6     1  size  I

  public org.eclipse.collections.api.list.primitive.MutableFloatList newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
         0: .line 217
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.getMutableFloatList:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableFloatList.newEmpty:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;

  public org.eclipse.collections.api.list.primitive.MutableFloatList reverseThis();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
         0: .line 223
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call reverseThis() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;

  public org.eclipse.collections.api.list.primitive.MutableFloatList toReversed();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
         0: .line 229
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.getMutableFloatList:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableFloatList.toReversed:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;

  public void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.FloatIntProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/FloatIntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.FloatIntProcedure procedure
         0: .line 235
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.getMutableFloatList:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            aload 1 /* procedure */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableFloatList.forEachWithIndex:(Lorg/eclipse/collections/api/block/procedure/primitive/FloatIntProcedure;)V
         1: .line 236
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.FloatIntProcedure procedure
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/FloatIntProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  public org.eclipse.collections.api.LazyFloatIterable asReversed();
    descriptor: ()Lorg/eclipse/collections/api/LazyFloatIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
         0: .line 241
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.lazy.primitive.ReverseFloatIterable.adapt:(Lorg/eclipse/collections/api/list/primitive/FloatList;)Lorg/eclipse/collections/impl/lazy/primitive/ReverseFloatIterable;
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;

  public <T> T injectIntoWithIndex(T, org.eclipse.collections.api.block.function.primitive.ObjectFloatIntToObjectFunction<? super T, ? extends T>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectFloatIntToObjectFunction;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectFloatIntToObjectFunction function
         0: .line 247
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.getMutableFloatList:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            aload 1 /* injectedValue */
            aload 2 /* function */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableFloatList.injectIntoWithIndex:(Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectFloatIntToObjectFunction;)Ljava/lang/Object;
            areturn
        end local 2 // org.eclipse.collections.api.block.function.primitive.ObjectFloatIntToObjectFunction function
        end local 1 // java.lang.Object injectedValue
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1  injectedValue  TT;
            0    1     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectFloatIntToObjectFunction<-TT;+TT;>;
    Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectFloatIntToObjectFunction<-TT;+TT;>;)TT;
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  public org.eclipse.collections.api.list.primitive.MutableFloatList distinct();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
         0: .line 256
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.getMutableFloatList:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableFloatList.distinct:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;

  public org.eclipse.collections.api.list.primitive.MutableFloatList subList(int, int);
    descriptor: (II)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
        start local 1 // int fromIndex
        start local 2 // int toIndex
         0: .line 262
            new java.lang.UnsupportedOperationException
            dup
            ldc "subList not yet implemented!"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int toIndex
        end local 1 // int fromIndex
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1  fromIndex  I
            0    1     2    toIndex  I
    MethodParameters:
           Name  Flags
      fromIndex  
      toIndex    

  public org.eclipse.collections.api.list.MutableList<org.eclipse.collections.api.tuple.primitive.FloatFloatPair> zipFloat(org.eclipse.collections.api.FloatIterable);
    descriptor: (Lorg/eclipse/collections/api/FloatIterable;)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.primitive.UnmodifiableFloatList this
        start local 1 // org.eclipse.collections.api.FloatIterable iterable
         0: .line 270
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.getMutableFloatList:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            aload 1 /* iterable */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableFloatList.zipFloat:(Lorg/eclipse/collections/api/FloatIterable;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
        end local 1 // org.eclipse.collections.api.FloatIterable iterable
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1  iterable  Lorg/eclipse/collections/api/FloatIterable;
    Signature: (Lorg/eclipse/collections/api/FloatIterable;)Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/tuple/primitive/FloatFloatPair;>;
    MethodParameters:
          Name  Flags
      iterable  

  public <T> org.eclipse.collections.api.list.MutableList<org.eclipse.collections.api.tuple.primitive.FloatObjectPair<T>> zip(java.lang.Iterable<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.primitive.UnmodifiableFloatList this
        start local 1 // java.lang.Iterable iterable
         0: .line 278
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.getMutableFloatList:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            aload 1 /* iterable */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableFloatList.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
        end local 1 // java.lang.Iterable iterable
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1  iterable  Ljava/lang/Iterable<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<TT;>;)Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/tuple/primitive/FloatObjectPair<TT;>;>;
    MethodParameters:
          Name  Flags
      iterable  

  public <V> org.eclipse.collections.api.list.MutableList<V> collectWithIndex(org.eclipse.collections.api.block.function.primitive.FloatIntToObjectFunction<? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatIntToObjectFunction;)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.primitive.UnmodifiableFloatList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.FloatIntToObjectFunction function
         0: .line 290
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.getMutableFloatList:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableFloatList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/FloatIntToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.FloatIntToObjectFunction function
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/FloatIntToObjectFunction<+TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/FloatIntToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/list/MutableList<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public <V, R extends java.util.Collection<V>> R collectWithIndex(org.eclipse.collections.api.block.function.primitive.FloatIntToObjectFunction<? extends V>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatIntToObjectFunction;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.FloatIntToObjectFunction function
        start local 2 // java.util.Collection target
         0: .line 301
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.getMutableFloatList:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            aload 1 /* function */
            aload 2 /* target */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableFloatList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/FloatIntToObjectFunction;Ljava/util/Collection;)Ljava/util/Collection;
            areturn
        end local 2 // java.util.Collection target
        end local 1 // org.eclipse.collections.api.block.function.primitive.FloatIntToObjectFunction function
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/FloatIntToObjectFunction<+TV;>;
            0    1     2    target  TR;
    Signature: <V:Ljava/lang/Object;R::Ljava/util/Collection<TV;>;>(Lorg/eclipse/collections/api/block/function/primitive/FloatIntToObjectFunction<+TV;>;TR;)TR;
    MethodParameters:
          Name  Flags
      function  
      target    

  public org.eclipse.collections.api.ordered.OrderedIterable collectWithIndex(org.eclipse.collections.api.block.function.primitive.FloatIntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatIntToObjectFunction;)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.FloatIntToObjectFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/FloatIntToObjectFunction;)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.FloatIntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatIntToObjectFunction;)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.FloatIntToObjectFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/FloatIntToObjectFunction;)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.FloatIntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatIntToObjectFunction;)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.FloatIntToObjectFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/FloatIntToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.ImmutableFloatCollection toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/ImmutableFloatCollection;
    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.primitive.UnmodifiableFloatList.toImmutable:()Lorg/eclipse/collections/api/list/primitive/ImmutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableFloatList with(float);
    descriptor: (F)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            fload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.with:(F)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableFloatCollection with(float);
    descriptor: (F)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
            fload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.with:(F)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public org.eclipse.collections.api.collection.primitive.MutableFloatCollection withAll(org.eclipse.collections.api.FloatIterable);
    descriptor: (Lorg/eclipse/collections/api/FloatIterable;)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
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.withAll:(Lorg/eclipse/collections/api/FloatIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.OrderedFloatIterable select(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)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
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleFloatIterable select(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)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
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.FloatList select(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)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
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableFloatCollection select(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)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
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.FloatIterable select(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)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
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public org.eclipse.collections.api.collection.primitive.MutableFloatCollection withoutAll(org.eclipse.collections.api.FloatIterable);
    descriptor: (Lorg/eclipse/collections/api/FloatIterable;)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
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.withoutAll:(Lorg/eclipse/collections/api/FloatIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable zipFloat(org.eclipse.collections.api.FloatIterable);
    descriptor: (Lorg/eclipse/collections/api/FloatIterable;)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
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.zipFloat:(Lorg/eclipse/collections/api/FloatIterable;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleFloatIterable distinct();
    descriptor: ()Lorg/eclipse/collections/api/ordered/primitive/ReversibleFloatIterable;
    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.primitive.UnmodifiableFloatList.distinct:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.FloatList distinct();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/FloatList;
    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.primitive.UnmodifiableFloatList.distinct:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.OrderedIterable collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatToObjectFunction;)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.FloatToObjectFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.collect:(Lorg/eclipse/collections/api/block/function/primitive/FloatToObjectFunction;)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.primitive.FloatToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatToObjectFunction;)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.FloatToObjectFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.collect:(Lorg/eclipse/collections/api/block/function/primitive/FloatToObjectFunction;)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.primitive.FloatToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatToObjectFunction;)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.FloatToObjectFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.collect:(Lorg/eclipse/collections/api/block/function/primitive/FloatToObjectFunction;)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.primitive.FloatToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatToObjectFunction;)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.primitive.FloatToObjectFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.collect:(Lorg/eclipse/collections/api/block/function/primitive/FloatToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatToObjectFunction;)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.primitive.FloatToObjectFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.collect:(Lorg/eclipse/collections/api/block/function/primitive/FloatToObjectFunction;)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.primitive.UnmodifiableFloatList.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableFloatCollection asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;
    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.primitive.UnmodifiableFloatList.asSynchronized:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.FloatList tap(org.eclipse.collections.api.block.procedure.primitive.FloatProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/FloatProcedure;)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
            invokeinterface org.eclipse.collections.api.list.primitive.MutableFloatList.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/FloatProcedure;)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.OrderedFloatIterable reject(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)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
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleFloatIterable reject(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)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
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.FloatList reject(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)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
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableFloatCollection reject(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)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
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.FloatIterable reject(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)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
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleFloatIterable toReversed();
    descriptor: ()Lorg/eclipse/collections/api/ordered/primitive/ReversibleFloatIterable;
    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.primitive.UnmodifiableFloatList.toReversed:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.FloatList toReversed();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/FloatList;
    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.primitive.UnmodifiableFloatList.toReversed:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableFloatCollection asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;
    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.primitive.UnmodifiableFloatList.asUnmodifiable:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableFloatCollection newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;
    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.primitive.UnmodifiableFloatList.newEmpty:()Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableFloatList without(float);
    descriptor: (F)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            fload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.without:(F)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableFloatCollection without(float);
    descriptor: (F)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
            fload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatList.without:(F)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.FloatList subList(int, int);
    descriptor: (II)Lorg/eclipse/collections/api/list/primitive/FloatList;
    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.primitive.UnmodifiableFloatList.subList:(II)Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "UnmodifiableFloatList.java"