public class org.apache.commons.math3.util.Incrementor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.util.Incrementor
  super_class: java.lang.Object
{
  private int maximalCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int count;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final org.apache.commons.math3.util.Incrementor$MaxCountExceededCallback maxCountCallback;
    descriptor: Lorg/apache/commons/math3/util/Incrementor$MaxCountExceededCallback;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.util.Incrementor this
         0: .line 54
            aload 0 /* this */
            iconst_0
            invokespecial org.apache.commons.math3.util.Incrementor.<init>:(I)V
         1: .line 55
            return
        end local 0 // org.apache.commons.math3.util.Incrementor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/util/Incrementor;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.util.Incrementor this
        start local 1 // int max
         0: .line 63
            aload 0 /* this */
            iload 1 /* max */
         1: .line 64
            new org.apache.commons.math3.util.Incrementor$1
            dup
            invokespecial org.apache.commons.math3.util.Incrementor$1.<init>:()V
            invokespecial org.apache.commons.math3.util.Incrementor.<init>:(ILorg/apache/commons/math3/util/Incrementor$MaxCountExceededCallback;)V
         2: .line 70
            return
        end local 1 // int max
        end local 0 // org.apache.commons.math3.util.Incrementor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/util/Incrementor;
            0    3     1   max  I
    MethodParameters:
      Name  Flags
      max   

  public void <init>(int, org.apache.commons.math3.util.Incrementor$MaxCountExceededCallback);
    descriptor: (ILorg/apache/commons/math3/util/Incrementor$MaxCountExceededCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.util.Incrementor this
        start local 1 // int max
        start local 2 // org.apache.commons.math3.util.Incrementor$MaxCountExceededCallback cb
         0: .line 80
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.math3.util.Incrementor.count:I
         2: .line 82
            aload 2 /* cb */
            ifnonnull 4
         3: .line 83
            new org.apache.commons.math3.exception.NullArgumentException
            dup
            invokespecial org.apache.commons.math3.exception.NullArgumentException.<init>:()V
            athrow
         4: .line 85
      StackMap locals: org.apache.commons.math3.util.Incrementor int org.apache.commons.math3.util.Incrementor$MaxCountExceededCallback
      StackMap stack:
            aload 0 /* this */
            iload 1 /* max */
            putfield org.apache.commons.math3.util.Incrementor.maximalCount:I
         5: .line 86
            aload 0 /* this */
            aload 2 /* cb */
            putfield org.apache.commons.math3.util.Incrementor.maxCountCallback:Lorg/apache/commons/math3/util/Incrementor$MaxCountExceededCallback;
         6: .line 87
            return
        end local 2 // org.apache.commons.math3.util.Incrementor$MaxCountExceededCallback cb
        end local 1 // int max
        end local 0 // org.apache.commons.math3.util.Incrementor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/commons/math3/util/Incrementor;
            0    7     1   max  I
            0    7     2    cb  Lorg/apache/commons/math3/util/Incrementor$MaxCountExceededCallback;
    Exceptions:
      throws org.apache.commons.math3.exception.NullArgumentException
    MethodParameters:
      Name  Flags
      max   
      cb    

  public void setMaximalCount(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.util.Incrementor this
        start local 1 // int max
         0: .line 97
            aload 0 /* this */
            iload 1 /* max */
            putfield org.apache.commons.math3.util.Incrementor.maximalCount:I
         1: .line 98
            return
        end local 1 // int max
        end local 0 // org.apache.commons.math3.util.Incrementor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/util/Incrementor;
            0    2     1   max  I
    MethodParameters:
      Name  Flags
      max   

  public int getMaximalCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.util.Incrementor this
         0: .line 106
            aload 0 /* this */
            getfield org.apache.commons.math3.util.Incrementor.maximalCount:I
            ireturn
        end local 0 // org.apache.commons.math3.util.Incrementor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/util/Incrementor;

  public int getCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.util.Incrementor this
         0: .line 115
            aload 0 /* this */
            getfield org.apache.commons.math3.util.Incrementor.count:I
            ireturn
        end local 0 // org.apache.commons.math3.util.Incrementor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/util/Incrementor;

  public boolean canIncrement();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.util.Incrementor this
         0: .line 126
            aload 0 /* this */
            getfield org.apache.commons.math3.util.Incrementor.count:I
            aload 0 /* this */
            getfield org.apache.commons.math3.util.Incrementor.maximalCount:I
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.apache.commons.math3.util.Incrementor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/util/Incrementor;

  public void incrementCount(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.util.Incrementor this
        start local 1 // int value
         0: .line 137
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 4
         2: .line 138
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.util.Incrementor.incrementCount:()V
         3: .line 137
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 2 /* i */
            iload 1 /* value */
            if_icmplt 2
        end local 2 // int i
         5: .line 140
            return
        end local 1 // int value
        end local 0 // org.apache.commons.math3.util.Incrementor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/commons/math3/util/Incrementor;
            0    6     1  value  I
            1    5     2      i  I
    Exceptions:
      throws org.apache.commons.math3.exception.MaxCountExceededException
    MethodParameters:
       Name  Flags
      value  

  public void incrementCount();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.util.Incrementor this
         0: .line 156
            aload 0 /* this */
            dup
            getfield org.apache.commons.math3.util.Incrementor.count:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.commons.math3.util.Incrementor.count:I
            aload 0 /* this */
            getfield org.apache.commons.math3.util.Incrementor.maximalCount:I
            if_icmple 2
         1: .line 157
            aload 0 /* this */
            getfield org.apache.commons.math3.util.Incrementor.maxCountCallback:Lorg/apache/commons/math3/util/Incrementor$MaxCountExceededCallback;
            aload 0 /* this */
            getfield org.apache.commons.math3.util.Incrementor.maximalCount:I
            invokeinterface org.apache.commons.math3.util.Incrementor$MaxCountExceededCallback.trigger:(I)V
         2: .line 159
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.commons.math3.util.Incrementor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/util/Incrementor;
    Exceptions:
      throws org.apache.commons.math3.exception.MaxCountExceededException

  public void resetCount();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.util.Incrementor this
         0: .line 165
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.math3.util.Incrementor.count:I
         1: .line 166
            return
        end local 0 // org.apache.commons.math3.util.Incrementor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/util/Incrementor;

  public static org.apache.commons.math3.util.Incrementor wrap(org.apache.commons.math3.util.IntegerSequence$Incrementor);
    descriptor: (Lorg/apache/commons/math3/util/IntegerSequence$Incrementor;)Lorg/apache/commons/math3/util/Incrementor;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.util.IntegerSequence$Incrementor incrementor
         0: .line 202
            new org.apache.commons.math3.util.Incrementor$2
            dup
            aload 0 /* incrementor */
            invokespecial org.apache.commons.math3.util.Incrementor$2.<init>:(Lorg/apache/commons/math3/util/IntegerSequence$Incrementor;)V
            areturn
        end local 0 // org.apache.commons.math3.util.IntegerSequence$Incrementor incrementor
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0  incrementor  Lorg/apache/commons/math3/util/IntegerSequence$Incrementor;
    MethodParameters:
             Name  Flags
      incrementor  final
}
SourceFile: "Incrementor.java"
NestMembers:
  org.apache.commons.math3.util.Incrementor$1  org.apache.commons.math3.util.Incrementor$2  org.apache.commons.math3.util.Incrementor$MaxCountExceededCallback
InnerClasses:
  org.apache.commons.math3.util.Incrementor$1
  org.apache.commons.math3.util.Incrementor$2
  public abstract MaxCountExceededCallback = org.apache.commons.math3.util.Incrementor$MaxCountExceededCallback of org.apache.commons.math3.util.Incrementor
  public Incrementor = org.apache.commons.math3.util.IntegerSequence$Incrementor of org.apache.commons.math3.util.IntegerSequence
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()