class com.mongodb.DBCollection$3 extends com.mongodb.client.internal.MongoIterableImpl<com.mongodb.DBObject>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mongodb.DBCollection$3
  super_class: com.mongodb.client.internal.MongoIterableImpl
{
  final com.mongodb.DBCollection this$0;
    descriptor: Lcom/mongodb/DBCollection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.mongodb.DBCollection, com.mongodb.client.ClientSession, com.mongodb.client.internal.OperationExecutor, com.mongodb.ReadConcern, com.mongodb.ReadPreference, boolean);
    descriptor: (Lcom/mongodb/DBCollection;Lcom/mongodb/client/ClientSession;Lcom/mongodb/client/internal/OperationExecutor;Lcom/mongodb/ReadConcern;Lcom/mongodb/ReadPreference;Z)V
    flags: (0x0000) 
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // com.mongodb.DBCollection$3 this
        start local 2 // com.mongodb.client.ClientSession $anonymous0
        start local 3 // com.mongodb.client.internal.OperationExecutor $anonymous1
        start local 4 // com.mongodb.ReadConcern $anonymous2
        start local 5 // com.mongodb.ReadPreference $anonymous3
        start local 6 // boolean $anonymous4
         0: .line 2257
            aload 0 /* this */
            aload 1
            putfield com.mongodb.DBCollection$3.this$0:Lcom/mongodb/DBCollection;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            aload 4 /* $anonymous2 */
            aload 5 /* $anonymous3 */
            iload 6 /* $anonymous4 */
            invokespecial com.mongodb.client.internal.MongoIterableImpl.<init>:(Lcom/mongodb/client/ClientSession;Lcom/mongodb/client/internal/OperationExecutor;Lcom/mongodb/ReadConcern;Lcom/mongodb/ReadPreference;Z)V
            return
        end local 6 // boolean $anonymous4
        end local 5 // com.mongodb.ReadPreference $anonymous3
        end local 4 // com.mongodb.ReadConcern $anonymous2
        end local 3 // com.mongodb.client.internal.OperationExecutor $anonymous1
        end local 2 // com.mongodb.client.ClientSession $anonymous0
        end local 0 // com.mongodb.DBCollection$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/mongodb/DBCollection$3;
            0    1     2  $anonymous0  Lcom/mongodb/client/ClientSession;
            0    1     3  $anonymous1  Lcom/mongodb/client/internal/OperationExecutor;
            0    1     4  $anonymous2  Lcom/mongodb/ReadConcern;
            0    1     5  $anonymous3  Lcom/mongodb/ReadPreference;
            0    1     6  $anonymous4  Z
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  
      $anonymous2  
      $anonymous3  
      $anonymous4  

  public com.mongodb.operation.ReadOperation<com.mongodb.operation.BatchCursor<com.mongodb.DBObject>> asReadOperation();
    descriptor: ()Lcom/mongodb/operation/ReadOperation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.mongodb.DBCollection$3 this
         0: .line 2260
            new com.mongodb.operation.ListIndexesOperation
            dup
            aload 0 /* this */
            getfield com.mongodb.DBCollection$3.this$0:Lcom/mongodb/DBCollection;
            invokevirtual com.mongodb.DBCollection.getNamespace:()Lcom/mongodb/MongoNamespace;
            aload 0 /* this */
            getfield com.mongodb.DBCollection$3.this$0:Lcom/mongodb/DBCollection;
            invokevirtual com.mongodb.DBCollection.getDefaultDBObjectCodec:()Lorg/bson/codecs/Codec;
            invokespecial com.mongodb.operation.ListIndexesOperation.<init>:(Lcom/mongodb/MongoNamespace;Lorg/bson/codecs/Decoder;)V
            aload 0 /* this */
            getfield com.mongodb.DBCollection$3.this$0:Lcom/mongodb/DBCollection;
            getfield com.mongodb.DBCollection.retryReads:Z
            invokevirtual com.mongodb.operation.ListIndexesOperation.retryReads:(Z)Lcom/mongodb/operation/ListIndexesOperation;
            areturn
        end local 0 // com.mongodb.DBCollection$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/DBCollection$3;
    Signature: ()Lcom/mongodb/operation/ReadOperation<Lcom/mongodb/operation/BatchCursor<Lcom/mongodb/DBObject;>;>;
}
Signature: Lcom/mongodb/client/internal/MongoIterableImpl<Lcom/mongodb/DBObject;>;
SourceFile: "DBCollection.java"
EnclosingMethod: com.mongodb.DBCollection.getIndexInfo:()Ljava/util/List;
NestHost: com.mongodb.DBCollection
InnerClasses:
  com.mongodb.DBCollection$3