public final class org.eclipse.collections.impl.utility.OrderedIterate
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.utility.OrderedIterate
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/OrderedIterate;
public static <S, T> boolean corresponds(org.eclipse.collections.api.ordered.OrderedIterable<T>, org.eclipse.collections.api.ordered.OrderedIterable<S>, org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super S>);
descriptor: (Lorg/eclipse/collections/api/ordered/OrderedIterable;Lorg/eclipse/collections/api/ordered/OrderedIterable;Lorg/eclipse/collections/api/block/predicate/Predicate2;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokeinterface org.eclipse.collections.api.ordered.OrderedIterable.size:()I
aload 1
invokeinterface org.eclipse.collections.api.ordered.OrderedIterable.size:()I
if_icmpeq 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
instanceof java.util.RandomAccess
ifeq 4
3: aload 0
checkcast java.util.List
aload 1
aload 2
invokestatic org.eclipse.collections.impl.utility.internal.RandomAccessListIterate.corresponds:(Ljava/util/List;Lorg/eclipse/collections/api/ordered/OrderedIterable;Lorg/eclipse/collections/api/block/predicate/Predicate2;)Z
ireturn
4: StackMap locals:
StackMap stack:
aload 1
instanceof java.util.RandomAccess
ifeq 14
5: aload 1
checkcast java.util.List
astore 3
start local 3 6: aload 0
invokeinterface org.eclipse.collections.api.ordered.OrderedIterable.iterator:()Ljava/util/Iterator;
astore 4
start local 4 7: iconst_0
istore 5
start local 5 8: goto 12
9: StackMap locals: java.util.List java.util.Iterator int
StackMap stack:
aload 2
aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
aload 3
iload 5
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifne 11
10: iconst_0
ireturn
11: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
12: iload 5
aload 3
invokeinterface java.util.List.size:()I
if_icmplt 9
end local 5 13: iconst_1
ireturn
end local 4 end local 3 14: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.ordered.OrderedIterable.iterator:()Ljava/util/Iterator;
astore 3
start local 3 15: aload 1
invokeinterface org.eclipse.collections.api.ordered.OrderedIterable.iterator:()Ljava/util/Iterator;
astore 4
start local 4 16: goto 19
17: StackMap locals: java.util.Iterator java.util.Iterator
StackMap stack:
aload 2
aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifne 19
18: iconst_0
ireturn
19: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 17
20: iconst_1
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 o1 Lorg/eclipse/collections/api/ordered/OrderedIterable<TT;>;
0 21 1 o2 Lorg/eclipse/collections/api/ordered/OrderedIterable<TS;>;
0 21 2 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TS;>;
6 14 3 otherList Ljava/util/List<TS;>;
7 14 4 iterator Ljava/util/Iterator<TT;>;
8 13 5 index I
15 21 3 iterator1 Ljava/util/Iterator<TT;>;
16 21 4 iterator2 Ljava/util/Iterator<TS;>;
Signature: <S:Ljava/lang/Object;T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/ordered/OrderedIterable<TT;>;Lorg/eclipse/collections/api/ordered/OrderedIterable<TS;>;Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TS;>;)Z
MethodParameters:
Name Flags
o1
o2
predicate
}
SourceFile: "OrderedIterate.java"