public final class org.eclipse.collections.impl.utility.internal.primitive.FloatIterableIterate
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.utility.internal.primitive.FloatIterableIterate
super_class: java.lang.Object
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: new java.lang.AssertionError
dup
ldc "Suppress default constructor for noninstantiability"
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/utility/internal/primitive/FloatIterableIterate;
public static boolean isEmpty(org.eclipse.collections.api.FloatIterable);
descriptor: (Lorg/eclipse/collections/api/FloatIterable;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokeinterface org.eclipse.collections.api.FloatIterable.floatIterator:()Lorg/eclipse/collections/api/iterator/FloatIterator;
invokeinterface org.eclipse.collections.api.iterator.FloatIterator.hasNext:()Z
ifeq 1
iconst_0
goto 2
StackMap locals:
StackMap stack:
1: iconst_1
StackMap locals:
StackMap stack: int
2: ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 iterable Lorg/eclipse/collections/api/FloatIterable;
MethodParameters:
Name Flags
iterable
public static boolean notEmpty(org.eclipse.collections.api.FloatIterable);
descriptor: (Lorg/eclipse/collections/api/FloatIterable;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.utility.internal.primitive.FloatIterableIterate.isEmpty:(Lorg/eclipse/collections/api/FloatIterable;)Z
ifeq 1
iconst_0
goto 2
StackMap locals:
StackMap stack:
1: iconst_1
StackMap locals:
StackMap stack: int
2: ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 iterable Lorg/eclipse/collections/api/FloatIterable;
MethodParameters:
Name Flags
iterable
public static void forEach(org.eclipse.collections.api.FloatIterable, org.eclipse.collections.api.block.procedure.primitive.FloatProcedure);
descriptor: (Lorg/eclipse/collections/api/FloatIterable;Lorg/eclipse/collections/api/block/procedure/primitive/FloatProcedure;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokeinterface org.eclipse.collections.api.FloatIterable.floatIterator:()Lorg/eclipse/collections/api/iterator/FloatIterator;
aload 1
invokestatic org.eclipse.collections.impl.utility.internal.primitive.FloatIteratorIterate.forEach:(Lorg/eclipse/collections/api/iterator/FloatIterator;Lorg/eclipse/collections/api/block/procedure/primitive/FloatProcedure;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 iterable Lorg/eclipse/collections/api/FloatIterable;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/FloatProcedure;
MethodParameters:
Name Flags
iterable
procedure
public static <R extends org.eclipse.collections.api.collection.primitive.MutableFloatCollection> R select(org.eclipse.collections.api.FloatIterable, org.eclipse.collections.api.block.predicate.primitive.FloatPredicate, );
descriptor: (Lorg/eclipse/collections/api/FloatIterable;Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokeinterface org.eclipse.collections.api.FloatIterable.floatIterator:()Lorg/eclipse/collections/api/iterator/FloatIterator;
aload 1
aload 2
invokestatic org.eclipse.collections.impl.utility.internal.primitive.FloatIteratorIterate.select:(Lorg/eclipse/collections/api/iterator/FloatIterator;Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/FloatIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;
0 1 2 targetCollection TR;
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;>(Lorg/eclipse/collections/api/FloatIterable;Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;TR;)TR;
MethodParameters:
Name Flags
iterable
predicate
targetCollection
public static <R extends org.eclipse.collections.api.collection.primitive.MutableFloatCollection> R reject(org.eclipse.collections.api.FloatIterable, org.eclipse.collections.api.block.predicate.primitive.FloatPredicate, );
descriptor: (Lorg/eclipse/collections/api/FloatIterable;Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokeinterface org.eclipse.collections.api.FloatIterable.floatIterator:()Lorg/eclipse/collections/api/iterator/FloatIterator;
aload 1
aload 2
invokestatic org.eclipse.collections.impl.utility.internal.primitive.FloatIteratorIterate.reject:(Lorg/eclipse/collections/api/iterator/FloatIterator;Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/FloatIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;
0 1 2 targetCollection TR;
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;>(Lorg/eclipse/collections/api/FloatIterable;Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;TR;)TR;
MethodParameters:
Name Flags
iterable
predicate
targetCollection
public static <V, R extends java.util.Collection<V>> R collect(org.eclipse.collections.api.FloatIterable, org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction<? extends V>, );
descriptor: (Lorg/eclipse/collections/api/FloatIterable;Lorg/eclipse/collections/api/block/function/primitive/FloatToObjectFunction;Ljava/util/Collection;)Ljava/util/Collection;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokeinterface org.eclipse.collections.api.FloatIterable.floatIterator:()Lorg/eclipse/collections/api/iterator/FloatIterator;
aload 1
aload 2
invokestatic org.eclipse.collections.impl.utility.internal.primitive.FloatIteratorIterate.collect:(Lorg/eclipse/collections/api/iterator/FloatIterator;Lorg/eclipse/collections/api/block/function/primitive/FloatToObjectFunction;Ljava/util/Collection;)Ljava/util/Collection;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/FloatIterable;
0 1 1 function Lorg/eclipse/collections/api/block/function/primitive/FloatToObjectFunction<+TV;>;
0 1 2 targetCollection TR;
Signature: <V:Ljava/lang/Object;R::Ljava/util/Collection<TV;>;>(Lorg/eclipse/collections/api/FloatIterable;Lorg/eclipse/collections/api/block/function/primitive/FloatToObjectFunction<+TV;>;TR;)TR;
MethodParameters:
Name Flags
iterable
function
targetCollection
public static float detectIfNone(org.eclipse.collections.api.FloatIterable, org.eclipse.collections.api.block.predicate.primitive.FloatPredicate, float);
descriptor: (Lorg/eclipse/collections/api/FloatIterable;Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;F)F
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokeinterface org.eclipse.collections.api.FloatIterable.floatIterator:()Lorg/eclipse/collections/api/iterator/FloatIterator;
aload 1
fload 2
invokestatic org.eclipse.collections.impl.utility.internal.primitive.FloatIteratorIterate.detectIfNone:(Lorg/eclipse/collections/api/iterator/FloatIterator;Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;F)F
freturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/FloatIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;
0 1 2 ifNone F
MethodParameters:
Name Flags
iterable
predicate
ifNone
public static int count(org.eclipse.collections.api.FloatIterable, org.eclipse.collections.api.block.predicate.primitive.FloatPredicate);
descriptor: (Lorg/eclipse/collections/api/FloatIterable;Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokeinterface org.eclipse.collections.api.FloatIterable.floatIterator:()Lorg/eclipse/collections/api/iterator/FloatIterator;
aload 1
invokestatic org.eclipse.collections.impl.utility.internal.primitive.FloatIteratorIterate.count:(Lorg/eclipse/collections/api/iterator/FloatIterator;Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/FloatIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;
MethodParameters:
Name Flags
iterable
predicate
public static boolean anySatisfy(org.eclipse.collections.api.FloatIterable, org.eclipse.collections.api.block.predicate.primitive.FloatPredicate);
descriptor: (Lorg/eclipse/collections/api/FloatIterable;Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokeinterface org.eclipse.collections.api.FloatIterable.floatIterator:()Lorg/eclipse/collections/api/iterator/FloatIterator;
aload 1
invokestatic org.eclipse.collections.impl.utility.internal.primitive.FloatIteratorIterate.anySatisfy:(Lorg/eclipse/collections/api/iterator/FloatIterator;Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/FloatIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;
MethodParameters:
Name Flags
iterable
predicate
public static boolean allSatisfy(org.eclipse.collections.api.FloatIterable, org.eclipse.collections.api.block.predicate.primitive.FloatPredicate);
descriptor: (Lorg/eclipse/collections/api/FloatIterable;Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokeinterface org.eclipse.collections.api.FloatIterable.floatIterator:()Lorg/eclipse/collections/api/iterator/FloatIterator;
aload 1
invokestatic org.eclipse.collections.impl.utility.internal.primitive.FloatIteratorIterate.allSatisfy:(Lorg/eclipse/collections/api/iterator/FloatIterator;Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/FloatIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;
MethodParameters:
Name Flags
iterable
predicate
public static boolean noneSatisfy(org.eclipse.collections.api.FloatIterable, org.eclipse.collections.api.block.predicate.primitive.FloatPredicate);
descriptor: (Lorg/eclipse/collections/api/FloatIterable;Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokeinterface org.eclipse.collections.api.FloatIterable.floatIterator:()Lorg/eclipse/collections/api/iterator/FloatIterator;
aload 1
invokestatic org.eclipse.collections.impl.utility.internal.primitive.FloatIteratorIterate.noneSatisfy:(Lorg/eclipse/collections/api/iterator/FloatIterator;Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/FloatIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/FloatPredicate;
MethodParameters:
Name Flags
iterable
predicate
public static double sum(org.eclipse.collections.api.FloatIterable);
descriptor: (Lorg/eclipse/collections/api/FloatIterable;)D
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokeinterface org.eclipse.collections.api.FloatIterable.floatIterator:()Lorg/eclipse/collections/api/iterator/FloatIterator;
invokestatic org.eclipse.collections.impl.utility.internal.primitive.FloatIteratorIterate.sum:(Lorg/eclipse/collections/api/iterator/FloatIterator;)D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/FloatIterable;
MethodParameters:
Name Flags
iterable
public static float max(org.eclipse.collections.api.FloatIterable);
descriptor: (Lorg/eclipse/collections/api/FloatIterable;)F
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokeinterface org.eclipse.collections.api.FloatIterable.floatIterator:()Lorg/eclipse/collections/api/iterator/FloatIterator;
invokestatic org.eclipse.collections.impl.utility.internal.primitive.FloatIteratorIterate.max:(Lorg/eclipse/collections/api/iterator/FloatIterator;)F
freturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/FloatIterable;
MethodParameters:
Name Flags
iterable
public static float maxIfEmpty(org.eclipse.collections.api.FloatIterable, float);
descriptor: (Lorg/eclipse/collections/api/FloatIterable;F)F
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokestatic org.eclipse.collections.impl.utility.internal.primitive.FloatIterableIterate.isEmpty:(Lorg/eclipse/collections/api/FloatIterable;)Z
ifeq 2
1: fload 1
freturn
2: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.FloatIterable.floatIterator:()Lorg/eclipse/collections/api/iterator/FloatIterator;
invokestatic org.eclipse.collections.impl.utility.internal.primitive.FloatIteratorIterate.max:(Lorg/eclipse/collections/api/iterator/FloatIterator;)F
freturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 iterable Lorg/eclipse/collections/api/FloatIterable;
0 3 1 ifEmpty F
MethodParameters:
Name Flags
iterable
ifEmpty
public static float min(org.eclipse.collections.api.FloatIterable);
descriptor: (Lorg/eclipse/collections/api/FloatIterable;)F
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokeinterface org.eclipse.collections.api.FloatIterable.floatIterator:()Lorg/eclipse/collections/api/iterator/FloatIterator;
invokestatic org.eclipse.collections.impl.utility.internal.primitive.FloatIteratorIterate.min:(Lorg/eclipse/collections/api/iterator/FloatIterator;)F
freturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/FloatIterable;
MethodParameters:
Name Flags
iterable
public static float minIfEmpty(org.eclipse.collections.api.FloatIterable, float);
descriptor: (Lorg/eclipse/collections/api/FloatIterable;F)F
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokestatic org.eclipse.collections.impl.utility.internal.primitive.FloatIterableIterate.isEmpty:(Lorg/eclipse/collections/api/FloatIterable;)Z
ifeq 2
1: fload 1
freturn
2: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.FloatIterable.floatIterator:()Lorg/eclipse/collections/api/iterator/FloatIterator;
invokestatic org.eclipse.collections.impl.utility.internal.primitive.FloatIteratorIterate.min:(Lorg/eclipse/collections/api/iterator/FloatIterator;)F
freturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 iterable Lorg/eclipse/collections/api/FloatIterable;
0 3 1 ifEmpty F
MethodParameters:
Name Flags
iterable
ifEmpty
public static void appendString(org.eclipse.collections.api.FloatIterable, java.lang.Appendable, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Lorg/eclipse/collections/api/FloatIterable;Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
aload 2
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
1: aload 0
invokeinterface org.eclipse.collections.api.FloatIterable.floatIterator:()Lorg/eclipse/collections/api/iterator/FloatIterator;
astore 5
start local 5 2: aload 5
invokeinterface org.eclipse.collections.api.iterator.FloatIterator.hasNext:()Z
ifeq 8
3: aload 1
aload 0
aload 5
invokeinterface org.eclipse.collections.api.iterator.FloatIterator.next:()F
invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
invokestatic org.eclipse.collections.impl.utility.internal.primitive.FloatIterableIterate.stringValueOfItem:(Lorg/eclipse/collections/api/FloatIterable;Ljava/lang/Object;)Ljava/lang/String;
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
4: goto 7
5: StackMap locals: org.eclipse.collections.api.iterator.FloatIterator
StackMap stack:
aload 1
aload 3
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
6: aload 1
aload 0
aload 5
invokeinterface org.eclipse.collections.api.iterator.FloatIterator.next:()F
invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
invokestatic org.eclipse.collections.impl.utility.internal.primitive.FloatIterableIterate.stringValueOfItem:(Lorg/eclipse/collections/api/FloatIterable;Ljava/lang/Object;)Ljava/lang/String;
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
7: StackMap locals:
StackMap stack:
aload 5
invokeinterface org.eclipse.collections.api.iterator.FloatIterator.hasNext:()Z
ifne 5
8: StackMap locals:
StackMap stack:
aload 1
aload 4
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
end local 5 9: goto 12
10: StackMap locals: org.eclipse.collections.api.FloatIterable java.lang.Appendable java.lang.String java.lang.String java.lang.String
StackMap stack: java.io.IOException
astore 5
start local 5 11: new java.lang.RuntimeException
dup
aload 5
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 5 12: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 iterable Lorg/eclipse/collections/api/FloatIterable;
0 13 1 appendable Ljava/lang/Appendable;
0 13 2 start Ljava/lang/String;
0 13 3 separator Ljava/lang/String;
0 13 4 end Ljava/lang/String;
2 9 5 iterator Lorg/eclipse/collections/api/iterator/FloatIterator;
11 12 5 e Ljava/io/IOException;
Exception table:
from to target type
0 9 10 Class java.io.IOException
MethodParameters:
Name Flags
iterable
appendable
start
separator
end
public static <T> T injectInto(org.eclipse.collections.api.FloatIterable, T, org.eclipse.collections.api.block.function.primitive.ObjectFloatToObjectFunction<? super T, ? extends T>);
descriptor: (Lorg/eclipse/collections/api/FloatIterable;Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectFloatToObjectFunction;)Ljava/lang/Object;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokeinterface org.eclipse.collections.api.FloatIterable.floatIterator:()Lorg/eclipse/collections/api/iterator/FloatIterator;
aload 1
aload 2
invokestatic org.eclipse.collections.impl.utility.internal.primitive.FloatIteratorIterate.injectInto:(Lorg/eclipse/collections/api/iterator/FloatIterator;Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectFloatToObjectFunction;)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/FloatIterable;
0 1 1 injectedValue TT;
0 1 2 function Lorg/eclipse/collections/api/block/function/primitive/ObjectFloatToObjectFunction<-TT;+TT;>;
Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/FloatIterable;TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectFloatToObjectFunction<-TT;+TT;>;)TT;
MethodParameters:
Name Flags
iterable
injectedValue
function
private static <T> java.lang.String stringValueOfItem(org.eclipse.collections.api.FloatIterable, T);
descriptor: (Lorg/eclipse/collections/api/FloatIterable;Ljava/lang/Object;)Ljava/lang/String;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
if_acmpne 2
1: new java.lang.StringBuilder
dup
ldc "(this "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
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;
bipush 41
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
goto 3
2: StackMap locals:
StackMap stack:
aload 1
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
3: StackMap locals:
StackMap stack: java.lang.String
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 iterable Lorg/eclipse/collections/api/FloatIterable;
0 4 1 item TT;
Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/FloatIterable;TT;)Ljava/lang/String;
MethodParameters:
Name Flags
iterable
item
}
SourceFile: "FloatIterableIterate.java"