class org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator implements java.util.Iterator<org.springframework.boot.context.properties.source.ConfigurationPropertyName>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator
  super_class: java.lang.Object
{
  private final org.springframework.boot.context.properties.source.ConfigurationPropertyName[] names;
    descriptor: [Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  void <init>(org.springframework.boot.context.properties.source.ConfigurationPropertyName[]);
    descriptor: ([Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName[] names
         0: .line 323
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 321
            aload 0 /* this */
            iconst_0
            putfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator.index:I
         2: .line 324
            aload 0 /* this */
            aload 1 /* names */
            putfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator.names:[Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
         3: .line 325
            return
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName[] names
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator;
            0    4     1  names  [Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    MethodParameters:
       Name  Flags
      names  

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator this
         0: .line 329
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator.skipNulls:()V
         1: .line 330
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator.index:I
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator.names:[Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            arraylength
            if_icmpge 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator;

  public org.springframework.boot.context.properties.source.ConfigurationPropertyName next();
    descriptor: ()Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator this
         0: .line 335
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator.skipNulls:()V
         1: .line 336
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator.index:I
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator.names:[Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            arraylength
            if_icmplt 3
         2: .line 337
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         3: .line 339
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator.names:[Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            aload 0 /* this */
            dup
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator.index:I
            dup_x1
            iconst_1
            iadd
            putfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator.index:I
            aaload
            areturn
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator;

  private void skipNulls();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator this
         0: .line 343
            goto 4
         1: .line 344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator.names:[Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator.index:I
            aaload
            ifnull 3
         2: .line 345
            return
         3: .line 347
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator.index:I
            iconst_1
            iadd
            putfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator.index:I
         4: .line 343
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator.index:I
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator.names:[Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            arraylength
            if_icmplt 1
         5: .line 349
            return
        end local 0 // org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator.next:()Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;
SourceFile: "SpringIterableConfigurationPropertySource.java"
NestHost: org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource
InnerClasses:
  private ConfigurationPropertyNamesIterator = org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$ConfigurationPropertyNamesIterator of org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource