public class org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterable<V> extends org.eclipse.collections.impl.lazy.AbstractLazyIterable<V>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterable
super_class: org.eclipse.collections.impl.lazy.AbstractLazyIterable
{
private final org.eclipse.collections.api.ByteIterable iterable;
descriptor: Lorg/eclipse/collections/api/ByteIterable;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction<? extends V> function;
descriptor: Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction<+TV;>;
public void <init>(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;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial org.eclipse.collections.impl.lazy.AbstractLazyIterable.<init>:()V
1: aload 0
aload 1
putfield org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterable.iterable:Lorg/eclipse/collections/api/ByteIterable;
2: aload 0
aload 2
putfield org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterable.function:Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/collections/impl/lazy/primitive/CollectByteToObjectIterable<TV;>;
0 4 1 iterable Lorg/eclipse/collections/api/ByteIterable;
0 4 2 function Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction<+TV;>;
Signature: (Lorg/eclipse/collections/api/ByteIterable;Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction<+TV;>;)V
MethodParameters:
Name Flags
iterable
function
public void each(org.eclipse.collections.api.block.procedure.Procedure<? super V>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterable.iterable:Lorg/eclipse/collections/api/ByteIterable;
aload 0
aload 1
invokedynamic value(Lorg/eclipse/collections/impl/lazy/primitive/CollectByteToObjectIterable;Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
Method arguments:
(B)V
org/eclipse/collections/impl/lazy/primitive/CollectByteToObjectIterable.lambda$0(Lorg/eclipse/collections/api/block/procedure/Procedure;B)V (7)
(B)V
1
invokeinterface org.eclipse.collections.api.ByteIterable.forEach:(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 this Lorg/eclipse/collections/impl/lazy/primitive/CollectByteToObjectIterable<TV;>;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;
Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;)V
MethodParameters:
Name Flags
procedure final
public void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super V>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterable.iterable:Lorg/eclipse/collections/api/ByteIterable;
new org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterable$1
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterable$1.<init>:(Lorg/eclipse/collections/impl/lazy/primitive/CollectByteToObjectIterable;Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
invokeinterface org.eclipse.collections.api.ByteIterable.forEach:(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 this Lorg/eclipse/collections/impl/lazy/primitive/CollectByteToObjectIterable<TV;>;
0 2 1 objectIntProcedure Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TV;>;
Signature: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TV;>;)V
MethodParameters:
Name Flags
objectIntProcedure final
public <P> void forEachWith(org.eclipse.collections.api.block.procedure.Procedure2<? super V, ? super P>, );
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterable.iterable:Lorg/eclipse/collections/api/ByteIterable;
aload 0
aload 1
aload 2
invokedynamic value(Lorg/eclipse/collections/impl/lazy/primitive/CollectByteToObjectIterable;Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
Method arguments:
(B)V
org/eclipse/collections/impl/lazy/primitive/CollectByteToObjectIterable.lambda$1(Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;B)V (7)
(B)V
1
invokeinterface org.eclipse.collections.api.ByteIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/lazy/primitive/CollectByteToObjectIterable<TV;>;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/Procedure2<-TV;-TP;>;
0 2 2 parameter TP;
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/procedure/Procedure2<-TV;-TP;>;TP;)V
MethodParameters:
Name Flags
procedure final
parameter final
public java.util.Iterator<V> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterable$2
dup
aload 0
invokespecial org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterable$2.<init>:(Lorg/eclipse/collections/impl/lazy/primitive/CollectByteToObjectIterable;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/CollectByteToObjectIterable<TV;>;
Signature: ()Ljava/util/Iterator<TV;>;
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterable.iterable:Lorg/eclipse/collections/api/ByteIterable;
invokeinterface org.eclipse.collections.api.ByteIterable.size:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/CollectByteToObjectIterable<TV;>;
public boolean isEmpty();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterable.iterable:Lorg/eclipse/collections/api/ByteIterable;
invokeinterface org.eclipse.collections.api.ByteIterable.isEmpty:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/CollectByteToObjectIterable<TV;>;
public boolean notEmpty();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterable.iterable:Lorg/eclipse/collections/api/ByteIterable;
invokeinterface org.eclipse.collections.api.ByteIterable.notEmpty:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/CollectByteToObjectIterable<TV;>;
private void lambda$0(org.eclipse.collections.api.block.procedure.Procedure, byte);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;B)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 2 0: aload 1
aload 0
getfield org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterable.function:Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;
iload 2
invokeinterface org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction.valueOf:(B)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/CollectByteToObjectIterable<TV;>;
0 1 2 each B
private void lambda$1(org.eclipse.collections.api.block.procedure.Procedure2, java.lang.Object, byte);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;B)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 3 0: aload 1
aload 0
getfield org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterable.function:Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;
iload 3
invokeinterface org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction.valueOf:(B)Ljava/lang/Object;
aload 2
invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
return
end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/CollectByteToObjectIterable<TV;>;
0 1 3 each B
private static java.lang.Object $deserializeLambda$(java.lang.invoke.SerializedLambda);
descriptor: (Ljava/lang/invoke/SerializedLambda;)Ljava/lang/Object;
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=8, locals=3, args_size=1
0: aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodName:()Ljava/lang/String;
astore 1
iconst_m1
istore 2
aload 1
invokevirtual java.lang.String.hashCode:()I
lookupswitch { // 2
-1647345005: 1
-1647345004: 2
default: 3
}
StackMap locals: java.lang.String int
StackMap stack:
1: aload 1
ldc "lambda$0"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 3
iconst_0
istore 2
goto 3
StackMap locals:
StackMap stack:
2: aload 1
ldc "lambda$1"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 3
iconst_1
istore 2
StackMap locals:
StackMap stack:
3: iload 2
lookupswitch { // 2
0: 4
1: 5
default: 6
}
StackMap locals:
StackMap stack:
4: aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
bipush 7
if_icmpne 6
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/block/procedure/primitive/ByteProcedure"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
ldc "value"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
ldc "(B)V"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
ldc "org/eclipse/collections/impl/lazy/primitive/CollectByteToObjectIterable"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
ldc "(Lorg/eclipse/collections/api/block/procedure/Procedure;B)V"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
aload 0
iconst_0
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterable
aload 0
iconst_1
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.api.block.procedure.Procedure
invokedynamic value(Lorg/eclipse/collections/impl/lazy/primitive/CollectByteToObjectIterable;Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
Method arguments:
(B)V
org/eclipse/collections/impl/lazy/primitive/CollectByteToObjectIterable.lambda$0(Lorg/eclipse/collections/api/block/procedure/Procedure;B)V (7)
(B)V
1
areturn
StackMap locals:
StackMap stack:
5: aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
bipush 7
if_icmpne 6
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/block/procedure/primitive/ByteProcedure"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
ldc "value"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
ldc "(B)V"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
ldc "org/eclipse/collections/impl/lazy/primitive/CollectByteToObjectIterable"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
ldc "(Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;B)V"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
aload 0
iconst_0
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterable
aload 0
iconst_1
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.api.block.procedure.Procedure2
aload 0
iconst_2
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast java.lang.Object
invokedynamic value(Lorg/eclipse/collections/impl/lazy/primitive/CollectByteToObjectIterable;Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
Method arguments:
(B)V
org/eclipse/collections/impl/lazy/primitive/CollectByteToObjectIterable.lambda$1(Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;B)V (7)
(B)V
1
areturn
StackMap locals:
StackMap stack:
6: new java.lang.IllegalArgumentException
dup
ldc "Invalid lambda deserialization"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <V:Ljava/lang/Object;>Lorg/eclipse/collections/impl/lazy/AbstractLazyIterable<TV;>;
SourceFile: "CollectByteToObjectIterable.java"
NestMembers:
org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterable$1 org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterable$2
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterable$1
org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterable$2