final class com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor implements com.mongodb.operation.BatchCursor<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor
  super_class: java.lang.Object
{
  private final com.mongodb.operation.BatchCursor<org.bson.BsonDocument> delegate;
    descriptor: Lcom/mongodb/operation/BatchCursor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/mongodb/operation/BatchCursor<Lorg/bson/BsonDocument;>;

  final com.mongodb.operation.ListCollectionsOperation this$0;
    descriptor: Lcom/mongodb/operation/ListCollectionsOperation;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.mongodb.operation.BatchCursor<org.bson.BsonDocument>);
    descriptor: (Lcom/mongodb/operation/ListCollectionsOperation;Lcom/mongodb/operation/BatchCursor;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor this
        start local 2 // com.mongodb.operation.BatchCursor delegate
         0: .line 398
            aload 0 /* this */
            aload 1
            putfield com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor.this$0:Lcom/mongodb/operation/ListCollectionsOperation;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 399
            aload 0 /* this */
            aload 2 /* delegate */
            putfield com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor.delegate:Lcom/mongodb/operation/BatchCursor;
         2: .line 400
            return
        end local 2 // com.mongodb.operation.BatchCursor delegate
        end local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/mongodb/operation/ListCollectionsOperation$ProjectingBatchCursor;
            0    3     2  delegate  Lcom/mongodb/operation/BatchCursor<Lorg/bson/BsonDocument;>;
    Signature: (Lcom/mongodb/operation/BatchCursor<Lorg/bson/BsonDocument;>;)V
    MethodParameters:
          Name  Flags
      this$0    final
      delegate  final

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor this
         0: .line 404
            aload 0 /* this */
            getfield com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor.delegate:Lcom/mongodb/operation/BatchCursor;
            invokeinterface com.mongodb.operation.BatchCursor.remove:()V
         1: .line 405
            return
        end local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/mongodb/operation/ListCollectionsOperation$ProjectingBatchCursor;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor this
         0: .line 409
            aload 0 /* this */
            getfield com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor.delegate:Lcom/mongodb/operation/BatchCursor;
            invokeinterface com.mongodb.operation.BatchCursor.close:()V
         1: .line 410
            return
        end local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/mongodb/operation/ListCollectionsOperation$ProjectingBatchCursor;

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor this
         0: .line 414
            aload 0 /* this */
            getfield com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor.delegate:Lcom/mongodb/operation/BatchCursor;
            invokeinterface com.mongodb.operation.BatchCursor.hasNext:()Z
            ireturn
        end local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/operation/ListCollectionsOperation$ProjectingBatchCursor;

  public java.util.List<T> next();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor this
         0: .line 419
            aload 0 /* this */
            getfield com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor.this$0:Lcom/mongodb/operation/ListCollectionsOperation;
            aload 0 /* this */
            getfield com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor.delegate:Lcom/mongodb/operation/BatchCursor;
            invokeinterface com.mongodb.operation.BatchCursor.next:()Ljava/util/List;
            invokevirtual com.mongodb.operation.ListCollectionsOperation.projectFromFullNamespaceToCollectionName:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/operation/ListCollectionsOperation$ProjectingBatchCursor;
    Signature: ()Ljava/util/List<TT;>;

  public void setBatchSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor this
        start local 1 // int batchSize
         0: .line 424
            aload 0 /* this */
            getfield com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor.delegate:Lcom/mongodb/operation/BatchCursor;
            iload 1 /* batchSize */
            invokeinterface com.mongodb.operation.BatchCursor.setBatchSize:(I)V
         1: .line 425
            return
        end local 1 // int batchSize
        end local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/mongodb/operation/ListCollectionsOperation$ProjectingBatchCursor;
            0    2     1  batchSize  I
    MethodParameters:
           Name  Flags
      batchSize  final

  public int getBatchSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor this
         0: .line 429
            aload 0 /* this */
            getfield com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor.delegate:Lcom/mongodb/operation/BatchCursor;
            invokeinterface com.mongodb.operation.BatchCursor.getBatchSize:()I
            ireturn
        end local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/operation/ListCollectionsOperation$ProjectingBatchCursor;

  public java.util.List<T> tryNext();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor this
         0: .line 434
            aload 0 /* this */
            getfield com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor.this$0:Lcom/mongodb/operation/ListCollectionsOperation;
            aload 0 /* this */
            getfield com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor.delegate:Lcom/mongodb/operation/BatchCursor;
            invokeinterface com.mongodb.operation.BatchCursor.tryNext:()Ljava/util/List;
            invokevirtual com.mongodb.operation.ListCollectionsOperation.projectFromFullNamespaceToCollectionName:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/operation/ListCollectionsOperation$ProjectingBatchCursor;
    Signature: ()Ljava/util/List<TT;>;

  public com.mongodb.ServerCursor getServerCursor();
    descriptor: ()Lcom/mongodb/ServerCursor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor this
         0: .line 439
            aload 0 /* this */
            getfield com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor.delegate:Lcom/mongodb/operation/BatchCursor;
            invokeinterface com.mongodb.operation.BatchCursor.getServerCursor:()Lcom/mongodb/ServerCursor;
            areturn
        end local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/operation/ListCollectionsOperation$ProjectingBatchCursor;

  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.operation.ListCollectionsOperation$ProjectingBatchCursor this
         0: .line 444
            aload 0 /* this */
            getfield com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor.delegate:Lcom/mongodb/operation/BatchCursor;
            invokeinterface com.mongodb.operation.BatchCursor.getServerAddress:()Lcom/mongodb/ServerAddress;
            areturn
        end local 0 // com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/operation/ListCollectionsOperation$ProjectingBatchCursor;

  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.operation.ListCollectionsOperation$ProjectingBatchCursor.next:()Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/mongodb/operation/BatchCursor<TT;>;
SourceFile: "ListCollectionsOperation.java"
NestHost: com.mongodb.operation.ListCollectionsOperation
InnerClasses:
  private final ProjectingBatchCursor = com.mongodb.operation.ListCollectionsOperation$ProjectingBatchCursor of com.mongodb.operation.ListCollectionsOperation