class com.google.common.collect.Streams$5 extends java.util.Spliterators$AbstractSpliterator<R>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.Streams$5
  super_class: java.util.Spliterators$AbstractSpliterator
{
  long index;
    descriptor: J
    flags: (0x0000) 

  private final java.util.PrimitiveIterator$OfDouble val$fromIterator;
    descriptor: Ljava/util/PrimitiveIterator$OfDouble;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final com.google.common.collect.Streams$DoubleFunctionWithIndex val$function;
    descriptor: Lcom/google/common/collect/Streams$DoubleFunctionWithIndex;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(long, int, java.util.PrimitiveIterator$OfDouble, com.google.common.collect.Streams$DoubleFunctionWithIndex);
    descriptor: (JILjava/util/PrimitiveIterator$OfDouble;Lcom/google/common/collect/Streams$DoubleFunctionWithIndex;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // com.google.common.collect.Streams$5 this
        start local 1 // long $anonymous0
        start local 3 // int $anonymous1
         0: .line 596
            aload 0 /* this */
            aload 4
            putfield com.google.common.collect.Streams$5.val$fromIterator:Ljava/util/PrimitiveIterator$OfDouble;
            aload 0 /* this */
            aload 5
            putfield com.google.common.collect.Streams$5.val$function:Lcom/google/common/collect/Streams$DoubleFunctionWithIndex;
            aload 0 /* this */
            lload 1 /* $anonymous0 */
            iload 3 /* $anonymous1 */
            invokespecial java.util.Spliterators$AbstractSpliterator.<init>:(JI)V
         1: .line 599
            aload 0 /* this */
            lconst_0
            putfield com.google.common.collect.Streams$5.index:J
         2: .line 596
            return
        end local 3 // int $anonymous1
        end local 1 // long $anonymous0
        end local 0 // com.google.common.collect.Streams$5 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/google/common/collect/Streams$5;
            0    3     1  $anonymous0  J
            0    3     3  $anonymous1  I
    MethodParameters:
                  Name  Flags
      $anonymous0       
      $anonymous1       
      val$fromIterator  final
      val$function      final

  public boolean tryAdvance(java.util.function.Consumer<? super R>);
    descriptor: (Ljava/util/function/Consumer;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=2, args_size=2
        start local 0 // com.google.common.collect.Streams$5 this
        start local 1 // java.util.function.Consumer action
         0: .line 603
            aload 0 /* this */
            getfield com.google.common.collect.Streams$5.val$fromIterator:Ljava/util/PrimitiveIterator$OfDouble;
            invokeinterface java.util.PrimitiveIterator$OfDouble.hasNext:()Z
            ifeq 3
         1: .line 604
            aload 1 /* action */
            aload 0 /* this */
            getfield com.google.common.collect.Streams$5.val$function:Lcom/google/common/collect/Streams$DoubleFunctionWithIndex;
            aload 0 /* this */
            getfield com.google.common.collect.Streams$5.val$fromIterator:Ljava/util/PrimitiveIterator$OfDouble;
            invokeinterface java.util.PrimitiveIterator$OfDouble.nextDouble:()D
            aload 0 /* this */
            dup
            getfield com.google.common.collect.Streams$5.index:J
            dup2_x1
            lconst_1
            ladd
            putfield com.google.common.collect.Streams$5.index:J
            invokeinterface com.google.common.collect.Streams$DoubleFunctionWithIndex.apply:(DJ)Ljava/lang/Object;
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         2: .line 605
            iconst_1
            ireturn
         3: .line 607
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.util.function.Consumer action
        end local 0 // com.google.common.collect.Streams$5 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/google/common/collect/Streams$5;
            0    4     1  action  Ljava/util/function/Consumer<-TR;>;
    Signature: (Ljava/util/function/Consumer<-TR;>;)Z
    MethodParameters:
        Name  Flags
      action  
}
Signature: Ljava/util/Spliterators$AbstractSpliterator<TR;>;
SourceFile: "Streams.java"
EnclosingMethod: com.google.common.collect.Streams.mapWithIndex:(Ljava/util/stream/DoubleStream;Lcom/google/common/collect/Streams$DoubleFunctionWithIndex;)Ljava/util/stream/Stream;
NestHost: com.google.common.collect.Streams
InnerClasses:
  com.google.common.collect.Streams$5
  public abstract DoubleFunctionWithIndex = com.google.common.collect.Streams$DoubleFunctionWithIndex of com.google.common.collect.Streams
  public abstract OfDouble = java.util.PrimitiveIterator$OfDouble of java.util.PrimitiveIterator
  public abstract AbstractSpliterator = java.util.Spliterators$AbstractSpliterator of java.util.Spliterators