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