class com.google.common.collect.Streams$4 extends java.util.Spliterators$AbstractSpliterator<R>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.common.collect.Streams$4
super_class: java.util.Spliterators$AbstractSpliterator
{
long index;
descriptor: J
flags: (0x0000)
private final java.util.PrimitiveIterator$OfLong val$fromIterator;
descriptor: Ljava/util/PrimitiveIterator$OfLong;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final com.google.common.collect.Streams$LongFunctionWithIndex val$function;
descriptor: Lcom/google/common/collect/Streams$LongFunctionWithIndex;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(long, int, java.util.PrimitiveIterator$OfLong, com.google.common.collect.Streams$LongFunctionWithIndex);
descriptor: (JILjava/util/PrimitiveIterator$OfLong;Lcom/google/common/collect/Streams$LongFunctionWithIndex;)V
flags: (0x0000)
Code:
stack=4, locals=6, args_size=5
start local 0 start local 1 start local 3 0: aload 0
aload 4
putfield com.google.common.collect.Streams$4.val$fromIterator:Ljava/util/PrimitiveIterator$OfLong;
aload 0
aload 5
putfield com.google.common.collect.Streams$4.val$function:Lcom/google/common/collect/Streams$LongFunctionWithIndex;
aload 0
lload 1
iload 3
invokespecial java.util.Spliterators$AbstractSpliterator.<init>:(JI)V
1: aload 0
lconst_0
putfield com.google.common.collect.Streams$4.index:J
2: return
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/common/collect/Streams$4;
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 start local 1 0: aload 0
getfield com.google.common.collect.Streams$4.val$fromIterator:Ljava/util/PrimitiveIterator$OfLong;
invokeinterface java.util.PrimitiveIterator$OfLong.hasNext:()Z
ifeq 3
1: aload 1
aload 0
getfield com.google.common.collect.Streams$4.val$function:Lcom/google/common/collect/Streams$LongFunctionWithIndex;
aload 0
getfield com.google.common.collect.Streams$4.val$fromIterator:Ljava/util/PrimitiveIterator$OfLong;
invokeinterface java.util.PrimitiveIterator$OfLong.nextLong:()J
aload 0
dup
getfield com.google.common.collect.Streams$4.index:J
dup2_x1
lconst_1
ladd
putfield com.google.common.collect.Streams$4.index:J
invokeinterface com.google.common.collect.Streams$LongFunctionWithIndex.apply:(JJ)Ljava/lang/Object;
invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
2: iconst_1
ireturn
3: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/common/collect/Streams$4;
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/LongStream;Lcom/google/common/collect/Streams$LongFunctionWithIndex;)Ljava/util/stream/Stream;
NestHost: com.google.common.collect.Streams
InnerClasses:
com.google.common.collect.Streams$4
public abstract LongFunctionWithIndex = com.google.common.collect.Streams$LongFunctionWithIndex of com.google.common.collect.Streams
public abstract OfLong = java.util.PrimitiveIterator$OfLong of java.util.PrimitiveIterator
public abstract AbstractSpliterator = java.util.Spliterators$AbstractSpliterator of java.util.Spliterators