class org.apache.commons.math3.util.Incrementor$2 extends org.apache.commons.math3.util.Incrementor
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.commons.math3.util.Incrementor$2
super_class: org.apache.commons.math3.util.Incrementor
{
private org.apache.commons.math3.util.IntegerSequence$Incrementor delegate;
descriptor: Lorg/apache/commons/math3/util/IntegerSequence$Incrementor;
flags: (0x0002) ACC_PRIVATE
void <init>(org.apache.commons.math3.util.IntegerSequence$Incrementor);
descriptor: (Lorg/apache/commons/math3/util/IntegerSequence$Incrementor;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // org.apache.commons.math3.util.Incrementor$2 this
0: .line 202
aload 0 /* this */
invokespecial org.apache.commons.math3.util.Incrementor.<init>:()V
1: .line 209
aload 0 /* this */
aload 1
putfield org.apache.commons.math3.util.Incrementor$2.delegate:Lorg/apache/commons/math3/util/IntegerSequence$Incrementor;
2: .line 210
aload 0 /* this */
aload 0 /* this */
getfield org.apache.commons.math3.util.Incrementor$2.delegate:Lorg/apache/commons/math3/util/IntegerSequence$Incrementor;
invokevirtual org.apache.commons.math3.util.IntegerSequence$Incrementor.getMaximalCount:()I
invokespecial org.apache.commons.math3.util.Incrementor.setMaximalCount:(I)V
3: .line 211
aload 0 /* this */
aload 0 /* this */
getfield org.apache.commons.math3.util.Incrementor$2.delegate:Lorg/apache/commons/math3/util/IntegerSequence$Incrementor;
invokevirtual org.apache.commons.math3.util.IntegerSequence$Incrementor.getCount:()I
invokespecial org.apache.commons.math3.util.Incrementor.incrementCount:(I)V
4: .line 202
return
end local 0 // org.apache.commons.math3.util.Incrementor$2 this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/commons/math3/util/Incrementor$2;
MethodParameters:
Name Flags
val$incrementor final
public void setMaximalCount(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 // org.apache.commons.math3.util.Incrementor$2 this
start local 1 // int max
0: .line 217
aload 0 /* this */
iload 1 /* max */
invokespecial org.apache.commons.math3.util.Incrementor.setMaximalCount:(I)V
1: .line 218
aload 0 /* this */
aload 0 /* this */
getfield org.apache.commons.math3.util.Incrementor$2.delegate:Lorg/apache/commons/math3/util/IntegerSequence$Incrementor;
iload 1 /* max */
invokevirtual org.apache.commons.math3.util.IntegerSequence$Incrementor.withMaximalCount:(I)Lorg/apache/commons/math3/util/IntegerSequence$Incrementor;
putfield org.apache.commons.math3.util.Incrementor$2.delegate:Lorg/apache/commons/math3/util/IntegerSequence$Incrementor;
2: .line 219
return
end local 1 // int max
end local 0 // org.apache.commons.math3.util.Incrementor$2 this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/math3/util/Incrementor$2;
0 3 1 max I
MethodParameters:
Name Flags
max
public void resetCount();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 // org.apache.commons.math3.util.Incrementor$2 this
0: .line 224
aload 0 /* this */
invokespecial org.apache.commons.math3.util.Incrementor.resetCount:()V
1: .line 225
aload 0 /* this */
aload 0 /* this */
getfield org.apache.commons.math3.util.Incrementor$2.delegate:Lorg/apache/commons/math3/util/IntegerSequence$Incrementor;
iconst_0
invokevirtual org.apache.commons.math3.util.IntegerSequence$Incrementor.withStart:(I)Lorg/apache/commons/math3/util/IntegerSequence$Incrementor;
putfield org.apache.commons.math3.util.Incrementor$2.delegate:Lorg/apache/commons/math3/util/IntegerSequence$Incrementor;
2: .line 226
return
end local 0 // org.apache.commons.math3.util.Incrementor$2 this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/math3/util/Incrementor$2;
public void incrementCount();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.apache.commons.math3.util.Incrementor$2 this
0: .line 231
aload 0 /* this */
invokespecial org.apache.commons.math3.util.Incrementor.incrementCount:()V
1: .line 232
aload 0 /* this */
getfield org.apache.commons.math3.util.Incrementor$2.delegate:Lorg/apache/commons/math3/util/IntegerSequence$Incrementor;
invokevirtual org.apache.commons.math3.util.IntegerSequence$Incrementor.increment:()V
2: .line 233
return
end local 0 // org.apache.commons.math3.util.Incrementor$2 this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/math3/util/Incrementor$2;
}
SourceFile: "Incrementor.java"
EnclosingMethod: org.apache.commons.math3.util.Incrementor.wrap:(Lorg/apache/commons/math3/util/IntegerSequence$Incrementor;)Lorg/apache/commons/math3/util/Incrementor;
NestHost: org.apache.commons.math3.util.Incrementor
InnerClasses:
org.apache.commons.math3.util.Incrementor$2
public Incrementor = org.apache.commons.math3.util.IntegerSequence$Incrementor of org.apache.commons.math3.util.IntegerSequence