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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
        start local 1 // org.eclipse.collections.api.list.primitive.IntList newAdapted
         0: .line 38
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.AbstractLazyIntIterable.<init>:()V
         1: .line 40
            aload 0 /* this */
            aload 1 /* newAdapted */
            putfield org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
         2: .line 41
            return
        end local 1 // org.eclipse.collections.api.list.primitive.IntList newAdapted
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
      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 // org.eclipse.collections.api.list.primitive.IntList intList
         0: .line 45
            new org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable
            dup
            aload 0 /* intList */
            invokespecial org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable.<init>:(Lorg/eclipse/collections/api/list/primitive/IntList;)V
            areturn
        end local 0 // org.eclipse.collections.api.list.primitive.IntList intList
      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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
         0: .line 51
            new org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable$ReverseIntIterator
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable$ReverseIntIterator.<init>:(Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;)V
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
      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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.IntProcedure procedure
         0: .line 60
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable.intIterator:()Lorg/eclipse/collections/api/iterator/IntIterator;
            astore 2 /* iterator */
        start local 2 // org.eclipse.collections.api.iterator.IntIterator iterator
         1: .line 61
            goto 3
         2: .line 63
      StackMap locals: org.eclipse.collections.api.iterator.IntIterator
      StackMap stack:
            aload 1 /* procedure */
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.IntIterator.next:()I
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.IntProcedure.value:(I)V
         3: .line 61
      StackMap locals:
      StackMap stack:
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.IntIterator.hasNext:()Z
            ifne 2
         4: .line 65
            return
        end local 2 // org.eclipse.collections.api.iterator.IntIterator iterator
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.IntProcedure procedure
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
      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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
         0: .line 70
            aload 0 /* this */
            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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
      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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
         0: .line 76
            aload 0 /* this */
            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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
      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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
         0: .line 82
            aload 0 /* this */
            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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
      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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
        start local 1 // int defaultValue
         0: .line 88
            aload 0 /* this */
            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: .line 90
            iload 1 /* defaultValue */
            ireturn
         2: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            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 // int defaultValue
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
      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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
        start local 1 // int defaultValue
         0: .line 98
            aload 0 /* this */
            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: .line 100
            iload 1 /* defaultValue */
            ireturn
         2: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            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 // int defaultValue
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
      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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
         0: .line 108
            aload 0 /* this */
            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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
      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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
         0: .line 114
            aload 0 /* this */
            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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
      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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
         0: .line 120
            aload 0 /* this */
            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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
      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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
         0: .line 126
            aload 0 /* this */
            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 /* results */
        start local 1 // int[] results
         1: .line 127
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         2: .line 128
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable.intIterator:()Lorg/eclipse/collections/api/iterator/IntIterator;
            astore 3 /* iterator */
        start local 3 // org.eclipse.collections.api.iterator.IntIterator iterator
         3: .line 129
            goto 6
         4: .line 131
      StackMap locals: int[] int org.eclipse.collections.api.iterator.IntIterator
      StackMap stack:
            aload 1 /* results */
            iload 2 /* index */
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.IntIterator.next:()I
            iastore
         5: .line 132
            iinc 2 /* index */ 1
         6: .line 129
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.IntIterator.hasNext:()Z
            ifne 4
         7: .line 134
            aload 1 /* results */
            areturn
        end local 3 // org.eclipse.collections.api.iterator.IntIterator iterator
        end local 2 // int index
        end local 1 // int[] results
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
      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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
        start local 1 // int value
         0: .line 140
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
            iload 1 /* value */
            invokeinterface org.eclipse.collections.api.list.primitive.IntList.contains:(I)Z
            ireturn
        end local 1 // int value
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
      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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
        start local 1 // int[] source
         0: .line 146
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.list.primitive.IntList.containsAll:([I)Z
            ireturn
        end local 1 // int[] source
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
      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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
        start local 1 // org.eclipse.collections.api.IntIterable source
         0: .line 152
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.list.primitive.IntList.containsAll:(Lorg/eclipse/collections/api/IntIterable;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.IntIterable source
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
      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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
         0: .line 158
            aload 0 /* this */
            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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
      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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
         0: .line 164
            aload 0 /* this */
            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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
      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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
         0: .line 170
            aload 0 /* this */
            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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
      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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
         0: .line 176
            aload 0 /* this */
            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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
      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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
         0: .line 182
            aload 0 /* this */
            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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
      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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
         0: .line 188
            aload 0 /* this */
            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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
      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 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
         0: .line 194
            new org.eclipse.collections.impl.lazy.primitive.LazyIntIterableAdapter
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.LazyIntIterableAdapter.<init>:(Lorg/eclipse/collections/api/IntIterable;)V
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this
      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