class freemarker.core.BuiltInsForSequences$sortBI$LexicalKVPComparator implements java.util.Comparator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: freemarker.core.BuiltInsForSequences$sortBI$LexicalKVPComparator
  super_class: java.lang.Object
{
  private java.text.Collator collator;
    descriptor: Ljava/text/Collator;
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.text.Collator);
    descriptor: (Ljava/text/Collator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // freemarker.core.BuiltInsForSequences$sortBI$LexicalKVPComparator this
        start local 1 // java.text.Collator collator
         0: .line 606
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 607
            aload 0 /* this */
            aload 1 /* collator */
            putfield freemarker.core.BuiltInsForSequences$sortBI$LexicalKVPComparator.collator:Ljava/text/Collator;
         2: .line 608
            return
        end local 1 // java.text.Collator collator
        end local 0 // freemarker.core.BuiltInsForSequences$sortBI$LexicalKVPComparator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lfreemarker/core/BuiltInsForSequences$sortBI$LexicalKVPComparator;
            0    3     1  collator  Ljava/text/Collator;
    MethodParameters:
          Name  Flags
      collator  

  public int compare(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // freemarker.core.BuiltInsForSequences$sortBI$LexicalKVPComparator this
        start local 1 // java.lang.Object arg0
        start local 2 // java.lang.Object arg1
         0: .line 611
            aload 0 /* this */
            getfield freemarker.core.BuiltInsForSequences$sortBI$LexicalKVPComparator.collator:Ljava/text/Collator;
         1: .line 612
            aload 1 /* arg0 */
            checkcast freemarker.core.BuiltInsForSequences$sortBI$KVP
            getfield freemarker.core.BuiltInsForSequences$sortBI$KVP.key:Ljava/lang/Object;
            aload 2 /* arg1 */
            checkcast freemarker.core.BuiltInsForSequences$sortBI$KVP
            getfield freemarker.core.BuiltInsForSequences$sortBI$KVP.key:Ljava/lang/Object;
         2: .line 611
            invokevirtual java.text.Collator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
            ireturn
        end local 2 // java.lang.Object arg1
        end local 1 // java.lang.Object arg0
        end local 0 // freemarker.core.BuiltInsForSequences$sortBI$LexicalKVPComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lfreemarker/core/BuiltInsForSequences$sortBI$LexicalKVPComparator;
            0    3     1  arg0  Ljava/lang/Object;
            0    3     2  arg1  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
}
SourceFile: "BuiltInsForSequences.java"
NestHost: freemarker.core.BuiltInsForSequences
InnerClasses:
  sortBI = freemarker.core.BuiltInsForSequences$sortBI of freemarker.core.BuiltInsForSequences
  private KVP = freemarker.core.BuiltInsForSequences$sortBI$KVP of freemarker.core.BuiltInsForSequences$sortBI
  private LexicalKVPComparator = freemarker.core.BuiltInsForSequences$sortBI$LexicalKVPComparator of freemarker.core.BuiltInsForSequences$sortBI