public final class org.eclipse.collections.impl.utility.internal.primitive.LongIterableIterate
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.utility.internal.primitive.LongIterableIterate
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/LongIterableIterate;
public static boolean isEmpty(org.eclipse.collections.api.LongIterable);
descriptor: (Lorg/eclipse/collections/api/LongIterable;)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.LongIterable.longIterator:()Lorg/eclipse/collections/api/iterator/LongIterator;
invokeinterface org.eclipse.collections.api.iterator.LongIterator.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/LongIterable;
MethodParameters:
Name Flags
iterable
public static boolean notEmpty(org.eclipse.collections.api.LongIterable);
descriptor: (Lorg/eclipse/collections/api/LongIterable;)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.LongIterableIterate.isEmpty:(Lorg/eclipse/collections/api/LongIterable;)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/LongIterable;
MethodParameters:
Name Flags
iterable
public static void forEach(org.eclipse.collections.api.LongIterable, org.eclipse.collections.api.block.procedure.primitive.LongProcedure);
descriptor: (Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)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.LongIterable.longIterator:()Lorg/eclipse/collections/api/iterator/LongIterator;
aload 1
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIteratorIterate.forEach:(Lorg/eclipse/collections/api/iterator/LongIterator;Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 iterable Lorg/eclipse/collections/api/LongIterable;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;
MethodParameters:
Name Flags
iterable
procedure
public static <R extends org.eclipse.collections.api.collection.primitive.MutableLongCollection> R select(org.eclipse.collections.api.LongIterable, org.eclipse.collections.api.block.predicate.primitive.LongPredicate, );
descriptor: (Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
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.LongIterable.longIterator:()Lorg/eclipse/collections/api/iterator/LongIterator;
aload 1
aload 2
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIteratorIterate.select:(Lorg/eclipse/collections/api/iterator/LongIterator;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/LongIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
0 1 2 targetCollection TR;
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;>(Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;TR;)TR;
MethodParameters:
Name Flags
iterable
predicate
targetCollection
public static <R extends org.eclipse.collections.api.collection.primitive.MutableLongCollection> R reject(org.eclipse.collections.api.LongIterable, org.eclipse.collections.api.block.predicate.primitive.LongPredicate, );
descriptor: (Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
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.LongIterable.longIterator:()Lorg/eclipse/collections/api/iterator/LongIterator;
aload 1
aload 2
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIteratorIterate.reject:(Lorg/eclipse/collections/api/iterator/LongIterator;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/LongIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
0 1 2 targetCollection TR;
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;>(Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;TR;)TR;
MethodParameters:
Name Flags
iterable
predicate
targetCollection
public static <V, R extends java.util.Collection<V>> R collect(org.eclipse.collections.api.LongIterable, org.eclipse.collections.api.block.function.primitive.LongToObjectFunction<? extends V>, );
descriptor: (Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;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.LongIterable.longIterator:()Lorg/eclipse/collections/api/iterator/LongIterator;
aload 1
aload 2
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIteratorIterate.collect:(Lorg/eclipse/collections/api/iterator/LongIterator;Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;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/LongIterable;
0 1 1 function Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction<+TV;>;
0 1 2 targetCollection TR;
Signature: <V:Ljava/lang/Object;R::Ljava/util/Collection<TV;>;>(Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction<+TV;>;TR;)TR;
MethodParameters:
Name Flags
iterable
function
targetCollection
public static long detectIfNone(org.eclipse.collections.api.LongIterable, org.eclipse.collections.api.block.predicate.primitive.LongPredicate, long);
descriptor: (Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;J)J
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokeinterface org.eclipse.collections.api.LongIterable.longIterator:()Lorg/eclipse/collections/api/iterator/LongIterator;
aload 1
lload 2
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIteratorIterate.detectIfNone:(Lorg/eclipse/collections/api/iterator/LongIterator;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;J)J
lreturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/LongIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
0 1 2 ifNone J
MethodParameters:
Name Flags
iterable
predicate
ifNone
public static int count(org.eclipse.collections.api.LongIterable, org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)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.LongIterable.longIterator:()Lorg/eclipse/collections/api/iterator/LongIterator;
aload 1
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIteratorIterate.count:(Lorg/eclipse/collections/api/iterator/LongIterator;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/LongIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
MethodParameters:
Name Flags
iterable
predicate
public static boolean anySatisfy(org.eclipse.collections.api.LongIterable, org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)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.LongIterable.longIterator:()Lorg/eclipse/collections/api/iterator/LongIterator;
aload 1
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIteratorIterate.anySatisfy:(Lorg/eclipse/collections/api/iterator/LongIterator;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/LongIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
MethodParameters:
Name Flags
iterable
predicate
public static boolean allSatisfy(org.eclipse.collections.api.LongIterable, org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)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.LongIterable.longIterator:()Lorg/eclipse/collections/api/iterator/LongIterator;
aload 1
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIteratorIterate.allSatisfy:(Lorg/eclipse/collections/api/iterator/LongIterator;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/LongIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
MethodParameters:
Name Flags
iterable
predicate
public static boolean noneSatisfy(org.eclipse.collections.api.LongIterable, org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/LongIterable;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)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.LongIterable.longIterator:()Lorg/eclipse/collections/api/iterator/LongIterator;
aload 1
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIteratorIterate.noneSatisfy:(Lorg/eclipse/collections/api/iterator/LongIterator;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/LongIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
MethodParameters:
Name Flags
iterable
predicate
public static long sum(org.eclipse.collections.api.LongIterable);
descriptor: (Lorg/eclipse/collections/api/LongIterable;)J
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.LongIterable.longIterator:()Lorg/eclipse/collections/api/iterator/LongIterator;
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIteratorIterate.sum:(Lorg/eclipse/collections/api/iterator/LongIterator;)J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/LongIterable;
MethodParameters:
Name Flags
iterable
public static long max(org.eclipse.collections.api.LongIterable);
descriptor: (Lorg/eclipse/collections/api/LongIterable;)J
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.LongIterable.longIterator:()Lorg/eclipse/collections/api/iterator/LongIterator;
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIteratorIterate.max:(Lorg/eclipse/collections/api/iterator/LongIterator;)J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/LongIterable;
MethodParameters:
Name Flags
iterable
public static long maxIfEmpty(org.eclipse.collections.api.LongIterable, long);
descriptor: (Lorg/eclipse/collections/api/LongIterable;J)J
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIterableIterate.isEmpty:(Lorg/eclipse/collections/api/LongIterable;)Z
ifeq 2
1: lload 1
lreturn
2: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.LongIterable.longIterator:()Lorg/eclipse/collections/api/iterator/LongIterator;
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIteratorIterate.max:(Lorg/eclipse/collections/api/iterator/LongIterator;)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 iterable Lorg/eclipse/collections/api/LongIterable;
0 3 1 ifEmpty J
MethodParameters:
Name Flags
iterable
ifEmpty
public static long min(org.eclipse.collections.api.LongIterable);
descriptor: (Lorg/eclipse/collections/api/LongIterable;)J
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.LongIterable.longIterator:()Lorg/eclipse/collections/api/iterator/LongIterator;
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIteratorIterate.min:(Lorg/eclipse/collections/api/iterator/LongIterator;)J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/LongIterable;
MethodParameters:
Name Flags
iterable
public static long minIfEmpty(org.eclipse.collections.api.LongIterable, long);
descriptor: (Lorg/eclipse/collections/api/LongIterable;J)J
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIterableIterate.isEmpty:(Lorg/eclipse/collections/api/LongIterable;)Z
ifeq 2
1: lload 1
lreturn
2: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.LongIterable.longIterator:()Lorg/eclipse/collections/api/iterator/LongIterator;
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIteratorIterate.min:(Lorg/eclipse/collections/api/iterator/LongIterator;)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 iterable Lorg/eclipse/collections/api/LongIterable;
0 3 1 ifEmpty J
MethodParameters:
Name Flags
iterable
ifEmpty
public static void appendString(org.eclipse.collections.api.LongIterable, java.lang.Appendable, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Lorg/eclipse/collections/api/LongIterable;Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, 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.LongIterable.longIterator:()Lorg/eclipse/collections/api/iterator/LongIterator;
astore 5
start local 5 2: aload 5
invokeinterface org.eclipse.collections.api.iterator.LongIterator.hasNext:()Z
ifeq 8
3: aload 1
aload 0
aload 5
invokeinterface org.eclipse.collections.api.iterator.LongIterator.next:()J
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIterableIterate.stringValueOfItem:(Lorg/eclipse/collections/api/LongIterable;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.LongIterator
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.LongIterator.next:()J
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIterableIterate.stringValueOfItem:(Lorg/eclipse/collections/api/LongIterable;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.LongIterator.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.LongIterable 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/LongIterable;
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/LongIterator;
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.LongIterable, T, org.eclipse.collections.api.block.function.primitive.ObjectLongToObjectFunction<? super T, ? extends T>);
descriptor: (Lorg/eclipse/collections/api/LongIterable;Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectLongToObjectFunction;)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.LongIterable.longIterator:()Lorg/eclipse/collections/api/iterator/LongIterator;
aload 1
aload 2
invokestatic org.eclipse.collections.impl.utility.internal.primitive.LongIteratorIterate.injectInto:(Lorg/eclipse/collections/api/iterator/LongIterator;Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectLongToObjectFunction;)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/LongIterable;
0 1 1 injectedValue TT;
0 1 2 function Lorg/eclipse/collections/api/block/function/primitive/ObjectLongToObjectFunction<-TT;+TT;>;
Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/LongIterable;TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectLongToObjectFunction<-TT;+TT;>;)TT;
MethodParameters:
Name Flags
iterable
injectedValue
function
private static <T> java.lang.String stringValueOfItem(org.eclipse.collections.api.LongIterable, T);
descriptor: (Lorg/eclipse/collections/api/LongIterable;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/LongIterable;
0 4 1 item TT;
Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/LongIterable;TT;)Ljava/lang/String;
MethodParameters:
Name Flags
iterable
item
}
SourceFile: "LongIterableIterate.java"