public final class org.eclipse.collections.impl.utility.internal.primitive.CharIteratorIterate
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.utility.internal.primitive.CharIteratorIterate
  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 // org.eclipse.collections.impl.utility.internal.primitive.CharIteratorIterate this
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            new java.lang.AssertionError
            dup
            ldc "Suppress default constructor for noninstantiability"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 0 // org.eclipse.collections.impl.utility.internal.primitive.CharIteratorIterate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/utility/internal/primitive/CharIteratorIterate;

  public static void forEach(org.eclipse.collections.api.iterator.CharIterator, org.eclipse.collections.api.block.procedure.primitive.CharProcedure);
    descriptor: (Lorg/eclipse/collections/api/iterator/CharIterator;Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure
         0: .line 37
            goto 2
         1: .line 39
      StackMap locals:
      StackMap stack:
            aload 1 /* procedure */
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.next:()C
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.CharProcedure.value:(C)V
         2: .line 37
      StackMap locals:
      StackMap stack:
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.hasNext:()Z
            ifne 1
         3: .line 41
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure
        end local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0   iterator  Lorg/eclipse/collections/api/iterator/CharIterator;
            0    4     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;
    MethodParameters:
           Name  Flags
      iterator   
      procedure  

  public static <R extends org.eclipse.collections.api.collection.primitive.MutableCharCollection> R select(org.eclipse.collections.api.iterator.CharIterator, org.eclipse.collections.api.block.predicate.primitive.CharPredicate, );
    descriptor: (Lorg/eclipse/collections/api/iterator/CharIterator;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        start local 2 // org.eclipse.collections.api.collection.primitive.MutableCharCollection targetCollection
         0: .line 48
            goto 4
         1: .line 50
      StackMap locals:
      StackMap stack:
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.next:()C
            istore 3 /* item */
        start local 3 // char item
         2: .line 51
            aload 1 /* predicate */
            iload 3 /* item */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.CharPredicate.accept:(C)Z
            ifeq 4
         3: .line 53
            aload 2 /* targetCollection */
            iload 3 /* item */
            invokeinterface org.eclipse.collections.api.collection.primitive.MutableCharCollection.add:(C)Z
            pop
        end local 3 // char item
         4: .line 48
      StackMap locals:
      StackMap stack:
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.hasNext:()Z
            ifne 1
         5: .line 56
            aload 2 /* targetCollection */
            areturn
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableCharCollection targetCollection
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0          iterator  Lorg/eclipse/collections/api/iterator/CharIterator;
            0    6     1         predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
            0    6     2  targetCollection  TR;
            2    4     3              item  C
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;>(Lorg/eclipse/collections/api/iterator/CharIterator;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;TR;)TR;
    MethodParameters:
                  Name  Flags
      iterator          
      predicate         
      targetCollection  

  public static <R extends org.eclipse.collections.api.collection.primitive.MutableCharCollection> R reject(org.eclipse.collections.api.iterator.CharIterator, org.eclipse.collections.api.block.predicate.primitive.CharPredicate, );
    descriptor: (Lorg/eclipse/collections/api/iterator/CharIterator;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        start local 2 // org.eclipse.collections.api.collection.primitive.MutableCharCollection targetCollection
         0: .line 64
            goto 4
         1: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.next:()C
            istore 3 /* item */
        start local 3 // char item
         2: .line 67
            aload 1 /* predicate */
            iload 3 /* item */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.CharPredicate.accept:(C)Z
            ifne 4
         3: .line 69
            aload 2 /* targetCollection */
            iload 3 /* item */
            invokeinterface org.eclipse.collections.api.collection.primitive.MutableCharCollection.add:(C)Z
            pop
        end local 3 // char item
         4: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.hasNext:()Z
            ifne 1
         5: .line 72
            aload 2 /* targetCollection */
            areturn
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableCharCollection targetCollection
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0          iterator  Lorg/eclipse/collections/api/iterator/CharIterator;
            0    6     1         predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
            0    6     2  targetCollection  TR;
            2    4     3              item  C
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;>(Lorg/eclipse/collections/api/iterator/CharIterator;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;TR;)TR;
    MethodParameters:
                  Name  Flags
      iterator          
      predicate         
      targetCollection  

  public static <V, R extends java.util.Collection<V>> R collect(org.eclipse.collections.api.iterator.CharIterator, org.eclipse.collections.api.block.function.primitive.CharToObjectFunction<? extends V>, );
    descriptor: (Lorg/eclipse/collections/api/iterator/CharIterator;Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
        start local 1 // org.eclipse.collections.api.block.function.primitive.CharToObjectFunction function
        start local 2 // java.util.Collection targetCollection
         0: .line 80
            goto 3
         1: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.next:()C
            istore 3 /* item */
        start local 3 // char item
         2: .line 83
            aload 2 /* targetCollection */
            aload 1 /* function */
            iload 3 /* item */
            invokeinterface org.eclipse.collections.api.block.function.primitive.CharToObjectFunction.valueOf:(C)Ljava/lang/Object;
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // char item
         3: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.hasNext:()Z
            ifne 1
         4: .line 85
            aload 2 /* targetCollection */
            areturn
        end local 2 // java.util.Collection targetCollection
        end local 1 // org.eclipse.collections.api.block.function.primitive.CharToObjectFunction function
        end local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0          iterator  Lorg/eclipse/collections/api/iterator/CharIterator;
            0    5     1          function  Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction<+TV;>;
            0    5     2  targetCollection  TR;
            2    3     3              item  C
    Signature: <V:Ljava/lang/Object;R::Ljava/util/Collection<TV;>;>(Lorg/eclipse/collections/api/iterator/CharIterator;Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction<+TV;>;TR;)TR;
    MethodParameters:
                  Name  Flags
      iterator          
      function          
      targetCollection  

  public static char detectIfNone(org.eclipse.collections.api.iterator.CharIterator, org.eclipse.collections.api.block.predicate.primitive.CharPredicate, char);
    descriptor: (Lorg/eclipse/collections/api/iterator/CharIterator;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;C)C
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        start local 2 // char ifNone
         0: .line 90
            goto 4
         1: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.next:()C
            istore 3 /* item */
        start local 3 // char item
         2: .line 93
            aload 1 /* predicate */
            iload 3 /* item */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.CharPredicate.accept:(C)Z
            ifeq 4
         3: .line 95
            iload 3 /* item */
            ireturn
        end local 3 // char item
         4: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.hasNext:()Z
            ifne 1
         5: .line 98
            iload 2 /* ifNone */
            ireturn
        end local 2 // char ifNone
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0   iterator  Lorg/eclipse/collections/api/iterator/CharIterator;
            0    6     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
            0    6     2     ifNone  C
            2    4     3       item  C
    MethodParameters:
           Name  Flags
      iterator   
      predicate  
      ifNone     

  public static int count(org.eclipse.collections.api.iterator.CharIterator, org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/iterator/CharIterator;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
         0: .line 103
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         1: .line 104
            goto 4
         2: .line 106
      StackMap locals: int
      StackMap stack:
            aload 1 /* predicate */
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.next:()C
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.CharPredicate.accept:(C)Z
            ifeq 4
         3: .line 108
            iinc 2 /* count */ 1
         4: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.hasNext:()Z
            ifne 2
         5: .line 111
            iload 2 /* count */
            ireturn
        end local 2 // int count
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0   iterator  Lorg/eclipse/collections/api/iterator/CharIterator;
            0    6     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
            1    6     2      count  I
    MethodParameters:
           Name  Flags
      iterator   
      predicate  

  public static boolean anySatisfy(org.eclipse.collections.api.iterator.CharIterator, org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/iterator/CharIterator;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
         0: .line 116
            goto 3
         1: .line 118
      StackMap locals:
      StackMap stack:
            aload 1 /* predicate */
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.next:()C
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.CharPredicate.accept:(C)Z
            ifeq 3
         2: .line 120
            iconst_1
            ireturn
         3: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.hasNext:()Z
            ifne 1
         4: .line 123
            iconst_0
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0   iterator  Lorg/eclipse/collections/api/iterator/CharIterator;
            0    5     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    MethodParameters:
           Name  Flags
      iterator   
      predicate  

  public static boolean allSatisfy(org.eclipse.collections.api.iterator.CharIterator, org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/iterator/CharIterator;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
         0: .line 128
            goto 3
         1: .line 130
      StackMap locals:
      StackMap stack:
            aload 1 /* predicate */
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.next:()C
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.CharPredicate.accept:(C)Z
            ifne 3
         2: .line 132
            iconst_0
            ireturn
         3: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.hasNext:()Z
            ifne 1
         4: .line 135
            iconst_1
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0   iterator  Lorg/eclipse/collections/api/iterator/CharIterator;
            0    5     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    MethodParameters:
           Name  Flags
      iterator   
      predicate  

  public static boolean noneSatisfy(org.eclipse.collections.api.iterator.CharIterator, org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/iterator/CharIterator;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
         0: .line 140
            goto 3
         1: .line 142
      StackMap locals:
      StackMap stack:
            aload 1 /* predicate */
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.next:()C
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.CharPredicate.accept:(C)Z
            ifeq 3
         2: .line 144
            iconst_0
            ireturn
         3: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.hasNext:()Z
            ifne 1
         4: .line 147
            iconst_1
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0   iterator  Lorg/eclipse/collections/api/iterator/CharIterator;
            0    5     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    MethodParameters:
           Name  Flags
      iterator   
      predicate  

  public static <T> T injectInto(org.eclipse.collections.api.iterator.CharIterator, T, org.eclipse.collections.api.block.function.primitive.ObjectCharToObjectFunction<? super T, ? extends T>);
    descriptor: (Lorg/eclipse/collections/api/iterator/CharIterator;Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectCharToObjectFunction;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectCharToObjectFunction function
         0: .line 152
            aload 1 /* injectedValue */
            astore 3 /* result */
        start local 3 // java.lang.Object result
         1: .line 153
            goto 3
         2: .line 155
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* function */
            aload 3 /* result */
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.next:()C
            invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectCharToObjectFunction.valueOf:(Ljava/lang/Object;C)Ljava/lang/Object;
            astore 3 /* result */
         3: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.hasNext:()Z
            ifne 2
         4: .line 157
            aload 3 /* result */
            areturn
        end local 3 // java.lang.Object result
        end local 2 // org.eclipse.collections.api.block.function.primitive.ObjectCharToObjectFunction function
        end local 1 // java.lang.Object injectedValue
        end local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0       iterator  Lorg/eclipse/collections/api/iterator/CharIterator;
            0    5     1  injectedValue  TT;
            0    5     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectCharToObjectFunction<-TT;+TT;>;
            1    5     3         result  TT;
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/iterator/CharIterator;TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectCharToObjectFunction<-TT;+TT;>;)TT;
    MethodParameters:
               Name  Flags
      iterator       
      injectedValue  
      function       

  public static long sum(org.eclipse.collections.api.iterator.CharIterator);
    descriptor: (Lorg/eclipse/collections/api/iterator/CharIterator;)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
         0: .line 162
            lconst_0
            lstore 1 /* sum */
        start local 1 // long sum
         1: .line 163
            goto 3
         2: .line 165
      StackMap locals: long
      StackMap stack:
            lload 1 /* sum */
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.next:()C
            i2l
            ladd
            lstore 1 /* sum */
         3: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.hasNext:()Z
            ifne 2
         4: .line 167
            lload 1 /* sum */
            lreturn
        end local 1 // long sum
        end local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0  iterator  Lorg/eclipse/collections/api/iterator/CharIterator;
            1    5     1       sum  J
    MethodParameters:
          Name  Flags
      iterator  

  public static char max(org.eclipse.collections.api.iterator.CharIterator);
    descriptor: (Lorg/eclipse/collections/api/iterator/CharIterator;)C
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
         0: .line 172
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.next:()C
            istore 1 /* max */
        start local 1 // char max
         1: .line 173
            goto 5
         2: .line 175
      StackMap locals: int
      StackMap stack:
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.next:()C
            istore 2 /* next */
        start local 2 // char next
         3: .line 176
            iload 1 /* max */
            iload 2 /* next */
            if_icmpge 5
         4: .line 178
            iload 2 /* next */
            istore 1 /* max */
        end local 2 // char next
         5: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.hasNext:()Z
            ifne 2
         6: .line 181
            iload 1 /* max */
            ireturn
        end local 1 // char max
        end local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0  iterator  Lorg/eclipse/collections/api/iterator/CharIterator;
            1    7     1       max  C
            3    5     2      next  C
    MethodParameters:
          Name  Flags
      iterator  

  public static char min(org.eclipse.collections.api.iterator.CharIterator);
    descriptor: (Lorg/eclipse/collections/api/iterator/CharIterator;)C
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
         0: .line 186
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.next:()C
            istore 1 /* min */
        start local 1 // char min
         1: .line 187
            goto 5
         2: .line 189
      StackMap locals: int
      StackMap stack:
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.next:()C
            istore 2 /* next */
        start local 2 // char next
         3: .line 190
            iload 2 /* next */
            iload 1 /* min */
            if_icmpge 5
         4: .line 192
            iload 2 /* next */
            istore 1 /* min */
        end local 2 // char next
         5: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.hasNext:()Z
            ifne 2
         6: .line 195
            iload 1 /* min */
            ireturn
        end local 1 // char min
        end local 0 // org.eclipse.collections.api.iterator.CharIterator iterator
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0  iterator  Lorg/eclipse/collections/api/iterator/CharIterator;
            1    7     1       min  C
            3    5     2      next  C
    MethodParameters:
          Name  Flags
      iterator  
}
SourceFile: "CharIteratorIterate.java"