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