public class org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable extends org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable
  super_class: org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable
{
  private final org.eclipse.collections.api.list.primitive.CharList adapted;
    descriptor: Lorg/eclipse/collections/api/list/primitive/CharList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.eclipse.collections.api.list.primitive.CharList);
    descriptor: (Lorg/eclipse/collections/api/list/primitive/CharList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
        start local 1 // org.eclipse.collections.api.list.primitive.CharList newAdapted
         0: .line 38
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.<init>:()V
         1: .line 40
            aload 0 /* this */
            aload 1 /* newAdapted */
            putfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
         2: .line 41
            return
        end local 1 // org.eclipse.collections.api.list.primitive.CharList newAdapted
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
            0    3     1  newAdapted  Lorg/eclipse/collections/api/list/primitive/CharList;
    MethodParameters:
            Name  Flags
      newAdapted  

  public static org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable adapt(org.eclipse.collections.api.list.primitive.CharList);
    descriptor: (Lorg/eclipse/collections/api/list/primitive/CharList;)Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.list.primitive.CharList charList
         0: .line 45
            new org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable
            dup
            aload 0 /* charList */
            invokespecial org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.<init>:(Lorg/eclipse/collections/api/list/primitive/CharList;)V
            areturn
        end local 0 // org.eclipse.collections.api.list.primitive.CharList charList
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  charList  Lorg/eclipse/collections/api/list/primitive/CharList;
    MethodParameters:
          Name  Flags
      charList  

  public org.eclipse.collections.api.iterator.CharIterator charIterator();
    descriptor: ()Lorg/eclipse/collections/api/iterator/CharIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
         0: .line 51
            new org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable$ReverseCharIterator
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable$ReverseCharIterator.<init>:(Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;)V
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;

  public void each(org.eclipse.collections.api.block.procedure.primitive.CharProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure
         0: .line 60
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.charIterator:()Lorg/eclipse/collections/api/iterator/CharIterator;
            astore 2 /* iterator */
        start local 2 // org.eclipse.collections.api.iterator.CharIterator iterator
         1: .line 61
            goto 3
         2: .line 63
      StackMap locals: org.eclipse.collections.api.iterator.CharIterator
      StackMap stack:
            aload 1 /* procedure */
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.next:()C
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.CharProcedure.value:(C)V
         3: .line 61
      StackMap locals:
      StackMap stack:
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.hasNext:()Z
            ifne 2
         4: .line 65
            return
        end local 2 // org.eclipse.collections.api.iterator.CharIterator iterator
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
            0    5     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;
            1    5     2   iterator  Lorg/eclipse/collections/api/iterator/CharIterator;
    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.ReverseCharIterable this
         0: .line 70
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
            invokeinterface org.eclipse.collections.api.list.primitive.CharList.sum:()J
            lreturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;

  public char max();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
         0: .line 76
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
            invokeinterface org.eclipse.collections.api.list.primitive.CharList.max:()C
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;

  public char min();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
         0: .line 82
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
            invokeinterface org.eclipse.collections.api.list.primitive.CharList.min:()C
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;

  public char minIfEmpty(char);
    descriptor: (C)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
        start local 1 // char defaultValue
         0: .line 88
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
            invokeinterface org.eclipse.collections.api.list.primitive.CharList.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.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
            invokeinterface org.eclipse.collections.api.list.primitive.CharList.min:()C
            ireturn
        end local 1 // char defaultValue
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
            0    3     1  defaultValue  C
    MethodParameters:
              Name  Flags
      defaultValue  

  public char maxIfEmpty(char);
    descriptor: (C)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
        start local 1 // char defaultValue
         0: .line 98
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
            invokeinterface org.eclipse.collections.api.list.primitive.CharList.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.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
            invokeinterface org.eclipse.collections.api.list.primitive.CharList.max:()C
            ireturn
        end local 1 // char defaultValue
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
            0    3     1  defaultValue  C
    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.ReverseCharIterable this
         0: .line 108
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
            invokeinterface org.eclipse.collections.api.list.primitive.CharList.average:()D
            dreturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;

  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.ReverseCharIterable this
         0: .line 114
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
            invokeinterface org.eclipse.collections.api.list.primitive.CharList.median:()D
            dreturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;

  public char[] toSortedArray();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
         0: .line 120
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
            invokeinterface org.eclipse.collections.api.list.primitive.CharList.toSortedArray:()[C
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;

  public char[] toArray();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
         0: .line 126
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
            invokeinterface org.eclipse.collections.api.list.primitive.CharList.size:()I
            newarray 5
            astore 1 /* results */
        start local 1 // char[] 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.ReverseCharIterable.charIterator:()Lorg/eclipse/collections/api/iterator/CharIterator;
            astore 3 /* iterator */
        start local 3 // org.eclipse.collections.api.iterator.CharIterator iterator
         3: .line 129
            goto 6
         4: .line 131
      StackMap locals: char[] int org.eclipse.collections.api.iterator.CharIterator
      StackMap stack:
            aload 1 /* results */
            iload 2 /* index */
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.next:()C
            castore
         5: .line 132
            iinc 2 /* index */ 1
         6: .line 129
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.hasNext:()Z
            ifne 4
         7: .line 134
            aload 1 /* results */
            areturn
        end local 3 // org.eclipse.collections.api.iterator.CharIterator iterator
        end local 2 // int index
        end local 1 // char[] results
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
            1    8     1   results  [C
            2    8     2     index  I
            3    8     3  iterator  Lorg/eclipse/collections/api/iterator/CharIterator;

  public boolean contains(char);
    descriptor: (C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
        start local 1 // char value
         0: .line 140
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
            iload 1 /* value */
            invokeinterface org.eclipse.collections.api.list.primitive.CharList.contains:(C)Z
            ireturn
        end local 1 // char value
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
            0    1     1  value  C
    MethodParameters:
       Name  Flags
      value  

  public boolean containsAll(char[]);
    descriptor: ([C)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
        start local 1 // char[] source
         0: .line 146
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.list.primitive.CharList.containsAll:([C)Z
            ireturn
        end local 1 // char[] source
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
            0    1     1  source  [C
    MethodParameters:
        Name  Flags
      source  

  public boolean containsAll(org.eclipse.collections.api.CharIterable);
    descriptor: (Lorg/eclipse/collections/api/CharIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
        start local 1 // org.eclipse.collections.api.CharIterable source
         0: .line 152
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.list.primitive.CharList.containsAll:(Lorg/eclipse/collections/api/CharIterable;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.CharIterable source
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
            0    1     1  source  Lorg/eclipse/collections/api/CharIterable;
    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.ReverseCharIterable this
         0: .line 158
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
            invokeinterface org.eclipse.collections.api.list.primitive.CharList.size:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;

  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.ReverseCharIterable this
         0: .line 164
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
            invokeinterface org.eclipse.collections.api.list.primitive.CharList.isEmpty:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;

  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.ReverseCharIterable this
         0: .line 170
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.adapted:Lorg/eclipse/collections/api/list/primitive/CharList;
            invokeinterface org.eclipse.collections.api.list.primitive.CharList.notEmpty:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;

  public org.eclipse.collections.api.list.primitive.MutableCharList toList();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableCharList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
         0: .line 176
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.list.mutable.primitive.CharArrayList.newList:(Lorg/eclipse/collections/api/CharIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/CharArrayList;
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;

  public org.eclipse.collections.api.set.primitive.MutableCharSet toSet();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableCharSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
         0: .line 182
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.newSet:(Lorg/eclipse/collections/api/CharIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;

  public org.eclipse.collections.api.bag.primitive.MutableCharBag toBag();
    descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
         0: .line 188
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.bag.mutable.primitive.CharHashBag.newBag:(Lorg/eclipse/collections/api/CharIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/CharHashBag;
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;

  public org.eclipse.collections.api.LazyCharIterable asLazy();
    descriptor: ()Lorg/eclipse/collections/api/LazyCharIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
         0: .line 194
            new org.eclipse.collections.impl.lazy.primitive.LazyCharIterableAdapter
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.LazyCharIterableAdapter.<init>:(Lorg/eclipse/collections/api/CharIterable;)V
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseCharIterable;
}
SourceFile: "ReverseCharIterable.java"
NestMembers:
  org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable$ReverseCharIterator
InnerClasses:
  private ReverseCharIterator = org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable$ReverseCharIterator of org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable