public final class android.util.MutableShort
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.util.MutableShort
  super_class: java.lang.Object
{
  public short value;
    descriptor: S
    flags: (0x0001) ACC_PUBLIC

  public void <init>(short);
    descriptor: (S)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.util.MutableShort this
        start local 1 // short value
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 27
            aload 0 /* this */
            iload 1 /* value */
            putfield android.util.MutableShort.value:S
         2: .line 28
            return
        end local 1 // short value
        end local 0 // android.util.MutableShort this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/util/MutableShort;
            0    3     1  value  S
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "MutableShort.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()