final class com.mongodb.internal.connection.ConcurrentLinkedDeque$CLDIterator implements com.mongodb.internal.connection.ConcurrentLinkedDeque$RemovalReportingIterator<E>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.mongodb.internal.connection.ConcurrentLinkedDeque$CLDIterator
super_class: java.lang.Object
{
com.mongodb.internal.connection.ConcurrentLinkedDeque$Node<E> last;
descriptor: Lcom/mongodb/internal/connection/ConcurrentLinkedDeque$Node;
flags: (0x0000)
Signature: Lcom/mongodb/internal/connection/ConcurrentLinkedDeque$Node<TE;>;
com.mongodb.internal.connection.ConcurrentLinkedDeque$Node<E> next;
descriptor: Lcom/mongodb/internal/connection/ConcurrentLinkedDeque$Node;
flags: (0x0000)
Signature: Lcom/mongodb/internal/connection/ConcurrentLinkedDeque$Node<TE;>;
final com.mongodb.internal.connection.ConcurrentLinkedDeque this$0;
descriptor: Lcom/mongodb/internal/connection/ConcurrentLinkedDeque;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.mongodb.internal.connection.ConcurrentLinkedDeque);
descriptor: (Lcom/mongodb/internal/connection/ConcurrentLinkedDeque;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.mongodb.internal.connection.ConcurrentLinkedDeque$CLDIterator.this$0:Lcom/mongodb/internal/connection/ConcurrentLinkedDeque;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
getfield com.mongodb.internal.connection.ConcurrentLinkedDeque.header:Lcom/mongodb/internal/connection/ConcurrentLinkedDeque$Node;
invokevirtual com.mongodb.internal.connection.ConcurrentLinkedDeque$Node.forward:()Lcom/mongodb/internal/connection/ConcurrentLinkedDeque$Node;
putfield com.mongodb.internal.connection.ConcurrentLinkedDeque$CLDIterator.next:Lcom/mongodb/internal/connection/ConcurrentLinkedDeque$Node;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/mongodb/internal/connection/ConcurrentLinkedDeque$CLDIterator;
MethodParameters:
Name Flags
this$0 final
public boolean hasNext();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.mongodb.internal.connection.ConcurrentLinkedDeque$CLDIterator.next:Lcom/mongodb/internal/connection/ConcurrentLinkedDeque$Node;
ifnull 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/mongodb/internal/connection/ConcurrentLinkedDeque$CLDIterator;
public E next();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
aload 0
getfield com.mongodb.internal.connection.ConcurrentLinkedDeque$CLDIterator.next:Lcom/mongodb/internal/connection/ConcurrentLinkedDeque$Node;
dup_x1
putfield com.mongodb.internal.connection.ConcurrentLinkedDeque$CLDIterator.last:Lcom/mongodb/internal/connection/ConcurrentLinkedDeque$Node;
astore 1
start local 1 1: aload 1
ifnonnull 3
2: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
3: StackMap locals: com.mongodb.internal.connection.ConcurrentLinkedDeque$Node
StackMap stack:
aload 0
aload 0
getfield com.mongodb.internal.connection.ConcurrentLinkedDeque$CLDIterator.next:Lcom/mongodb/internal/connection/ConcurrentLinkedDeque$Node;
invokevirtual com.mongodb.internal.connection.ConcurrentLinkedDeque$Node.forward:()Lcom/mongodb/internal/connection/ConcurrentLinkedDeque$Node;
putfield com.mongodb.internal.connection.ConcurrentLinkedDeque$CLDIterator.next:Lcom/mongodb/internal/connection/ConcurrentLinkedDeque$Node;
4: aload 1
getfield com.mongodb.internal.connection.ConcurrentLinkedDeque$Node.element:Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/mongodb/internal/connection/ConcurrentLinkedDeque$CLDIterator;
1 5 1 l Lcom/mongodb/internal/connection/ConcurrentLinkedDeque$Node<TE;>;
Signature: ()TE;
public void remove();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.mongodb.internal.connection.ConcurrentLinkedDeque$CLDIterator.reportingRemove:()Z
pop
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/mongodb/internal/connection/ConcurrentLinkedDeque$CLDIterator;
public boolean reportingRemove();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=1
start local 0 0: aload 0
getfield com.mongodb.internal.connection.ConcurrentLinkedDeque$CLDIterator.last:Lcom/mongodb/internal/connection/ConcurrentLinkedDeque$Node;
astore 1
start local 1 1: aload 1
ifnonnull 3
2: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
3: StackMap locals: com.mongodb.internal.connection.ConcurrentLinkedDeque$Node
StackMap stack:
aload 1
invokevirtual com.mongodb.internal.connection.ConcurrentLinkedDeque$Node.delete:()Z
istore 2
start local 2 4: goto 6
5: StackMap locals: int
StackMap stack:
aload 1
invokevirtual com.mongodb.internal.connection.ConcurrentLinkedDeque$Node.delete:()Z
istore 2
6: StackMap locals:
StackMap stack:
iload 2
ifne 7
aload 1
invokevirtual com.mongodb.internal.connection.ConcurrentLinkedDeque$Node.isDeleted:()Z
ifeq 5
7: StackMap locals:
StackMap stack:
iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/mongodb/internal/connection/ConcurrentLinkedDeque$CLDIterator;
1 8 1 l Lcom/mongodb/internal/connection/ConcurrentLinkedDeque$Node<TE;>;
4 8 2 successfullyRemoved Z
}
Signature: Ljava/lang/Object;Lcom/mongodb/internal/connection/ConcurrentLinkedDeque$RemovalReportingIterator<TE;>;
SourceFile: "ConcurrentLinkedDeque.java"
NestHost: com.mongodb.internal.connection.ConcurrentLinkedDeque
InnerClasses:
final CLDIterator = com.mongodb.internal.connection.ConcurrentLinkedDeque$CLDIterator of com.mongodb.internal.connection.ConcurrentLinkedDeque
final Node = com.mongodb.internal.connection.ConcurrentLinkedDeque$Node of com.mongodb.internal.connection.ConcurrentLinkedDeque
public abstract RemovalReportingIterator = com.mongodb.internal.connection.ConcurrentLinkedDeque$RemovalReportingIterator of com.mongodb.internal.connection.ConcurrentLinkedDeque