abstract class freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugMapModel implements freemarker.template.TemplateHashModelEx
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugMapModel
  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.debug.impl.RmiDebuggedEnvironmentImpl$DebugMapModel this
         0: .line 129
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugMapModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/debug/impl/RmiDebuggedEnvironmentImpl$DebugMapModel;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugMapModel this
         0: .line 131
            aload 0 /* this */
            invokevirtual freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugMapModel.keySet:()Ljava/util/Collection;
            invokeinterface java.util.Collection.size:()I
            ireturn
        end local 0 // freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugMapModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/debug/impl/RmiDebuggedEnvironmentImpl$DebugMapModel;

  public freemarker.template.TemplateCollectionModel keys();
    descriptor: ()Lfreemarker/template/TemplateCollectionModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugMapModel this
         0: .line 135
            new freemarker.template.SimpleCollection
            dup
            aload 0 /* this */
            invokevirtual freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugMapModel.keySet:()Ljava/util/Collection;
            invokespecial freemarker.template.SimpleCollection.<init>:(Ljava/util/Collection;)V
            areturn
        end local 0 // freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugMapModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/debug/impl/RmiDebuggedEnvironmentImpl$DebugMapModel;

  public freemarker.template.TemplateCollectionModel values();
    descriptor: ()Lfreemarker/template/TemplateCollectionModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugMapModel this
         0: .line 139
            aload 0 /* this */
            invokevirtual freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugMapModel.keySet:()Ljava/util/Collection;
            astore 1 /* keys */
        start local 1 // java.util.Collection keys
         1: .line 140
            new java.util.ArrayList
            dup
            aload 1 /* keys */
            invokeinterface java.util.Collection.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 2 /* list */
        start local 2 // java.util.List list
         2: .line 142
            aload 1 /* keys */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3 /* it */
        start local 3 // java.util.Iterator it
         3: goto 5
         4: .line 143
      StackMap locals: java.util.Collection java.util.List java.util.Iterator
      StackMap stack:
            aload 2 /* list */
            aload 0 /* this */
            aload 3 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugMapModel.get:(Ljava/lang/String;)Lfreemarker/template/TemplateModel;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 142
      StackMap locals:
      StackMap stack:
            aload 3 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        end local 3 // java.util.Iterator it
         6: .line 145
            new freemarker.template.SimpleCollection
            dup
            aload 2 /* list */
            invokespecial freemarker.template.SimpleCollection.<init>:(Ljava/util/Collection;)V
            areturn
        end local 2 // java.util.List list
        end local 1 // java.util.Collection keys
        end local 0 // freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugMapModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lfreemarker/debug/impl/RmiDebuggedEnvironmentImpl$DebugMapModel;
            1    7     1  keys  Ljava/util/Collection;
            2    7     2  list  Ljava/util/List;
            3    6     3    it  Ljava/util/Iterator;
    Exceptions:
      throws freemarker.template.TemplateModelException

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugMapModel this
         0: .line 149
            aload 0 /* this */
            invokevirtual freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugMapModel.size:()I
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugMapModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lfreemarker/debug/impl/RmiDebuggedEnvironmentImpl$DebugMapModel;

  abstract java.util.Collection keySet();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0400) ACC_ABSTRACT

  static java.util.List composeList(java.util.Collection, java.util.Collection);
    descriptor: (Ljava/util/Collection;Ljava/util/Collection;)Ljava/util/List;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.util.Collection c1
        start local 1 // java.util.Collection c2
         0: .line 155
            new java.util.ArrayList
            dup
            aload 0 /* c1 */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            astore 2 /* list */
        start local 2 // java.util.List list
         1: .line 156
            aload 2 /* list */
            aload 1 /* c2 */
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         2: .line 157
            aload 2 /* list */
            invokestatic java.util.Collections.sort:(Ljava/util/List;)V
         3: .line 158
            aload 2 /* list */
            areturn
        end local 2 // java.util.List list
        end local 1 // java.util.Collection c2
        end local 0 // java.util.Collection c1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0    c1  Ljava/util/Collection;
            0    4     1    c2  Ljava/util/Collection;
            1    4     2  list  Ljava/util/List;
    MethodParameters:
      Name  Flags
      c1    
      c2    
}
SourceFile: "RmiDebuggedEnvironmentImpl.java"
NestHost: freemarker.debug.impl.RmiDebuggedEnvironmentImpl
InnerClasses:
  private abstract DebugMapModel = freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugMapModel of freemarker.debug.impl.RmiDebuggedEnvironmentImpl