final class io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue<T> extends java.util.concurrent.ConcurrentLinkedQueue<T> implements io.reactivex.internal.operators.maybe.MaybeMergeArray$SimpleQueueWithConsumerIndex<T>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue
super_class: java.util.concurrent.ConcurrentLinkedQueue
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -4025173261791142821
int consumerIndex;
descriptor: I
flags: (0x0000)
final java.util.concurrent.atomic.AtomicInteger producerIndex;
descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
flags: (0x0010) ACC_FINAL
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.util.concurrent.ConcurrentLinkedQueue.<init>:()V
1: aload 0
new java.util.concurrent.atomic.AtomicInteger
dup
invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
putfield io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue.producerIndex:Ljava/util/concurrent/atomic/AtomicInteger;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/maybe/MaybeMergeArray$ClqSimpleQueue<TT;>;
public boolean offer(T, );
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/maybe/MaybeMergeArray$ClqSimpleQueue<TT;>;
0 1 1 v1 TT;
0 1 2 v2 TT;
Signature: (TT;TT;)Z
MethodParameters:
Name Flags
v1
v2
public boolean offer();
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue.producerIndex:Ljava/util/concurrent/atomic/AtomicInteger;
invokevirtual java.util.concurrent.atomic.AtomicInteger.getAndIncrement:()I
pop
1: aload 0
aload 1
invokespecial java.util.concurrent.ConcurrentLinkedQueue.offer:(Ljava/lang/Object;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/maybe/MaybeMergeArray$ClqSimpleQueue<TT;>;
0 2 1 e TT;
Signature: (TT;)Z
MethodParameters:
Name Flags
e
public T poll();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
invokespecial java.util.concurrent.ConcurrentLinkedQueue.poll:()Ljava/lang/Object;
astore 1
start local 1 1: aload 1
ifnull 3
2: aload 0
dup
getfield io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue.consumerIndex:I
iconst_1
iadd
putfield io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue.consumerIndex:I
3: StackMap locals: java.lang.Object
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/maybe/MaybeMergeArray$ClqSimpleQueue<TT;>;
1 4 1 v TT;
Signature: ()TT;
RuntimeInvisibleAnnotations:
io.reactivex.annotations.Nullable()
public int consumerIndex();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue.consumerIndex:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/maybe/MaybeMergeArray$ClqSimpleQueue<TT;>;
public int producerIndex();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue.producerIndex:Ljava/util/concurrent/atomic/AtomicInteger;
invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/maybe/MaybeMergeArray$ClqSimpleQueue<TT;>;
public void drop();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue.poll:()Ljava/lang/Object;
pop
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/maybe/MaybeMergeArray$ClqSimpleQueue<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/ConcurrentLinkedQueue<TT;>;Lio/reactivex/internal/operators/maybe/MaybeMergeArray$SimpleQueueWithConsumerIndex<TT;>;
SourceFile: "MaybeMergeArray.java"
NestHost: io.reactivex.internal.operators.maybe.MaybeMergeArray
InnerClasses:
final ClqSimpleQueue = io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue of io.reactivex.internal.operators.maybe.MaybeMergeArray
abstract SimpleQueueWithConsumerIndex = io.reactivex.internal.operators.maybe.MaybeMergeArray$SimpleQueueWithConsumerIndex of io.reactivex.internal.operators.maybe.MaybeMergeArray