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 283
            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 289
            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 297
            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 299
            aload 3 /* value */
            ifnonnull 11
            aload 2 /* initializer */
            ifnull 11
         2: .line 300
            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 303
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl.weakGet:(I)Ljava/lang/Object;
            astore 3 /* value */
         4: .line 305
            aload 3 /* value */
            ifnonnull 7
         5: .line 306
            aload 2 /* initializer */
            invokeinterface org.glassfish.grizzly.utils.NullaryFunction.evaluate:()Ljava/lang/Object;
            astore 3 /* value */
         6: .line 307
            aload 0 /* this */
            iload 1 /* index */
            aload 3 /* value */
            invokevirtual org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl.setAttribute:(ILjava/lang/Object;)V
         7: .line 300
      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 312
      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 316
            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 317
            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 318
            iload 1 /* index */
            aload 2 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.i2v:[I
            arraylength
            if_icmpge 6
         3: .line 319
            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 320
            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 321
            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 326
      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 334
            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 337
            iload 1 /* index */
            aload 3 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.i2v:[I
            arraylength
            if_icmpge 6
            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
         2: iconst_m1
            if_icmpeq 6
         3: .line 338
            aload 3 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.values:[Ljava/lang/Object;
            iload 4 /* mappedIdx */
            aload 2 /* value */
            aastore
         4: .line 339
            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
         5: .line 340
            goto 8
        end local 4 // int mappedIdx
      StackMap locals: org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot
      StackMap stack:
         6: aload 2 /* value */
            ifnull 8
         7: .line 341
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* value */
            invokevirtual org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl.setSync:(ILjava/lang/Object;)V
         8: .line 343
      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    9     0       this  Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder$IndexedAttributeAccessorImpl;
            0    9     1      index  I
            0    9     2      value  Ljava/lang/Object;
            1    9     3   stateNow  Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder$Snapshot;
            2    6     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 347
            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 349
            aconst_null
            astore 3 /* oldValue */
        start local 3 // java.lang.Object oldValue
         2: .line 352
            iload 1 /* index */
            aload 2 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.i2v:[I
            arraylength
            if_icmpge 7
            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
         3: iconst_m1
            if_icmpeq 7
         4: .line 353
            aload 2 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.values:[Ljava/lang/Object;
            iload 4 /* mappedIdx */
            aaload
            astore 3 /* oldValue */
         5: .line 354
            aload 2 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.values:[Ljava/lang/Object;
            iload 4 /* mappedIdx */
            aconst_null
            aastore
         6: .line 355
            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
         7: .line 358
      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    8     0       this  Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder$IndexedAttributeAccessorImpl;
            0    8     1      index  I
            1    8     2   stateNow  Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder$Snapshot;
            2    8     3   oldValue  Ljava/lang/Object;
            3    7     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 362
            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 363
            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 367
            iload 1 /* index */
            aload 4 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.i2v:[I
            arraylength
            if_icmpge 11
         3: .line 368
            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 9
            iload 5 /* mappedIdx */
            aload 4 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.size:I
            if_icmpge 9
         5: .line 369
            aload 4 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.values:[Ljava/lang/Object;
            iload 5 /* mappedIdx */
            aload 2 /* value */
            aastore
         6: .line 370
            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
         7: .line 371
            aload 3
            monitorexit
         8: return
         9: .line 374
      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
        10: .line 375
            goto 12
        end local 6 // int[] newI2v
        end local 5 // int mappedIdx
        11: .line 376
      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
        12: .line 379
      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
        13: .line 380
            iload 5 /* mappedIdx */
            iconst_1
            iadd
            istore 7 /* newSize */
        start local 7 // int newSize
        14: .line 382
            iload 5 /* mappedIdx */
            aload 4 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.values:[Ljava/lang/Object;
            arraylength
            if_icmpge 15
            aload 4 /* stateNow */
            getfield org.glassfish.grizzly.attributes.IndexedAttributeHolder$Snapshot.values:[Ljava/lang/Object;
            goto 16
      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:
        15: 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;
      StackMap locals:
      StackMap stack: java.lang.Object[]
        16: astore 8 /* newValues */
        start local 8 // java.lang.Object[] newValues
        17: .line 384
            aload 8 /* newValues */
            iload 5 /* mappedIdx */
            aload 2 /* value */
            aastore
        18: .line 385
            aload 6 /* newI2v */
            iload 1 /* index */
            iload 5 /* mappedIdx */
            iastore
        19: .line 387
            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;
        20: .line 389
            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
        21: .line 362
            aload 3
            monitorexit
        22: goto 25
      StackMap locals: org.glassfish.grizzly.attributes.IndexedAttributeHolder$IndexedAttributeAccessorImpl int java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
        23: aload 3
            monitorexit
        24: athrow
        25: .line 391
      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   26     0       this  Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder$IndexedAttributeAccessorImpl;
            0   26     1      index  I
            0   26     2      value  Ljava/lang/Object;
            2   21     4   stateNow  Lorg/glassfish/grizzly/attributes/IndexedAttributeHolder$Snapshot;
            4   11     5  mappedIdx  I
           13   21     5  mappedIdx  I
           10   11     6     newI2v  [I
           12   21     6     newI2v  [I
           14   21     7    newSize  I
           17   21     8  newValues  [Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     8      23  any
           9    22      23  any
          23    24      23  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