class freemarker.template.utility.Constants$EmptyKeyValuePairIterator implements freemarker.template.TemplateHashModelEx2$KeyValuePairIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: freemarker.template.utility.Constants$EmptyKeyValuePairIterator
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.template.utility.Constants$EmptyKeyValuePairIterator this
         0: .line 139
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 141
            return
        end local 0 // freemarker.template.utility.Constants$EmptyKeyValuePairIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lfreemarker/template/utility/Constants$EmptyKeyValuePairIterator;

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.template.utility.Constants$EmptyKeyValuePairIterator this
         0: .line 144
            iconst_0
            ireturn
        end local 0 // freemarker.template.utility.Constants$EmptyKeyValuePairIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/template/utility/Constants$EmptyKeyValuePairIterator;
    Exceptions:
      throws freemarker.template.TemplateModelException

  public freemarker.template.TemplateHashModelEx2$KeyValuePair next();
    descriptor: ()Lfreemarker/template/TemplateHashModelEx2$KeyValuePair;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // freemarker.template.utility.Constants$EmptyKeyValuePairIterator this
         0: .line 148
            new java.util.NoSuchElementException
            dup
            ldc "Can't retrieve element from empty key-value pair iterator."
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // freemarker.template.utility.Constants$EmptyKeyValuePairIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/template/utility/Constants$EmptyKeyValuePairIterator;
    Exceptions:
      throws freemarker.template.TemplateModelException
}
SourceFile: "Constants.java"
NestHost: freemarker.template.utility.Constants
InnerClasses:
  public abstract KeyValuePair = freemarker.template.TemplateHashModelEx2$KeyValuePair of freemarker.template.TemplateHashModelEx2
  public abstract KeyValuePairIterator = freemarker.template.TemplateHashModelEx2$KeyValuePairIterator of freemarker.template.TemplateHashModelEx2
  private EmptyKeyValuePairIterator = freemarker.template.utility.Constants$EmptyKeyValuePairIterator of freemarker.template.utility.Constants