class org.apache.lucene.facet.LongValueFacetCounts$2 extends org.apache.lucene.util.InPlaceMergeSorter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.facet.LongValueFacetCounts$2
  super_class: org.apache.lucene.util.InPlaceMergeSorter
{
  final org.apache.lucene.facet.LongValueFacetCounts this$0;
    descriptor: Lorg/apache/lucene/facet/LongValueFacetCounts;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final long[] val$hashValues;
    descriptor: [J
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int[] val$hashCounts;
    descriptor: [I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.facet.LongValueFacetCounts, long[], int[]);
    descriptor: (Lorg/apache/lucene/facet/LongValueFacetCounts;[J[I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.lucene.facet.LongValueFacetCounts$2 this
         0: .line 344
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.facet.LongValueFacetCounts$2.this$0:Lorg/apache/lucene/facet/LongValueFacetCounts;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.facet.LongValueFacetCounts$2.val$hashValues:[J
            aload 0 /* this */
            aload 3
            putfield org.apache.lucene.facet.LongValueFacetCounts$2.val$hashCounts:[I
            aload 0 /* this */
            invokespecial org.apache.lucene.util.InPlaceMergeSorter.<init>:()V
            return
        end local 0 // org.apache.lucene.facet.LongValueFacetCounts$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/facet/LongValueFacetCounts$2;
    MethodParameters:
                Name  Flags
      this$0          final
      val$hashValues  final
      val$hashCounts  final

  public int compare(int, int);
    descriptor: (II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.facet.LongValueFacetCounts$2 this
        start local 1 // int i
        start local 2 // int j
         0: .line 347
            aload 0 /* this */
            getfield org.apache.lucene.facet.LongValueFacetCounts$2.val$hashValues:[J
            iload 1 /* i */
            laload
            aload 0 /* this */
            getfield org.apache.lucene.facet.LongValueFacetCounts$2.val$hashValues:[J
            iload 2 /* j */
            laload
            invokestatic java.lang.Long.compare:(JJ)I
            ireturn
        end local 2 // int j
        end local 1 // int i
        end local 0 // org.apache.lucene.facet.LongValueFacetCounts$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/facet/LongValueFacetCounts$2;
            0    1     1     i  I
            0    1     2     j  I
    MethodParameters:
      Name  Flags
      i     
      j     

  public void swap(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.apache.lucene.facet.LongValueFacetCounts$2 this
        start local 1 // int i
        start local 2 // int j
         0: .line 352
            aload 0 /* this */
            getfield org.apache.lucene.facet.LongValueFacetCounts$2.val$hashCounts:[I
            iload 1 /* i */
            iaload
            istore 3 /* x */
        start local 3 // int x
         1: .line 353
            aload 0 /* this */
            getfield org.apache.lucene.facet.LongValueFacetCounts$2.val$hashCounts:[I
            iload 1 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.facet.LongValueFacetCounts$2.val$hashCounts:[I
            iload 2 /* j */
            iaload
            iastore
         2: .line 354
            aload 0 /* this */
            getfield org.apache.lucene.facet.LongValueFacetCounts$2.val$hashCounts:[I
            iload 2 /* j */
            iload 3 /* x */
            iastore
         3: .line 356
            aload 0 /* this */
            getfield org.apache.lucene.facet.LongValueFacetCounts$2.val$hashValues:[J
            iload 2 /* j */
            laload
            lstore 4 /* y */
        start local 4 // long y
         4: .line 357
            aload 0 /* this */
            getfield org.apache.lucene.facet.LongValueFacetCounts$2.val$hashValues:[J
            iload 2 /* j */
            aload 0 /* this */
            getfield org.apache.lucene.facet.LongValueFacetCounts$2.val$hashValues:[J
            iload 1 /* i */
            laload
            lastore
         5: .line 358
            aload 0 /* this */
            getfield org.apache.lucene.facet.LongValueFacetCounts$2.val$hashValues:[J
            iload 1 /* i */
            lload 4 /* y */
            lastore
         6: .line 359
            return
        end local 4 // long y
        end local 3 // int x
        end local 2 // int j
        end local 1 // int i
        end local 0 // org.apache.lucene.facet.LongValueFacetCounts$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/lucene/facet/LongValueFacetCounts$2;
            0    7     1     i  I
            0    7     2     j  I
            1    7     3     x  I
            4    7     4     y  J
    MethodParameters:
      Name  Flags
      i     
      j     
}
SourceFile: "LongValueFacetCounts.java"
EnclosingMethod: org.apache.lucene.facet.LongValueFacetCounts.getAllChildrenSortByValue:()Lorg/apache/lucene/facet/FacetResult;
NestHost: org.apache.lucene.facet.LongValueFacetCounts
InnerClasses:
  org.apache.lucene.facet.LongValueFacetCounts$2