public class javax.imageio.plugins.tiff.TIFFTag
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.imageio.plugins.tiff.TIFFTag
  super_class: java.lang.Object
{
  public static final int TIFF_BYTE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int TIFF_ASCII;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int TIFF_SHORT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int TIFF_LONG;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int TIFF_RATIONAL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final int TIFF_SBYTE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public static final int TIFF_UNDEFINED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  public static final int TIFF_SSHORT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  public static final int TIFF_SLONG;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  public static final int TIFF_SRATIONAL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  public static final int TIFF_FLOAT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 11

  public static final int TIFF_DOUBLE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 12

  public static final int TIFF_IFD_POINTER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 13

  public static final int MIN_DATATYPE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int MAX_DATATYPE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 13

  public static final java.lang.String UNKNOWN_TAG_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "UnknownTag"

  private static final int DISALLOWED_DATATYPES_MASK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -16384

  private static final int[] SIZE_OF_TYPE;
    descriptor: [I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private int number;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private int dataTypes;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int count;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private javax.imageio.plugins.tiff.TIFFTagSet tagSet;
    descriptor: Ljavax/imageio/plugins/tiff/TIFFTagSet;
    flags: (0x0002) ACC_PRIVATE

  private java.util.SortedMap<java.lang.Integer, java.lang.String> valueNames;
    descriptor: Ljava/util/SortedMap;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/SortedMap<Ljava/lang/Integer;Ljava/lang/String;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 117
            bipush 14
            newarray 10
            dup
            iconst_1
         1: .line 119
            iconst_1
            iastore
            dup
            iconst_2
         2: .line 120
            iconst_1
            iastore
            dup
            iconst_3
         3: .line 121
            iconst_2
            iastore
            dup
            iconst_4
         4: .line 122
            iconst_4
            iastore
            dup
            iconst_5
         5: .line 123
            bipush 8
            iastore
            dup
            bipush 6
         6: .line 124
            iconst_1
            iastore
            dup
            bipush 7
         7: .line 125
            iconst_1
            iastore
            dup
            bipush 8
         8: .line 126
            iconst_2
            iastore
            dup
            bipush 9
         9: .line 127
            iconst_4
            iastore
            dup
            bipush 10
        10: .line 128
            bipush 8
            iastore
            dup
            bipush 11
        11: .line 129
            iconst_4
            iastore
            dup
            bipush 12
        12: .line 130
            bipush 8
            iastore
            dup
            bipush 13
        13: .line 131
            iconst_4
            iastore
        14: .line 117
            putstatic javax.imageio.plugins.tiff.TIFFTag.SIZE_OF_TYPE:[I
        15: .line 132
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.String, int, int, int);
    descriptor: (Ljava/lang/String;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // javax.imageio.plugins.tiff.TIFFTag this
        start local 1 // java.lang.String name
        start local 2 // int number
        start local 3 // int dataTypes
        start local 4 // int count
         0: .line 169
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 138
            aload 0 /* this */
            aconst_null
            putfield javax.imageio.plugins.tiff.TIFFTag.tagSet:Ljavax/imageio/plugins/tiff/TIFFTagSet;
         2: .line 141
            aload 0 /* this */
            aconst_null
            putfield javax.imageio.plugins.tiff.TIFFTag.valueNames:Ljava/util/SortedMap;
         3: .line 170
            aload 1 /* name */
            ifnonnull 5
         4: .line 171
            new java.lang.NullPointerException
            dup
            ldc "name == null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 172
      StackMap locals: javax.imageio.plugins.tiff.TIFFTag java.lang.String int int int
      StackMap stack:
            iload 2 /* number */
            ifge 7
         6: .line 173
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "number ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* number */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ") < 0"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 174
      StackMap locals:
      StackMap stack:
            iload 3 /* dataTypes */
            iflt 9
         8: .line 175
            iload 3 /* dataTypes */
            sipush -16384
            iand
            ifeq 10
         9: .line 176
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "dataTypes out of range"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* name */
            putfield javax.imageio.plugins.tiff.TIFFTag.name:Ljava/lang/String;
        11: .line 180
            aload 0 /* this */
            iload 2 /* number */
            putfield javax.imageio.plugins.tiff.TIFFTag.number:I
        12: .line 181
            aload 0 /* this */
            iload 3 /* dataTypes */
            putfield javax.imageio.plugins.tiff.TIFFTag.dataTypes:I
        13: .line 182
            aload 0 /* this */
            iload 4 /* count */
            putfield javax.imageio.plugins.tiff.TIFFTag.count:I
        14: .line 183
            return
        end local 4 // int count
        end local 3 // int dataTypes
        end local 2 // int number
        end local 1 // java.lang.String name
        end local 0 // javax.imageio.plugins.tiff.TIFFTag this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Ljavax/imageio/plugins/tiff/TIFFTag;
            0   15     1       name  Ljava/lang/String;
            0   15     2     number  I
            0   15     3  dataTypes  I
            0   15     4      count  I
    MethodParameters:
           Name  Flags
      name       
      number     
      dataTypes  
      count      

  public void <init>(java.lang.String, int, javax.imageio.plugins.tiff.TIFFTagSet);
    descriptor: (Ljava/lang/String;ILjavax/imageio/plugins/tiff/TIFFTagSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // javax.imageio.plugins.tiff.TIFFTag this
        start local 1 // java.lang.String name
        start local 2 // int number
        start local 3 // javax.imageio.plugins.tiff.TIFFTagSet tagSet
         0: .line 204
            aload 0 /* this */
            aload 1 /* name */
            iload 2 /* number */
         1: .line 205
            sipush 8208
            iconst_1
            invokespecial javax.imageio.plugins.tiff.TIFFTag.<init>:(Ljava/lang/String;III)V
         2: .line 206
            aload 3 /* tagSet */
            ifnonnull 4
         3: .line 207
            new java.lang.NullPointerException
            dup
            ldc "tagSet == null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 209
      StackMap locals: javax.imageio.plugins.tiff.TIFFTag java.lang.String int javax.imageio.plugins.tiff.TIFFTagSet
      StackMap stack:
            aload 0 /* this */
            aload 3 /* tagSet */
            putfield javax.imageio.plugins.tiff.TIFFTag.tagSet:Ljavax/imageio/plugins/tiff/TIFFTagSet;
         5: .line 210
            return
        end local 3 // javax.imageio.plugins.tiff.TIFFTagSet tagSet
        end local 2 // int number
        end local 1 // java.lang.String name
        end local 0 // javax.imageio.plugins.tiff.TIFFTag this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavax/imageio/plugins/tiff/TIFFTag;
            0    6     1    name  Ljava/lang/String;
            0    6     2  number  I
            0    6     3  tagSet  Ljavax/imageio/plugins/tiff/TIFFTagSet;
    MethodParameters:
        Name  Flags
      name    
      number  
      tagSet  

  public void <init>(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // javax.imageio.plugins.tiff.TIFFTag this
        start local 1 // java.lang.String name
        start local 2 // int number
        start local 3 // int dataTypes
         0: .line 228
            aload 0 /* this */
            aload 1 /* name */
            iload 2 /* number */
            iload 3 /* dataTypes */
            iconst_m1
            invokespecial javax.imageio.plugins.tiff.TIFFTag.<init>:(Ljava/lang/String;III)V
         1: .line 229
            return
        end local 3 // int dataTypes
        end local 2 // int number
        end local 1 // java.lang.String name
        end local 0 // javax.imageio.plugins.tiff.TIFFTag this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Ljavax/imageio/plugins/tiff/TIFFTag;
            0    2     1       name  Ljava/lang/String;
            0    2     2     number  I
            0    2     3  dataTypes  I
    MethodParameters:
           Name  Flags
      name       
      number     
      dataTypes  

  public static int getSizeOfType(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int dataType
         0: .line 244
            iload 0 /* dataType */
            iconst_1
            if_icmplt 1
            iload 0 /* dataType */
            bipush 13
            if_icmple 2
         1: .line 245
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "dataType out of range!"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 248
      StackMap locals:
      StackMap stack:
            getstatic javax.imageio.plugins.tiff.TIFFTag.SIZE_OF_TYPE:[I
            iload 0 /* dataType */
            iaload
            ireturn
        end local 0 // int dataType
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  dataType  I
    MethodParameters:
          Name  Flags
      dataType  

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.imageio.plugins.tiff.TIFFTag this
         0: .line 257
            aload 0 /* this */
            getfield javax.imageio.plugins.tiff.TIFFTag.name:Ljava/lang/String;
            areturn
        end local 0 // javax.imageio.plugins.tiff.TIFFTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/imageio/plugins/tiff/TIFFTag;

  public int getNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.imageio.plugins.tiff.TIFFTag this
         0: .line 266
            aload 0 /* this */
            getfield javax.imageio.plugins.tiff.TIFFTag.number:I
            ireturn
        end local 0 // javax.imageio.plugins.tiff.TIFFTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/imageio/plugins/tiff/TIFFTag;

  public int getDataTypes();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.imageio.plugins.tiff.TIFFTag this
         0: .line 283
            aload 0 /* this */
            getfield javax.imageio.plugins.tiff.TIFFTag.dataTypes:I
            ireturn
        end local 0 // javax.imageio.plugins.tiff.TIFFTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/imageio/plugins/tiff/TIFFTag;

  public int getCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.imageio.plugins.tiff.TIFFTag this
         0: .line 298
            aload 0 /* this */
            getfield javax.imageio.plugins.tiff.TIFFTag.count:I
            ireturn
        end local 0 // javax.imageio.plugins.tiff.TIFFTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/imageio/plugins/tiff/TIFFTag;

  public boolean isDataTypeOK(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.imageio.plugins.tiff.TIFFTag this
        start local 1 // int dataType
         0: .line 316
            iload 1 /* dataType */
            iconst_1
            if_icmplt 1
            iload 1 /* dataType */
            bipush 13
            if_icmple 2
         1: .line 317
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "datatype not in range!"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.imageio.plugins.tiff.TIFFTag.dataTypes:I
            iconst_1
            iload 1 /* dataType */
            ishl
            iand
            ifeq 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // int dataType
        end local 0 // javax.imageio.plugins.tiff.TIFFTag this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljavax/imageio/plugins/tiff/TIFFTag;
            0    4     1  dataType  I
    MethodParameters:
          Name  Flags
      dataType  

  public javax.imageio.plugins.tiff.TIFFTagSet getTagSet();
    descriptor: ()Ljavax/imageio/plugins/tiff/TIFFTagSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.imageio.plugins.tiff.TIFFTag this
         0: .line 328
            aload 0 /* this */
            getfield javax.imageio.plugins.tiff.TIFFTag.tagSet:Ljavax/imageio/plugins/tiff/TIFFTagSet;
            areturn
        end local 0 // javax.imageio.plugins.tiff.TIFFTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/imageio/plugins/tiff/TIFFTag;

  public boolean isIFDPointer();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.imageio.plugins.tiff.TIFFTag this
         0: .line 346
            aload 0 /* this */
            getfield javax.imageio.plugins.tiff.TIFFTag.tagSet:Ljavax/imageio/plugins/tiff/TIFFTagSet;
            ifnonnull 1
            aload 0 /* this */
            bipush 13
            invokevirtual javax.imageio.plugins.tiff.TIFFTag.isDataTypeOK:(I)Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // javax.imageio.plugins.tiff.TIFFTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/imageio/plugins/tiff/TIFFTag;

  public boolean hasValueNames();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.imageio.plugins.tiff.TIFFTag this
         0: .line 357
            aload 0 /* this */
            getfield javax.imageio.plugins.tiff.TIFFTag.valueNames:Ljava/util/SortedMap;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // javax.imageio.plugins.tiff.TIFFTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/imageio/plugins/tiff/TIFFTag;

  protected void addValueName(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.imageio.plugins.tiff.TIFFTag this
        start local 1 // int value
        start local 2 // java.lang.String name
         0: .line 368
            aload 0 /* this */
            getfield javax.imageio.plugins.tiff.TIFFTag.valueNames:Ljava/util/SortedMap;
            ifnonnull 2
         1: .line 369
            aload 0 /* this */
            new java.util.TreeMap
            dup
            invokespecial java.util.TreeMap.<init>:()V
            putfield javax.imageio.plugins.tiff.TIFFTag.valueNames:Ljava/util/SortedMap;
         2: .line 371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.imageio.plugins.tiff.TIFFTag.valueNames:Ljava/util/SortedMap;
            iload 1 /* value */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 2 /* name */
            invokeinterface java.util.SortedMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 372
            return
        end local 2 // java.lang.String name
        end local 1 // int value
        end local 0 // javax.imageio.plugins.tiff.TIFFTag this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavax/imageio/plugins/tiff/TIFFTag;
            0    4     1  value  I
            0    4     2   name  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  
      name   

  public java.lang.String getValueName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.imageio.plugins.tiff.TIFFTag this
        start local 1 // int value
         0: .line 386
            aload 0 /* this */
            getfield javax.imageio.plugins.tiff.TIFFTag.valueNames:Ljava/util/SortedMap;
            ifnonnull 2
         1: .line 387
            aconst_null
            areturn
         2: .line 389
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.imageio.plugins.tiff.TIFFTag.valueNames:Ljava/util/SortedMap;
            iload 1 /* value */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.SortedMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 1 // int value
        end local 0 // javax.imageio.plugins.tiff.TIFFTag this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavax/imageio/plugins/tiff/TIFFTag;
            0    3     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public int[] getNamedValues();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // javax.imageio.plugins.tiff.TIFFTag this
         0: .line 401
            aconst_null
            astore 1 /* intValues */
        start local 1 // int[] intValues
         1: .line 402
            aload 0 /* this */
            getfield javax.imageio.plugins.tiff.TIFFTag.valueNames:Ljava/util/SortedMap;
            ifnull 9
         2: .line 403
            aload 0 /* this */
            getfield javax.imageio.plugins.tiff.TIFFTag.valueNames:Ljava/util/SortedMap;
            invokeinterface java.util.SortedMap.keySet:()Ljava/util/Set;
            astore 2 /* values */
        start local 2 // java.util.Set values
         3: .line 404
            aload 2 /* values */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3 /* iter */
        start local 3 // java.util.Iterator iter
         4: .line 405
            aload 2 /* values */
            invokeinterface java.util.Set.size:()I
            newarray 10
            astore 1 /* intValues */
         5: .line 406
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: .line 407
            goto 8
         7: .line 408
      StackMap locals: javax.imageio.plugins.tiff.TIFFTag int[] java.util.Set java.util.Iterator int
      StackMap stack:
            aload 1 /* intValues */
            iload 4 /* i */
            iinc 4 /* i */ 1
            aload 3 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            iastore
         8: .line 407
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        end local 4 // int i
        end local 3 // java.util.Iterator iter
        end local 2 // java.util.Set values
         9: .line 411
      StackMap locals:
      StackMap stack:
            aload 1 /* intValues */
            areturn
        end local 1 // int[] intValues
        end local 0 // javax.imageio.plugins.tiff.TIFFTag this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Ljavax/imageio/plugins/tiff/TIFFTag;
            1   10     1  intValues  [I
            3    9     2     values  Ljava/util/Set<Ljava/lang/Integer;>;
            4    9     3       iter  Ljava/util/Iterator<Ljava/lang/Integer;>;
            6    9     4          i  I
}
SourceFile: "TIFFTag.java"