final class org.eclipse.collections.impl.lazy.primitive.AbstractLazyIntIterable$IntMinProcedure implements org.eclipse.collections.api.block.procedure.primitive.IntProcedure
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.lazy.primitive.AbstractLazyIntIterable$IntMinProcedure
super_class: java.lang.Object
{
private boolean visitedOnce;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private int min;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyIntIterable$IntMinProcedure;
public void value(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyIntIterable$IntMinProcedure.visitedOnce:Z
ifeq 4
1: iload 1
aload 0
getfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyIntIterable$IntMinProcedure.min:I
if_icmpge 6
2: aload 0
iload 1
putfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyIntIterable$IntMinProcedure.min:I
3: goto 6
4: StackMap locals:
StackMap stack:
aload 0
iload 1
putfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyIntIterable$IntMinProcedure.min:I
5: aload 0
iconst_1
putfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyIntIterable$IntMinProcedure.visitedOnce:Z
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyIntIterable$IntMinProcedure;
0 7 1 each I
MethodParameters:
Name Flags
each
public int getValue();
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.AbstractLazyIntIterable$IntMinProcedure.min:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyIntIterable$IntMinProcedure;
}
SourceFile: "AbstractLazyIntIterable.java"
NestHost: org.eclipse.collections.impl.lazy.primitive.AbstractLazyIntIterable
InnerClasses:
private final IntMinProcedure = org.eclipse.collections.impl.lazy.primitive.AbstractLazyIntIterable$IntMinProcedure of org.eclipse.collections.impl.lazy.primitive.AbstractLazyIntIterable