class freemarker.template.MapKeyValuePairIterator$1 implements freemarker.template.TemplateHashModelEx2$KeyValuePair
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: freemarker.template.MapKeyValuePairIterator$1
  super_class: java.lang.Object
{
  final freemarker.template.MapKeyValuePairIterator this$0;
    descriptor: Lfreemarker/template/MapKeyValuePairIterator;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.Map$Entry val$entry;
    descriptor: Ljava/util/Map$Entry;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(freemarker.template.MapKeyValuePairIterator, java.util.Map$Entry);
    descriptor: (Lfreemarker/template/MapKeyValuePairIterator;Ljava/util/Map$Entry;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // freemarker.template.MapKeyValuePairIterator$1 this
         0: .line 52
            aload 0 /* this */
            aload 1
            putfield freemarker.template.MapKeyValuePairIterator$1.this$0:Lfreemarker/template/MapKeyValuePairIterator;
            aload 0 /* this */
            aload 2
            putfield freemarker.template.MapKeyValuePairIterator$1.val$entry:Ljava/util/Map$Entry;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // freemarker.template.MapKeyValuePairIterator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/template/MapKeyValuePairIterator$1;
    MethodParameters:
           Name  Flags
      this$0     final
      val$entry  final

  public freemarker.template.TemplateModel getKey();
    descriptor: ()Lfreemarker/template/TemplateModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // freemarker.template.MapKeyValuePairIterator$1 this
         0: .line 55
            aload 0 /* this */
            getfield freemarker.template.MapKeyValuePairIterator$1.this$0:Lfreemarker/template/MapKeyValuePairIterator;
            aload 0 /* this */
            getfield freemarker.template.MapKeyValuePairIterator$1.val$entry:Ljava/util/Map$Entry;
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            invokevirtual freemarker.template.MapKeyValuePairIterator.wrap:(Ljava/lang/Object;)Lfreemarker/template/TemplateModel;
            areturn
        end local 0 // freemarker.template.MapKeyValuePairIterator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/template/MapKeyValuePairIterator$1;
    Exceptions:
      throws freemarker.template.TemplateModelException

  public freemarker.template.TemplateModel getValue();
    descriptor: ()Lfreemarker/template/TemplateModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // freemarker.template.MapKeyValuePairIterator$1 this
         0: .line 59
            aload 0 /* this */
            getfield freemarker.template.MapKeyValuePairIterator$1.this$0:Lfreemarker/template/MapKeyValuePairIterator;
            aload 0 /* this */
            getfield freemarker.template.MapKeyValuePairIterator$1.val$entry:Ljava/util/Map$Entry;
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokevirtual freemarker.template.MapKeyValuePairIterator.wrap:(Ljava/lang/Object;)Lfreemarker/template/TemplateModel;
            areturn
        end local 0 // freemarker.template.MapKeyValuePairIterator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/template/MapKeyValuePairIterator$1;
    Exceptions:
      throws freemarker.template.TemplateModelException
}
SourceFile: "MapKeyValuePairIterator.java"
EnclosingMethod: freemarker.template.MapKeyValuePairIterator.next:()Lfreemarker/template/TemplateHashModelEx2$KeyValuePair;
NestHost: freemarker.template.MapKeyValuePairIterator
InnerClasses:
  freemarker.template.MapKeyValuePairIterator$1
  public abstract KeyValuePair = freemarker.template.TemplateHashModelEx2$KeyValuePair of freemarker.template.TemplateHashModelEx2
  public abstract Entry = java.util.Map$Entry of java.util.Map