class javax.imageio.metadata.IIONodeList implements org.w3c.dom.NodeList
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.imageio.metadata.IIONodeList
  super_class: java.lang.Object
{
  java.util.List<? extends org.w3c.dom.Node> nodes;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<+Lorg/w3c/dom/Node;>;

  public void <init>(java.util.List<? extends org.w3c.dom.Node>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.imageio.metadata.IIONodeList this
        start local 1 // java.util.List nodes
         0: .line 116
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 117
            aload 0 /* this */
            aload 1 /* nodes */
            putfield javax.imageio.metadata.IIONodeList.nodes:Ljava/util/List;
         2: .line 118
            return
        end local 1 // java.util.List nodes
        end local 0 // javax.imageio.metadata.IIONodeList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavax/imageio/metadata/IIONodeList;
            0    3     1  nodes  Ljava/util/List<+Lorg/w3c/dom/Node;>;
    Signature: (Ljava/util/List<+Lorg/w3c/dom/Node;>;)V
    MethodParameters:
       Name  Flags
      nodes  

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.imageio.metadata.IIONodeList this
         0: .line 121
            aload 0 /* this */
            getfield javax.imageio.metadata.IIONodeList.nodes:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // javax.imageio.metadata.IIONodeList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/imageio/metadata/IIONodeList;

  public org.w3c.dom.Node item(int);
    descriptor: (I)Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.imageio.metadata.IIONodeList this
        start local 1 // int index
         0: .line 125
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield javax.imageio.metadata.IIONodeList.nodes:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 2
         1: .line 126
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.imageio.metadata.IIONodeList.nodes:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.w3c.dom.Node
            areturn
        end local 1 // int index
        end local 0 // javax.imageio.metadata.IIONodeList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavax/imageio/metadata/IIONodeList;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "IIOMetadataNode.java"