class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts$1 implements java.util.Comparator<org.apache.lucene.facet.FacetResult>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts$1
  super_class: java.lang.Object
{
  final org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts this$0;
    descriptor: Lorg/apache/lucene/facet/sortedset/SortedSetDocValuesFacetCounts;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts);
    descriptor: (Lorg/apache/lucene/facet/sortedset/SortedSetDocValuesFacetCounts;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts$1 this
         0: .line 313
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts$1.this$0:Lorg/apache/lucene/facet/sortedset/SortedSetDocValuesFacetCounts;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/facet/sortedset/SortedSetDocValuesFacetCounts$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public int compare(org.apache.lucene.facet.FacetResult, org.apache.lucene.facet.FacetResult);
    descriptor: (Lorg/apache/lucene/facet/FacetResult;Lorg/apache/lucene/facet/FacetResult;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts$1 this
        start local 1 // org.apache.lucene.facet.FacetResult a
        start local 2 // org.apache.lucene.facet.FacetResult b
         0: .line 316
            aload 1 /* a */
            getfield org.apache.lucene.facet.FacetResult.value:Ljava/lang/Number;
            invokevirtual java.lang.Number.intValue:()I
            aload 2 /* b */
            getfield org.apache.lucene.facet.FacetResult.value:Ljava/lang/Number;
            invokevirtual java.lang.Number.intValue:()I
            if_icmple 2
         1: .line 317
            iconst_m1
            ireturn
         2: .line 318
      StackMap locals:
      StackMap stack:
            aload 2 /* b */
            getfield org.apache.lucene.facet.FacetResult.value:Ljava/lang/Number;
            invokevirtual java.lang.Number.intValue:()I
            aload 1 /* a */
            getfield org.apache.lucene.facet.FacetResult.value:Ljava/lang/Number;
            invokevirtual java.lang.Number.intValue:()I
            if_icmple 4
         3: .line 319
            iconst_1
            ireturn
         4: .line 321
      StackMap locals:
      StackMap stack:
            aload 1 /* a */
            getfield org.apache.lucene.facet.FacetResult.dim:Ljava/lang/String;
            aload 2 /* b */
            getfield org.apache.lucene.facet.FacetResult.dim:Ljava/lang/String;
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            ireturn
        end local 2 // org.apache.lucene.facet.FacetResult b
        end local 1 // org.apache.lucene.facet.FacetResult a
        end local 0 // org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/lucene/facet/sortedset/SortedSetDocValuesFacetCounts$1;
            0    5     1     a  Lorg/apache/lucene/facet/FacetResult;
            0    5     2     b  Lorg/apache/lucene/facet/FacetResult;
    MethodParameters:
      Name  Flags
      a     
      b     

  public int compare(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.apache.lucene.facet.FacetResult
            aload 2
            checkcast org.apache.lucene.facet.FacetResult
            invokevirtual org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts$1.compare:(Lorg/apache/lucene/facet/FacetResult;Lorg/apache/lucene/facet/FacetResult;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lorg/apache/lucene/facet/FacetResult;>;
SourceFile: "SortedSetDocValuesFacetCounts.java"
EnclosingMethod: org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts.getAllDims:(I)Ljava/util/List;
NestHost: org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts
InnerClasses:
  org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts$1