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