public final class org.eclipse.collections.impl.utility.internal.primitive.BooleanIteratorIterate
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.utility.internal.primitive.BooleanIteratorIterate
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/BooleanIteratorIterate;
public static void forEach(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: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: goto 2
1: StackMap locals:
StackMap stack:
aload 1
aload 0
invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.next:()Z
invokeinterface org.eclipse.collections.api.block.procedure.primitive.BooleanProcedure.value:(Z)V
2: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.hasNext:()Z
ifne 1
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 iterator Lorg/eclipse/collections/api/iterator/BooleanIterator;
0 4 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/BooleanProcedure;
MethodParameters:
Name Flags
iterator
procedure
public static <R extends org.eclipse.collections.api.collection.primitive.MutableBooleanCollection> R select(org.eclipse.collections.api.iterator.BooleanIterator, org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate, );
descriptor: (Lorg/eclipse/collections/api/iterator/BooleanIterator;Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=4, args_size=3
start local 0 start local 1 start local 2 0: goto 4
1: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.next:()Z
istore 3
start local 3 2: aload 1
iload 3
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate.accept:(Z)Z
ifeq 4
3: aload 2
iload 3
invokeinterface org.eclipse.collections.api.collection.primitive.MutableBooleanCollection.add:(Z)Z
pop
end local 3 4: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.hasNext:()Z
ifne 1
5: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 iterator Lorg/eclipse/collections/api/iterator/BooleanIterator;
0 6 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
0 6 2 targetCollection TR;
2 4 3 item Z
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;>(Lorg/eclipse/collections/api/iterator/BooleanIterator;Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;TR;)TR;
MethodParameters:
Name Flags
iterator
predicate
targetCollection
public static <R extends org.eclipse.collections.api.collection.primitive.MutableBooleanCollection> R reject(org.eclipse.collections.api.iterator.BooleanIterator, org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate, );
descriptor: (Lorg/eclipse/collections/api/iterator/BooleanIterator;Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=4, args_size=3
start local 0 start local 1 start local 2 0: goto 4
1: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.next:()Z
istore 3
start local 3 2: aload 1
iload 3
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate.accept:(Z)Z
ifne 4
3: aload 2
iload 3
invokeinterface org.eclipse.collections.api.collection.primitive.MutableBooleanCollection.add:(Z)Z
pop
end local 3 4: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.hasNext:()Z
ifne 1
5: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 iterator Lorg/eclipse/collections/api/iterator/BooleanIterator;
0 6 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
0 6 2 targetCollection TR;
2 4 3 item Z
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;>(Lorg/eclipse/collections/api/iterator/BooleanIterator;Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;TR;)TR;
MethodParameters:
Name Flags
iterator
predicate
targetCollection
public static <V, R extends java.util.Collection<V>> R collect(org.eclipse.collections.api.iterator.BooleanIterator, org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction<? extends V>, );
descriptor: (Lorg/eclipse/collections/api/iterator/BooleanIterator;Lorg/eclipse/collections/api/block/function/primitive/BooleanToObjectFunction;Ljava/util/Collection;)Ljava/util/Collection;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: goto 3
1: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.next:()Z
istore 3
start local 3 2: aload 2
aload 1
iload 3
invokeinterface org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction.valueOf:(Z)Ljava/lang/Object;
invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
pop
end local 3 3: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.hasNext:()Z
ifne 1
4: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 iterator Lorg/eclipse/collections/api/iterator/BooleanIterator;
0 5 1 function Lorg/eclipse/collections/api/block/function/primitive/BooleanToObjectFunction<+TV;>;
0 5 2 targetCollection TR;
2 3 3 item Z
Signature: <V:Ljava/lang/Object;R::Ljava/util/Collection<TV;>;>(Lorg/eclipse/collections/api/iterator/BooleanIterator;Lorg/eclipse/collections/api/block/function/primitive/BooleanToObjectFunction<+TV;>;TR;)TR;
MethodParameters:
Name Flags
iterator
function
targetCollection
public static boolean detectIfNone(org.eclipse.collections.api.iterator.BooleanIterator, org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate, boolean);
descriptor: (Lorg/eclipse/collections/api/iterator/BooleanIterator;Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;Z)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=4, args_size=3
start local 0 start local 1 start local 2 0: goto 4
1: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.next:()Z
istore 3
start local 3 2: aload 1
iload 3
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate.accept:(Z)Z
ifeq 4
3: iload 3
ireturn
end local 3 4: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.hasNext:()Z
ifne 1
5: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 iterator Lorg/eclipse/collections/api/iterator/BooleanIterator;
0 6 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
0 6 2 ifNone Z
2 4 3 item Z
MethodParameters:
Name Flags
iterator
predicate
ifNone
public static int count(org.eclipse.collections.api.iterator.BooleanIterator, org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
descriptor: (Lorg/eclipse/collections/api/iterator/BooleanIterator;Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: goto 4
2: StackMap locals: int
StackMap stack:
aload 1
aload 0
invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.next:()Z
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate.accept:(Z)Z
ifeq 4
3: iinc 2 1
4: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.hasNext:()Z
ifne 2
5: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 iterator Lorg/eclipse/collections/api/iterator/BooleanIterator;
0 6 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
1 6 2 count I
MethodParameters:
Name Flags
iterator
predicate
public static boolean anySatisfy(org.eclipse.collections.api.iterator.BooleanIterator, org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
descriptor: (Lorg/eclipse/collections/api/iterator/BooleanIterator;Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: goto 3
1: StackMap locals:
StackMap stack:
aload 1
aload 0
invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.next:()Z
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate.accept:(Z)Z
ifeq 3
2: iconst_1
ireturn
3: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.hasNext:()Z
ifne 1
4: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 iterator Lorg/eclipse/collections/api/iterator/BooleanIterator;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
MethodParameters:
Name Flags
iterator
predicate
public static boolean allSatisfy(org.eclipse.collections.api.iterator.BooleanIterator, org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
descriptor: (Lorg/eclipse/collections/api/iterator/BooleanIterator;Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: goto 3
1: StackMap locals:
StackMap stack:
aload 1
aload 0
invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.next:()Z
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate.accept:(Z)Z
ifne 3
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.hasNext:()Z
ifne 1
4: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 iterator Lorg/eclipse/collections/api/iterator/BooleanIterator;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
MethodParameters:
Name Flags
iterator
predicate
public static boolean noneSatisfy(org.eclipse.collections.api.iterator.BooleanIterator, org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
descriptor: (Lorg/eclipse/collections/api/iterator/BooleanIterator;Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: goto 3
1: StackMap locals:
StackMap stack:
aload 1
aload 0
invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.next:()Z
invokeinterface org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate.accept:(Z)Z
ifeq 3
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.hasNext:()Z
ifne 1
4: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 iterator Lorg/eclipse/collections/api/iterator/BooleanIterator;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
MethodParameters:
Name Flags
iterator
predicate
public static <T> T injectInto(org.eclipse.collections.api.iterator.BooleanIterator, T, org.eclipse.collections.api.block.function.primitive.ObjectBooleanToObjectFunction<? super T, ? extends T>);
descriptor: (Lorg/eclipse/collections/api/iterator/BooleanIterator;Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectBooleanToObjectFunction;)Ljava/lang/Object;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
astore 3
start local 3 1: goto 3
2: StackMap locals: java.lang.Object
StackMap stack:
aload 2
aload 3
aload 0
invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.next:()Z
invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectBooleanToObjectFunction.valueOf:(Ljava/lang/Object;Z)Ljava/lang/Object;
astore 3
3: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.hasNext:()Z
ifne 2
4: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 iterator Lorg/eclipse/collections/api/iterator/BooleanIterator;
0 5 1 injectedValue TT;
0 5 2 function Lorg/eclipse/collections/api/block/function/primitive/ObjectBooleanToObjectFunction<-TT;+TT;>;
1 5 3 result TT;
Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/iterator/BooleanIterator;TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectBooleanToObjectFunction<-TT;+TT;>;)TT;
MethodParameters:
Name Flags
iterator
injectedValue
function
}
SourceFile: "BooleanIteratorIterate.java"