class org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$2 implements org.eclipse.collections.api.block.procedure.primitive.ShortProcedure
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$2
  super_class: java.lang.Object
{
  private int index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet this$0;
    descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final short[] val$finalBypass;
    descriptor: [S
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet, short[]);
    descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;[S)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$2 this
         0: .line 570
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$2.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet;
            aload 0 /* this */
            aload 2
            putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$2.val$finalBypass:[S
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet$2;
    MethodParameters:
                 Name  Flags
      this$0           final
      val$finalBypass  final

  public void value(short);
    descriptor: (S)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$2 this
        start local 1 // short each
         0: .line 576
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$2.val$finalBypass:[S
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$2.index:I
            iload 1 /* each */
            sastore
         1: .line 577
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$2.index:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$2.index:I
         2: .line 578
            return
        end local 1 // short each
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableShortKeySet$2;
            0    3     1  each  S
    MethodParameters:
      Name  Flags
      each  
}
SourceFile: "AbstractMutableShortKeySet.java"
EnclosingMethod: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet.toArray:([S)[S
NestHost: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet
InnerClasses:
  org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortKeySet$2