public class com.mongodb.LazyDBList extends org.bson.LazyBSONList implements com.mongodb.DBObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.mongodb.LazyDBList
  super_class: org.bson.LazyBSONList
{
  private boolean isPartial;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(byte[], org.bson.LazyBSONCallback);
    descriptor: ([BLorg/bson/LazyBSONCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.mongodb.LazyDBList this
        start local 1 // byte[] bytes
        start local 2 // org.bson.LazyBSONCallback callback
         0: .line 36
            aload 0 /* this */
            aload 1 /* bytes */
            aload 2 /* callback */
            invokespecial org.bson.LazyBSONList.<init>:([BLorg/bson/LazyBSONCallback;)V
         1: .line 37
            return
        end local 2 // org.bson.LazyBSONCallback callback
        end local 1 // byte[] bytes
        end local 0 // com.mongodb.LazyDBList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/mongodb/LazyDBList;
            0    2     1     bytes  [B
            0    2     2  callback  Lorg/bson/LazyBSONCallback;
    MethodParameters:
          Name  Flags
      bytes     final
      callback  final

  public void <init>(byte[], int, org.bson.LazyBSONCallback);
    descriptor: ([BILorg/bson/LazyBSONCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.mongodb.LazyDBList this
        start local 1 // byte[] bytes
        start local 2 // int offset
        start local 3 // org.bson.LazyBSONCallback callback
         0: .line 47
            aload 0 /* this */
            aload 1 /* bytes */
            iload 2 /* offset */
            aload 3 /* callback */
            invokespecial org.bson.LazyBSONList.<init>:([BILorg/bson/LazyBSONCallback;)V
         1: .line 48
            return
        end local 3 // org.bson.LazyBSONCallback callback
        end local 2 // int offset
        end local 1 // byte[] bytes
        end local 0 // com.mongodb.LazyDBList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/mongodb/LazyDBList;
            0    2     1     bytes  [B
            0    2     2    offset  I
            0    2     3  callback  Lorg/bson/LazyBSONCallback;
    MethodParameters:
          Name  Flags
      bytes     final
      offset    final
      callback  final

  public void markAsPartialObject();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.mongodb.LazyDBList this
         0: .line 52
            aload 0 /* this */
            iconst_1
            putfield com.mongodb.LazyDBList.isPartial:Z
         1: .line 53
            return
        end local 0 // com.mongodb.LazyDBList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/mongodb/LazyDBList;

  public boolean isPartialObject();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.LazyDBList this
         0: .line 57
            aload 0 /* this */
            getfield com.mongodb.LazyDBList.isPartial:Z
            ireturn
        end local 0 // com.mongodb.LazyDBList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/LazyDBList;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.LazyDBList this
         0: .line 70
            aload 0 /* this */
            invokestatic com.mongodb.util.JSON.serialize:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // com.mongodb.LazyDBList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/LazyDBList;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
}
SourceFile: "LazyDBList.java"