public class org.eclipse.collections.impl.lazy.primitive.TapBooleanIterable$TapBooleanIterator implements org.eclipse.collections.api.iterator.BooleanIterator
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.lazy.primitive.TapBooleanIterable$TapBooleanIterator
super_class: java.lang.Object
{
private final org.eclipse.collections.api.iterator.BooleanIterator iterator;
descriptor: Lorg/eclipse/collections/api/iterator/BooleanIterator;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.eclipse.collections.api.block.procedure.primitive.BooleanProcedure procedure;
descriptor: Lorg/eclipse/collections/api/block/procedure/primitive/BooleanProcedure;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.eclipse.collections.api.BooleanIterable, org.eclipse.collections.api.block.procedure.primitive.BooleanProcedure);
descriptor: (Lorg/eclipse/collections/api/BooleanIterable;Lorg/eclipse/collections/api/block/procedure/primitive/BooleanProcedure;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.BooleanIterable.booleanIterator:()Lorg/eclipse/collections/api/iterator/BooleanIterator;
aload 2
invokespecial org.eclipse.collections.impl.lazy.primitive.TapBooleanIterable$TapBooleanIterator.<init>:(Lorg/eclipse/collections/api/iterator/BooleanIterator;Lorg/eclipse/collections/api/block/procedure/primitive/BooleanProcedure;)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/TapBooleanIterable$TapBooleanIterator;
0 2 1 iterable Lorg/eclipse/collections/api/BooleanIterable;
0 2 2 procedure Lorg/eclipse/collections/api/block/procedure/primitive/BooleanProcedure;
MethodParameters:
Name Flags
iterable
procedure
public void <init>(org.eclipse.collections.api.iterator.BooleanIterator, org.eclipse.collections.api.block.procedure.primitive.BooleanProcedure);
descriptor: (Lorg/eclipse/collections/api/iterator/BooleanIterator;Lorg/eclipse/collections/api/block/procedure/primitive/BooleanProcedure;)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 java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.eclipse.collections.impl.lazy.primitive.TapBooleanIterable$TapBooleanIterator.iterator:Lorg/eclipse/collections/api/iterator/BooleanIterator;
2: aload 0
aload 2
putfield org.eclipse.collections.impl.lazy.primitive.TapBooleanIterable$TapBooleanIterator.procedure:Lorg/eclipse/collections/api/block/procedure/primitive/BooleanProcedure;
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/TapBooleanIterable$TapBooleanIterator;
0 4 1 iterator Lorg/eclipse/collections/api/iterator/BooleanIterator;
0 4 2 procedure Lorg/eclipse/collections/api/block/procedure/primitive/BooleanProcedure;
MethodParameters:
Name Flags
iterator
procedure
public boolean hasNext();
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.TapBooleanIterable$TapBooleanIterator.iterator:Lorg/eclipse/collections/api/iterator/BooleanIterator;
invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.hasNext:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/TapBooleanIterable$TapBooleanIterator;
public boolean next();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.TapBooleanIterable$TapBooleanIterator.iterator:Lorg/eclipse/collections/api/iterator/BooleanIterator;
invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.next:()Z
istore 1
start local 1 1: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.TapBooleanIterable$TapBooleanIterator.procedure:Lorg/eclipse/collections/api/block/procedure/primitive/BooleanProcedure;
iload 1
invokeinterface org.eclipse.collections.api.block.procedure.primitive.BooleanProcedure.value:(Z)V
2: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/lazy/primitive/TapBooleanIterable$TapBooleanIterator;
1 3 1 next Z
}
SourceFile: "TapBooleanIterable.java"
NestHost: org.eclipse.collections.impl.lazy.primitive.TapBooleanIterable
InnerClasses:
public TapBooleanIterator = org.eclipse.collections.impl.lazy.primitive.TapBooleanIterable$TapBooleanIterator of org.eclipse.collections.impl.lazy.primitive.TapBooleanIterable