final class org.springframework.boot.info.InfoProperties$PropertiesIterator implements java.util.Iterator<org.springframework.boot.info.InfoProperties$Entry>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.info.InfoProperties$PropertiesIterator
  super_class: java.lang.Object
{
  private final java.util.Iterator<java.util.Map$Entry<java.lang.Object, java.lang.Object>> iterator;
    descriptor: Ljava/util/Iterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Iterator<Ljava/util/Map$Entry<Ljava/lang/Object;Ljava/lang/Object;>;>;

  private void <init>(java.util.Properties);
    descriptor: (Ljava/util/Properties;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.info.InfoProperties$PropertiesIterator this
        start local 1 // java.util.Properties properties
         0: .line 99
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 100
            aload 0 /* this */
            aload 1 /* properties */
            invokevirtual java.util.Properties.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            putfield org.springframework.boot.info.InfoProperties$PropertiesIterator.iterator:Ljava/util/Iterator;
         2: .line 101
            return
        end local 1 // java.util.Properties properties
        end local 0 // org.springframework.boot.info.InfoProperties$PropertiesIterator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/springframework/boot/info/InfoProperties$PropertiesIterator;
            0    3     1  properties  Ljava/util/Properties;
    MethodParameters:
            Name  Flags
      properties  

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.info.InfoProperties$PropertiesIterator this
         0: .line 105
            aload 0 /* this */
            getfield org.springframework.boot.info.InfoProperties$PropertiesIterator.iterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ireturn
        end local 0 // org.springframework.boot.info.InfoProperties$PropertiesIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/info/InfoProperties$PropertiesIterator;

  public org.springframework.boot.info.InfoProperties$Entry next();
    descriptor: ()Lorg/springframework/boot/info/InfoProperties$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.springframework.boot.info.InfoProperties$PropertiesIterator this
         0: .line 110
            aload 0 /* this */
            getfield org.springframework.boot.info.InfoProperties$PropertiesIterator.iterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 1 /* entry */
        start local 1 // java.util.Map$Entry entry
         1: .line 111
            new org.springframework.boot.info.InfoProperties$Entry
            dup
            aload 1 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 1 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            invokespecial org.springframework.boot.info.InfoProperties$Entry.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            areturn
        end local 1 // java.util.Map$Entry entry
        end local 0 // org.springframework.boot.info.InfoProperties$PropertiesIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/springframework/boot/info/InfoProperties$PropertiesIterator;
            1    2     1  entry  Ljava/util/Map$Entry<Ljava/lang/Object;Ljava/lang/Object;>;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.info.InfoProperties$PropertiesIterator this
         0: .line 116
            new java.lang.UnsupportedOperationException
            dup
            ldc "InfoProperties are immutable."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.info.InfoProperties$PropertiesIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/info/InfoProperties$PropertiesIterator;

  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.info.InfoProperties$PropertiesIterator.next:()Lorg/springframework/boot/info/InfoProperties$Entry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lorg/springframework/boot/info/InfoProperties$Entry;>;
SourceFile: "InfoProperties.java"
NestHost: org.springframework.boot.info.InfoProperties
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  public final Entry = org.springframework.boot.info.InfoProperties$Entry of org.springframework.boot.info.InfoProperties
  private final PropertiesIterator = org.springframework.boot.info.InfoProperties$PropertiesIterator of org.springframework.boot.info.InfoProperties