public class org.apache.commons.math3.util.IntegerSequence
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.util.IntegerSequence
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.util.IntegerSequence this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.commons.math3.util.IntegerSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/util/IntegerSequence;

  public static org.apache.commons.math3.util.IntegerSequence$Range range(int, int);
    descriptor: (II)Lorg/apache/commons/math3/util/IntegerSequence$Range;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // int start
        start local 1 // int end
         0: .line 47
            iload 0 /* start */
            iload 1 /* end */
            iconst_1
            invokestatic org.apache.commons.math3.util.IntegerSequence.range:(III)Lorg/apache/commons/math3/util/IntegerSequence$Range;
            areturn
        end local 1 // int end
        end local 0 // int start
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  start  I
            0    1     1    end  I
    MethodParameters:
       Name  Flags
      start  
      end    

  public static org.apache.commons.math3.util.IntegerSequence$Range range(int, int, int);
    descriptor: (III)Lorg/apache/commons/math3/util/IntegerSequence$Range;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // int start
        start local 1 // int max
        start local 2 // int step
         0: .line 64
            new org.apache.commons.math3.util.IntegerSequence$Range
            dup
            iload 0 /* start */
            iload 1 /* max */
            iload 2 /* step */
            invokespecial org.apache.commons.math3.util.IntegerSequence$Range.<init>:(III)V
            areturn
        end local 2 // int step
        end local 1 // int max
        end local 0 // int start
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  start  I
            0    1     1    max  I
            0    1     2   step  I
    MethodParameters:
       Name  Flags
      start  final
      max    final
      step   final
}
SourceFile: "IntegerSequence.java"
NestMembers:
  org.apache.commons.math3.util.IntegerSequence$Incrementor  org.apache.commons.math3.util.IntegerSequence$Incrementor$1  org.apache.commons.math3.util.IntegerSequence$Incrementor$MaxCountExceededCallback  org.apache.commons.math3.util.IntegerSequence$Range
InnerClasses:
  public Incrementor = org.apache.commons.math3.util.IntegerSequence$Incrementor of org.apache.commons.math3.util.IntegerSequence
  public Range = org.apache.commons.math3.util.IntegerSequence$Range of org.apache.commons.math3.util.IntegerSequence