public class org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable extends org.eclipse.collections.impl.lazy.primitive.AbstractLazyIntIterable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable
super_class: org.eclipse.collections.impl.lazy.primitive.AbstractLazyIntIterable
{
private final org.eclipse.collections.api.list.primitive.IntList adapted;
descriptor: Lorg/eclipse/collections/api/list/primitive/IntList;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.eclipse.collections.api.list.primitive.IntList);
descriptor: (Lorg/eclipse/collections/api/list/primitive/IntList;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.eclipse.collections.impl.lazy.primitive.AbstractLazyIntIterable.<init>:()V
1: aload 0
aload 1
putfield org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
0 3 1 newAdapted Lorg/eclipse/collections/api/list/primitive/IntList;
MethodParameters:
Name Flags
newAdapted
public static org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable adapt(org.eclipse.collections.api.list.primitive.IntList);
descriptor: (Lorg/eclipse/collections/api/list/primitive/IntList;)Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable
dup
aload 0
invokespecial org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable.<init>:(Lorg/eclipse/collections/api/list/primitive/IntList;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 intList Lorg/eclipse/collections/api/list/primitive/IntList;
MethodParameters:
Name Flags
intList
public org.eclipse.collections.api.iterator.IntIterator intIterator();
descriptor: ()Lorg/eclipse/collections/api/iterator/IntIterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable$ReverseIntIterator
dup
aload 0
invokespecial org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable$ReverseIntIterator.<init>:(Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
public void each(org.eclipse.collections.api.block.procedure.primitive.IntProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable.intIterator:()Lorg/eclipse/collections/api/iterator/IntIterator;
astore 2
start local 2 1: goto 3
2: StackMap locals: org.eclipse.collections.api.iterator.IntIterator
StackMap stack:
aload 1
aload 2
invokeinterface org.eclipse.collections.api.iterator.IntIterator.next:()I
invokeinterface org.eclipse.collections.api.block.procedure.primitive.IntProcedure.value:(I)V
3: StackMap locals:
StackMap stack:
aload 2
invokeinterface org.eclipse.collections.api.iterator.IntIterator.hasNext:()Z
ifne 2
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
0 5 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;
1 5 2 iterator Lorg/eclipse/collections/api/iterator/IntIterator;
MethodParameters:
Name Flags
procedure
public long sum();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
invokeinterface org.eclipse.collections.api.list.primitive.IntList.sum:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
public int max();
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.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
invokeinterface org.eclipse.collections.api.list.primitive.IntList.max:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
public int min();
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.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
invokeinterface org.eclipse.collections.api.list.primitive.IntList.min:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
public int minIfEmpty(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
invokeinterface org.eclipse.collections.api.list.primitive.IntList.isEmpty:()Z
ifeq 2
1: iload 1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
invokeinterface org.eclipse.collections.api.list.primitive.IntList.min:()I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
0 3 1 defaultValue I
MethodParameters:
Name Flags
defaultValue
public int maxIfEmpty(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
invokeinterface org.eclipse.collections.api.list.primitive.IntList.isEmpty:()Z
ifeq 2
1: iload 1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
invokeinterface org.eclipse.collections.api.list.primitive.IntList.max:()I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
0 3 1 defaultValue I
MethodParameters:
Name Flags
defaultValue
public double average();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
invokeinterface org.eclipse.collections.api.list.primitive.IntList.average:()D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
public double median();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
invokeinterface org.eclipse.collections.api.list.primitive.IntList.median:()D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
public int[] toSortedArray();
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.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
invokeinterface org.eclipse.collections.api.list.primitive.IntList.toSortedArray:()[I
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
public int[] toArray();
descriptor: ()[I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
invokeinterface org.eclipse.collections.api.list.primitive.IntList.size:()I
newarray 10
astore 1
start local 1 1: iconst_0
istore 2
start local 2 2: aload 0
invokevirtual org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable.intIterator:()Lorg/eclipse/collections/api/iterator/IntIterator;
astore 3
start local 3 3: goto 6
4: StackMap locals: int[] int org.eclipse.collections.api.iterator.IntIterator
StackMap stack:
aload 1
iload 2
aload 3
invokeinterface org.eclipse.collections.api.iterator.IntIterator.next:()I
iastore
5: iinc 2 1
6: StackMap locals:
StackMap stack:
aload 3
invokeinterface org.eclipse.collections.api.iterator.IntIterator.hasNext:()Z
ifne 4
7: aload 1
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
1 8 1 results [I
2 8 2 index I
3 8 3 iterator Lorg/eclipse/collections/api/iterator/IntIterator;
public boolean contains(int);
descriptor: (I)Z
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.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
iload 1
invokeinterface org.eclipse.collections.api.list.primitive.IntList.contains:(I)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
0 1 1 value I
MethodParameters:
Name Flags
value
public boolean containsAll(int[]);
descriptor: ([I)Z
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.IntList.containsAll:([I)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
0 1 1 source [I
MethodParameters:
Name Flags
source
public boolean containsAll(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Z
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.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
aload 1
invokeinterface org.eclipse.collections.api.list.primitive.IntList.containsAll:(Lorg/eclipse/collections/api/IntIterable;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
0 1 1 source Lorg/eclipse/collections/api/IntIterable;
MethodParameters:
Name Flags
source
public int size();
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.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
invokeinterface org.eclipse.collections.api.list.primitive.IntList.size:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
public boolean isEmpty();
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.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
invokeinterface org.eclipse.collections.api.list.primitive.IntList.isEmpty:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
public boolean notEmpty();
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.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
invokeinterface org.eclipse.collections.api.list.primitive.IntList.notEmpty:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
public org.eclipse.collections.api.list.primitive.MutableIntList toList();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableIntList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.newList:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
public org.eclipse.collections.api.set.primitive.MutableIntSet toSet();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.newSet:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
public org.eclipse.collections.api.bag.primitive.MutableIntBag toBag();
descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.bag.mutable.primitive.IntHashBag.newBag:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/IntHashBag;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
public org.eclipse.collections.api.LazyIntIterable asLazy();
descriptor: ()Lorg/eclipse/collections/api/LazyIntIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.lazy.primitive.LazyIntIterableAdapter
dup
aload 0
invokespecial org.eclipse.collections.impl.lazy.primitive.LazyIntIterableAdapter.<init>:(Lorg/eclipse/collections/api/IntIterable;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
}
SourceFile: "ReverseIntIterable.java"
NestMembers:
org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable$ReverseIntIterator
InnerClasses:
private ReverseIntIterator = org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable$ReverseIntIterator of org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable