public final class org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl implements org.glassfish.grizzly.attributes.IndexedAttributeAccessor
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl
  super_class: java.lang.Object
{
  final org.glassfish.grizzly.attributes.IndexedAttributeHolder this$0;
    descriptor: Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(org.glassfish.grizzly.attributes.IndexedAttributeHolder);
    descriptor: (Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl this
         0: .line 289
            aload 0 /* this */
            aload 1
            putfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl.this$0:Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder$IndexedAttributeAccessorImpl;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.Object getAttribute(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl this
        start local 1 // int index
         0: .line 295
            aload 0 /* this */
            iload 1 /* index */
            aconst_null
            invokevirtual org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl.getAttribute:(ILorg/glassfish/grizzly/utils/NullaryFunction;)Ljava/lang/Object;
            areturn
        end local 1 // int index
        end local 0 // org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder$IndexedAttributeAccessorImpl;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  final

  public java.lang.Object getAttribute(int, org.glassfish.grizzly.utils.NullaryFunction);
    descriptor: (ILorg/glassfish/grizzly/utils/NullaryFunction;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl this
        start local 1 // int index
        start local 2 // org.glassfish.grizzly.utils.NullaryFunction initializer
         0: .line 304
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl.weakGet:(I)Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
         1: .line 306
            aload 3 /* value */
            ifnonnull 11
            aload 2 /* initializer */
            ifnull 11
         2: .line 307
            aload 0 /* this */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl.this$0:Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder;
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder.sync:Ljava/lang/Object;
            dup
            astore 4
            monitorenter
         3: .line 310
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl.weakGet:(I)Ljava/lang/Object;
            astore 3 /* value */
         4: .line 312
            aload 3 /* value */
            ifnonnull 7
         5: .line 313
            aload 2 /* initializer */
            invokeinterface org.glassfish.grizzly.utils.NullaryFunction.evaluate:()Ljava/lang/Object;
            astore 3 /* value */
         6: .line 314
            aload 0 /* this */
            iload 1 /* index */
            aload 3 /* value */
            invokevirtual org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl.setAttribute:(ILjava/lang/Object;)V
         7: .line 307
      StackMap locals: java.lang.Object java.lang.Object
      StackMap stack:
            aload 4
            monitorexit
         8: goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: aload 4
            monitorexit
        10: athrow
        11: .line 319
      StackMap locals:
      StackMap stack:
            aload 3 /* value */
            areturn
        end local 3 // java.lang.Object value
        end local 2 // org.glassfish.grizzly.utils.NullaryFunction initializer
        end local 1 // int index
        end local 0 // org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder$IndexedAttributeAccessorImpl;
            0   12     1        index  I
            0   12     2  initializer  Lorg/glassfish/grizzly/utils/NullaryFunction;
            1   12     3        value  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           3     8       9  any
           9    10       9  any
    MethodParameters:
             Name  Flags
      index        final
      initializer  final

  private java.lang.Object weakGet(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl this
        start local 1 // int index
         0: .line 323
            aload 0 /* this */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl.this$0:Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder;
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder.count:I
            ifeq 6
         1: .line 324
            aload 0 /* this */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl.this$0:Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder;
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder.state:Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder$Snapshot;
            astore 2 /* stateNow */
        start local 2 // org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot stateNow
         2: .line 325
            iload 1 /* index */
            aload 2 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.i2v:[I
            arraylength
            if_icmpge 6
         3: .line 326
            aload 2 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.i2v:[I
            iload 1 /* index */
            iaload
            istore 3 /* idx */
        start local 3 // int idx
         4: .line 327
            iload 3 /* idx */
            iconst_m1
            if_icmpeq 6
            iload 3 /* idx */
            aload 2 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.size:I
            if_icmpge 6
         5: .line 328
            aload 2 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.values:[Ljava/lang/Object;
            iload 3 /* idx */
            aaload
            areturn
        end local 3 // int idx
        end local 2 // org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot stateNow
         6: .line 333
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int index
        end local 0 // org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder$IndexedAttributeAccessorImpl;
            0    7     1     index  I
            2    6     2  stateNow  Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder$Snapshot;
            4    6     3       idx  I
    MethodParameters:
       Name  Flags
      index  final

  public void setAttribute(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl this
        start local 1 // int index
        start local 2 // java.lang.Object value
         0: .line 341
            aload 0 /* this */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl.this$0:Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder;
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder.state:Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder$Snapshot;
            astore 3 /* stateNow */
        start local 3 // org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot stateNow
         1: .line 344
            iload 1 /* index */
            aload 3 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.i2v:[I
            arraylength
            if_icmpge 7
         2: .line 345
            aload 3 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.i2v:[I
            iload 1 /* index */
            iaload
            dup
            istore 4 /* mappedIdx */
        start local 4 // int mappedIdx
         3: iconst_m1
            if_icmpeq 7
         4: .line 346
            aload 3 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.values:[Ljava/lang/Object;
            iload 4 /* mappedIdx */
            aload 2 /* value */
            aastore
         5: .line 347
            aload 0 /* this */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl.this$0:Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder;
            dup
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder.count:I
            iconst_1
            iadd
            putfield org.glassfish.grizzly.attributes.IndexedAttributeHolder.count:I
         6: .line 348
            goto 9
        end local 4 // int mappedIdx
      StackMap locals: org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot
      StackMap stack:
         7: aload 2 /* value */
            ifnull 9
         8: .line 349
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* value */
            invokevirtual org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl.setSync:(ILjava/lang/Object;)V
         9: .line 351
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot stateNow
        end local 2 // java.lang.Object value
        end local 1 // int index
        end local 0 // org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder$IndexedAttributeAccessorImpl;
            0   10     1      index  I
            0   10     2      value  Ljava/lang/Object;
            1   10     3   stateNow  Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder$Snapshot;
            3    7     4  mappedIdx  I
    MethodParameters:
       Name  Flags
      index  final
      value  final

  public java.lang.Object removeAttribute(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl this
        start local 1 // int index
         0: .line 355
            aload 0 /* this */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl.this$0:Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder;
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder.state:Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder$Snapshot;
            astore 2 /* stateNow */
        start local 2 // org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot stateNow
         1: .line 357
            aconst_null
            astore 3 /* oldValue */
        start local 3 // java.lang.Object oldValue
         2: .line 360
            iload 1 /* index */
            aload 2 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.i2v:[I
            arraylength
            if_icmpge 8
         3: .line 361
            aload 2 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.i2v:[I
            iload 1 /* index */
            iaload
            dup
            istore 4 /* mappedIdx */
        start local 4 // int mappedIdx
         4: iconst_m1
            if_icmpeq 8
         5: .line 362
            aload 2 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.values:[Ljava/lang/Object;
            iload 4 /* mappedIdx */
            aaload
            astore 3 /* oldValue */
         6: .line 363
            aload 2 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.values:[Ljava/lang/Object;
            iload 4 /* mappedIdx */
            aconst_null
            aastore
         7: .line 364
            aload 0 /* this */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl.this$0:Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder;
            dup
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder.count:I
            iconst_1
            iadd
            putfield org.glassfish.grizzly.attributes.IndexedAttributeHolder.count:I
        end local 4 // int mappedIdx
         8: .line 367
      StackMap locals: org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot java.lang.Object
      StackMap stack:
            aload 3 /* oldValue */
            areturn
        end local 3 // java.lang.Object oldValue
        end local 2 // org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot stateNow
        end local 1 // int index
        end local 0 // org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder$IndexedAttributeAccessorImpl;
            0    9     1      index  I
            1    9     2   stateNow  Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder$Snapshot;
            2    9     3   oldValue  Ljava/lang/Object;
            4    8     4  mappedIdx  I
    MethodParameters:
       Name  Flags
      index  final

  private void setSync(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=9, args_size=3
        start local 0 // org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl this
        start local 1 // int index
        start local 2 // java.lang.Object value
         0: .line 371
            aload 0 /* this */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl.this$0:Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder;
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder.sync:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 372
            aload 0 /* this */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl.this$0:Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder;
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder.state:Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder$Snapshot;
            astore 4 /* stateNow */
        start local 4 // org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot stateNow
         2: .line 376
            iload 1 /* index */
            aload 4 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.i2v:[I
            arraylength
            if_icmpge 12
         3: .line 377
            aload 4 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.i2v:[I
            iload 1 /* index */
            iaload
            dup
            istore 5 /* mappedIdx */
        start local 5 // int mappedIdx
         4: iconst_m1
            if_icmpeq 10
         5: .line 378
            iload 5 /* mappedIdx */
            aload 4 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.size:I
            if_icmpge 10
         6: .line 379
            aload 4 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.values:[Ljava/lang/Object;
            iload 5 /* mappedIdx */
            aload 2 /* value */
            aastore
         7: .line 380
            aload 0 /* this */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl.this$0:Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder;
            dup
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder.count:I
            iconst_1
            iadd
            putfield org.glassfish.grizzly.attributes.IndexedAttributeHolder.count:I
         8: .line 381
            aload 3
            monitorexit
         9: return
        10: .line 384
      StackMap locals: java.lang.Object org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot int
      StackMap stack:
            aload 4 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.i2v:[I
            astore 6 /* newI2v */
        start local 6 // int[] newI2v
        11: .line 385
            goto 13
        end local 6 // int[] newI2v
        end local 5 // int mappedIdx
        12: .line 386
      StackMap locals:
      StackMap stack:
            aload 4 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.i2v:[I
            iload 1 /* index */
            iconst_1
            iadd
            invokestatic org.glassfish.grizzly.attributes.IndexedAttributeHolder.ensureSize:([II)[I
            astore 6 /* newI2v */
        start local 6 // int[] newI2v
        13: .line 389
      StackMap locals: org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl int java.lang.Object java.lang.Object org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot top int[]
      StackMap stack:
            aload 4 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.size:I
            istore 5 /* mappedIdx */
        start local 5 // int mappedIdx
        14: .line 390
            iload 5 /* mappedIdx */
            iconst_1
            iadd
            istore 7 /* newSize */
        start local 7 // int newSize
        15: .line 392
            iload 5 /* mappedIdx */
            aload 4 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.values:[Ljava/lang/Object;
            arraylength
            if_icmpge 17
        16: .line 393
            aload 4 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.values:[Ljava/lang/Object;
            goto 18
        17: .line 394
      StackMap locals: org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl int java.lang.Object java.lang.Object org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot int int[] int
      StackMap stack:
            aload 4 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.values:[Ljava/lang/Object;
            iload 7 /* newSize */
            invokestatic org.glassfish.grizzly.attributes.IndexedAttributeHolder.ensureSize:([Ljava/lang/Object;I)[Ljava/lang/Object;
        18: .line 392
      StackMap locals:
      StackMap stack: java.lang.Object[]
            astore 8 /* newValues */
        start local 8 // java.lang.Object[] newValues
        19: .line 396
            aload 8 /* newValues */
            iload 5 /* mappedIdx */
            aload 2 /* value */
            aastore
        20: .line 397
            aload 6 /* newI2v */
            iload 1 /* index */
            iload 5 /* mappedIdx */
            iastore
        21: .line 399
            aload 0 /* this */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl.this$0:Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder;
            new org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot
            dup
            aload 8 /* newValues */
            aload 6 /* newI2v */
            iload 7 /* newSize */
            invokespecial org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.<init>:([Ljava/lang/Object;[II)V
            putfield org.glassfish.grizzly.attributes.IndexedAttributeHolder.state:Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder$Snapshot;
        22: .line 401
            aload 0 /* this */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl.this$0:Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder;
            dup
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder.count:I
            iconst_1
            iadd
            putfield org.glassfish.grizzly.attributes.IndexedAttributeHolder.count:I
        end local 8 // java.lang.Object[] newValues
        end local 7 // int newSize
        end local 6 // int[] newI2v
        end local 5 // int mappedIdx
        end local 4 // org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot stateNow
        23: .line 371
            aload 3
            monitorexit
        24: goto 27
      StackMap locals: org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl int java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
        25: aload 3
            monitorexit
        26: athrow
        27: .line 403
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object value
        end local 1 // int index
        end local 0 // org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   28     0       this  Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder$IndexedAttributeAccessorImpl;
            0   28     1      index  I
            0   28     2      value  Ljava/lang/Object;
            2   23     4   stateNow  Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder$Snapshot;
            4   12     5  mappedIdx  I
           14   23     5  mappedIdx  I
           11   12     6     newI2v  [I
           13   23     6     newI2v  [I
           15   23     7    newSize  I
           19   23     8  newValues  [Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     9      25  any
          10    24      25  any
          25    26      25  any
    MethodParameters:
       Name  Flags
      index  final
      value  final
}
SourceFile: "IndexedAttributeHolder.java"
NestHost: org.glassfish.grizzly.attributes.IndexedAttributeHolder
InnerClasses:
  protected final IndexedAttributeAccessorImpl = org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl of org.glassfish.grizzly.attributes.IndexedAttributeHolder
  private Snapshot = org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot of org.glassfish.grizzly.attributes.IndexedAttributeHolder