class com.mongodb.MongoCursorAdapter implements com.mongodb.Cursor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mongodb.MongoCursorAdapter
  super_class: java.lang.Object
{
  private final com.mongodb.client.MongoCursor<com.mongodb.DBObject> cursor;
    descriptor: Lcom/mongodb/client/MongoCursor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/mongodb/client/MongoCursor<Lcom/mongodb/DBObject;>;

  void <init>(com.mongodb.client.MongoCursor<com.mongodb.DBObject>);
    descriptor: (Lcom/mongodb/client/MongoCursor;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.MongoCursorAdapter this
        start local 1 // com.mongodb.client.MongoCursor cursor
         0: .line 25
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 26
            aload 0 /* this */
            aload 1 /* cursor */
            putfield com.mongodb.MongoCursorAdapter.cursor:Lcom/mongodb/client/MongoCursor;
         2: .line 27
            return
        end local 1 // com.mongodb.client.MongoCursor cursor
        end local 0 // com.mongodb.MongoCursorAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/mongodb/MongoCursorAdapter;
            0    3     1  cursor  Lcom/mongodb/client/MongoCursor<Lcom/mongodb/DBObject;>;
    Signature: (Lcom/mongodb/client/MongoCursor<Lcom/mongodb/DBObject;>;)V
    MethodParameters:
        Name  Flags
      cursor  final

  public long getCursorId();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.mongodb.MongoCursorAdapter this
         0: .line 31
            aload 0 /* this */
            getfield com.mongodb.MongoCursorAdapter.cursor:Lcom/mongodb/client/MongoCursor;
            invokeinterface com.mongodb.client.MongoCursor.getServerCursor:()Lcom/mongodb/ServerCursor;
            astore 1 /* serverCursor */
        start local 1 // com.mongodb.ServerCursor serverCursor
         1: .line 32
            aload 1 /* serverCursor */
            ifnonnull 3
         2: .line 33
            lconst_0
            lreturn
         3: .line 35
      StackMap locals: com.mongodb.ServerCursor
      StackMap stack:
            aload 1 /* serverCursor */
            invokevirtual com.mongodb.ServerCursor.getId:()J
            lreturn
        end local 1 // com.mongodb.ServerCursor serverCursor
        end local 0 // com.mongodb.MongoCursorAdapter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lcom/mongodb/MongoCursorAdapter;
            1    4     1  serverCursor  Lcom/mongodb/ServerCursor;

  public com.mongodb.ServerAddress getServerAddress();
    descriptor: ()Lcom/mongodb/ServerAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.MongoCursorAdapter this
         0: .line 40
            aload 0 /* this */
            getfield com.mongodb.MongoCursorAdapter.cursor:Lcom/mongodb/client/MongoCursor;
            invokeinterface com.mongodb.client.MongoCursor.getServerAddress:()Lcom/mongodb/ServerAddress;
            areturn
        end local 0 // com.mongodb.MongoCursorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/MongoCursorAdapter;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.MongoCursorAdapter this
         0: .line 45
            aload 0 /* this */
            getfield com.mongodb.MongoCursorAdapter.cursor:Lcom/mongodb/client/MongoCursor;
            invokeinterface com.mongodb.client.MongoCursor.close:()V
         1: .line 46
            return
        end local 0 // com.mongodb.MongoCursorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/mongodb/MongoCursorAdapter;

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.MongoCursorAdapter this
         0: .line 50
            aload 0 /* this */
            getfield com.mongodb.MongoCursorAdapter.cursor:Lcom/mongodb/client/MongoCursor;
            invokeinterface com.mongodb.client.MongoCursor.hasNext:()Z
            ireturn
        end local 0 // com.mongodb.MongoCursorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/MongoCursorAdapter;

  public com.mongodb.DBObject next();
    descriptor: ()Lcom/mongodb/DBObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.MongoCursorAdapter this
         0: .line 55
            aload 0 /* this */
            getfield com.mongodb.MongoCursorAdapter.cursor:Lcom/mongodb/client/MongoCursor;
            invokeinterface com.mongodb.client.MongoCursor.next:()Ljava/lang/Object;
            checkcast com.mongodb.DBObject
            areturn
        end local 0 // com.mongodb.MongoCursorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/MongoCursorAdapter;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.MongoCursorAdapter this
         0: .line 60
            aload 0 /* this */
            getfield com.mongodb.MongoCursorAdapter.cursor:Lcom/mongodb/client/MongoCursor;
            invokeinterface com.mongodb.client.MongoCursor.remove:()V
         1: .line 61
            return
        end local 0 // com.mongodb.MongoCursorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/mongodb/MongoCursorAdapter;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.mongodb.MongoCursorAdapter.next:()Lcom/mongodb/DBObject;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "MongoCursorAdapter.java"