class freemarker.template.utility.Constants$EmptyHashModel implements freemarker.template.TemplateHashModelEx2, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: freemarker.template.utility.Constants$EmptyHashModel
  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$EmptyHashModel this
         0: .line 105
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // freemarker.template.utility.Constants$EmptyHashModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/template/utility/Constants$EmptyHashModel;

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

  public freemarker.template.TemplateCollectionModel keys();
    descriptor: ()Lfreemarker/template/TemplateCollectionModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.template.utility.Constants$EmptyHashModel this
         0: .line 112
            getstatic freemarker.template.utility.Constants.EMPTY_COLLECTION:Lfreemarker/template/TemplateCollectionModel;
            areturn
        end local 0 // freemarker.template.utility.Constants$EmptyHashModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/template/utility/Constants$EmptyHashModel;
    Exceptions:
      throws freemarker.template.TemplateModelException

  public freemarker.template.TemplateCollectionModel values();
    descriptor: ()Lfreemarker/template/TemplateCollectionModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.template.utility.Constants$EmptyHashModel this
         0: .line 116
            getstatic freemarker.template.utility.Constants.EMPTY_COLLECTION:Lfreemarker/template/TemplateCollectionModel;
            areturn
        end local 0 // freemarker.template.utility.Constants$EmptyHashModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/template/utility/Constants$EmptyHashModel;
    Exceptions:
      throws freemarker.template.TemplateModelException

  public freemarker.template.TemplateModel get(java.lang.String);
    descriptor: (Ljava/lang/String;)Lfreemarker/template/TemplateModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // freemarker.template.utility.Constants$EmptyHashModel this
        start local 1 // java.lang.String key
         0: .line 120
            aconst_null
            areturn
        end local 1 // java.lang.String key
        end local 0 // freemarker.template.utility.Constants$EmptyHashModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/template/utility/Constants$EmptyHashModel;
            0    1     1   key  Ljava/lang/String;
    Exceptions:
      throws freemarker.template.TemplateModelException
    MethodParameters:
      Name  Flags
      key   

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

  public freemarker.template.TemplateHashModelEx2$KeyValuePairIterator keyValuePairIterator();
    descriptor: ()Lfreemarker/template/TemplateHashModelEx2$KeyValuePairIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.template.utility.Constants$EmptyHashModel this
         0: .line 128
            getstatic freemarker.template.utility.Constants.EMPTY_KEY_VALUE_PAIR_ITERATOR:Lfreemarker/template/TemplateHashModelEx2$KeyValuePairIterator;
            areturn
        end local 0 // freemarker.template.utility.Constants$EmptyHashModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/template/utility/Constants$EmptyHashModel;
    Exceptions:
      throws freemarker.template.TemplateModelException
}
SourceFile: "Constants.java"
NestHost: freemarker.template.utility.Constants
InnerClasses:
  public abstract KeyValuePairIterator = freemarker.template.TemplateHashModelEx2$KeyValuePairIterator of freemarker.template.TemplateHashModelEx2
  private EmptyHashModel = freemarker.template.utility.Constants$EmptyHashModel of freemarker.template.utility.Constants