class org.apache.lucene.search.DoubleValuesSource$3 extends org.apache.lucene.index.NumericDocValues
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.search.DoubleValuesSource$3
  super_class: org.apache.lucene.index.NumericDocValues
{
  private final java.util.function.DoubleToLongFunction val$converter;
    descriptor: Ljava/util/function/DoubleToLongFunction;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.search.DoubleValuesSource$DoubleValuesHolder val$in;
    descriptor: Lorg/apache/lucene/search/DoubleValuesSource$DoubleValuesHolder;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.util.function.DoubleToLongFunction, org.apache.lucene.search.DoubleValuesSource$DoubleValuesHolder);
    descriptor: (Ljava/util/function/DoubleToLongFunction;Lorg/apache/lucene/search/DoubleValuesSource$DoubleValuesHolder;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.search.DoubleValuesSource$3 this
         0: .line 515
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.search.DoubleValuesSource$3.val$converter:Ljava/util/function/DoubleToLongFunction;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.search.DoubleValuesSource$3.val$in:Lorg/apache/lucene/search/DoubleValuesSource$DoubleValuesHolder;
            aload 0 /* this */
            invokespecial org.apache.lucene.index.NumericDocValues.<init>:()V
            return
        end local 0 // org.apache.lucene.search.DoubleValuesSource$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DoubleValuesSource$3;
    MethodParameters:
               Name  Flags
      val$converter  final
      val$in         final

  public long longValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.DoubleValuesSource$3 this
         0: .line 518
            aload 0 /* this */
            getfield org.apache.lucene.search.DoubleValuesSource$3.val$converter:Ljava/util/function/DoubleToLongFunction;
            aload 0 /* this */
            getfield org.apache.lucene.search.DoubleValuesSource$3.val$in:Lorg/apache/lucene/search/DoubleValuesSource$DoubleValuesHolder;
            getfield org.apache.lucene.search.DoubleValuesSource$DoubleValuesHolder.values:Lorg/apache/lucene/search/DoubleValues;
            invokevirtual org.apache.lucene.search.DoubleValues.doubleValue:()D
            invokeinterface java.util.function.DoubleToLongFunction.applyAsLong:(D)J
            lreturn
        end local 0 // org.apache.lucene.search.DoubleValuesSource$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DoubleValuesSource$3;
    Exceptions:
      throws java.io.IOException

  public boolean advanceExact(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.DoubleValuesSource$3 this
        start local 1 // int target
         0: .line 523
            aload 0 /* this */
            getfield org.apache.lucene.search.DoubleValuesSource$3.val$in:Lorg/apache/lucene/search/DoubleValuesSource$DoubleValuesHolder;
            getfield org.apache.lucene.search.DoubleValuesSource$DoubleValuesHolder.values:Lorg/apache/lucene/search/DoubleValues;
            iload 1 /* target */
            invokevirtual org.apache.lucene.search.DoubleValues.advanceExact:(I)Z
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.search.DoubleValuesSource$3 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/search/DoubleValuesSource$3;
            0    1     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  public int docID();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.DoubleValuesSource$3 this
         0: .line 528
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.search.DoubleValuesSource$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DoubleValuesSource$3;

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.DoubleValuesSource$3 this
         0: .line 533
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.search.DoubleValuesSource$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DoubleValuesSource$3;
    Exceptions:
      throws java.io.IOException

  public int advance(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.DoubleValuesSource$3 this
        start local 1 // int target
         0: .line 538
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int target
        end local 0 // org.apache.lucene.search.DoubleValuesSource$3 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/search/DoubleValuesSource$3;
            0    1     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  public long cost();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.DoubleValuesSource$3 this
         0: .line 543
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.search.DoubleValuesSource$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DoubleValuesSource$3;
}
SourceFile: "DoubleValuesSource.java"
EnclosingMethod: org.apache.lucene.search.DoubleValuesSource.asNumericDocValues:(Lorg/apache/lucene/search/DoubleValuesSource$DoubleValuesHolder;Ljava/util/function/DoubleToLongFunction;)Lorg/apache/lucene/index/NumericDocValues;
NestHost: org.apache.lucene.search.DoubleValuesSource
InnerClasses:
  org.apache.lucene.search.DoubleValuesSource$3
  private DoubleValuesHolder = org.apache.lucene.search.DoubleValuesSource$DoubleValuesHolder of org.apache.lucene.search.DoubleValuesSource