public class org.bson.LazyBSONList$LazyBSONListIterator implements java.util.Iterator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bson.LazyBSONList$LazyBSONListIterator
  super_class: java.lang.Object
{
  private final org.bson.BsonBinaryReader reader;
    descriptor: Lorg/bson/BsonBinaryReader;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.bson.BsonType cachedBsonType;
    descriptor: Lorg/bson/BsonType;
    flags: (0x0002) ACC_PRIVATE

  final org.bson.LazyBSONList this$0;
    descriptor: Lorg/bson/LazyBSONList;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.bson.LazyBSONList);
    descriptor: (Lorg/bson/LazyBSONList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bson.LazyBSONList$LazyBSONListIterator this
         0: .line 118
            aload 0 /* this */
            aload 1
            putfield org.bson.LazyBSONList$LazyBSONListIterator.this$0:Lorg/bson/LazyBSONList;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 119
            aload 0 /* this */
            aload 1
            invokevirtual org.bson.LazyBSONList.getBsonReader:()Lorg/bson/BsonBinaryReader;
            putfield org.bson.LazyBSONList$LazyBSONListIterator.reader:Lorg/bson/BsonBinaryReader;
         2: .line 120
            aload 0 /* this */
            getfield org.bson.LazyBSONList$LazyBSONListIterator.reader:Lorg/bson/BsonBinaryReader;
            invokevirtual org.bson.BsonBinaryReader.readStartDocument:()V
         3: .line 121
            return
        end local 0 // org.bson.LazyBSONList$LazyBSONListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bson/LazyBSONList$LazyBSONListIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bson.LazyBSONList$LazyBSONListIterator this
         0: .line 125
            aload 0 /* this */
            getfield org.bson.LazyBSONList$LazyBSONListIterator.cachedBsonType:Lorg/bson/BsonType;
            ifnonnull 2
         1: .line 126
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bson.LazyBSONList$LazyBSONListIterator.reader:Lorg/bson/BsonBinaryReader;
            invokevirtual org.bson.BsonBinaryReader.readBsonType:()Lorg/bson/BsonType;
            putfield org.bson.LazyBSONList$LazyBSONListIterator.cachedBsonType:Lorg/bson/BsonType;
         2: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bson.LazyBSONList$LazyBSONListIterator.cachedBsonType:Lorg/bson/BsonType;
            getstatic org.bson.BsonType.END_OF_DOCUMENT:Lorg/bson/BsonType;
            if_acmpeq 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // org.bson.LazyBSONList$LazyBSONListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bson/LazyBSONList$LazyBSONListIterator;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bson.LazyBSONList$LazyBSONListIterator this
         0: .line 133
            aload 0 /* this */
            invokevirtual org.bson.LazyBSONList$LazyBSONListIterator.hasNext:()Z
            ifne 2
         1: .line 134
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.bson.LazyBSONList$LazyBSONListIterator.cachedBsonType:Lorg/bson/BsonType;
         3: .line 137
            aload 0 /* this */
            getfield org.bson.LazyBSONList$LazyBSONListIterator.reader:Lorg/bson/BsonBinaryReader;
            invokevirtual org.bson.BsonBinaryReader.readName:()Ljava/lang/String;
            pop
         4: .line 138
            aload 0 /* this */
            getfield org.bson.LazyBSONList$LazyBSONListIterator.this$0:Lorg/bson/LazyBSONList;
            aload 0 /* this */
            getfield org.bson.LazyBSONList$LazyBSONListIterator.reader:Lorg/bson/BsonBinaryReader;
            invokevirtual org.bson.LazyBSONList.readValue:(Lorg/bson/BsonBinaryReader;)Ljava/lang/Object;
            areturn
        end local 0 // org.bson.LazyBSONList$LazyBSONListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bson/LazyBSONList$LazyBSONListIterator;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.bson.LazyBSONList$LazyBSONListIterator this
         0: .line 144
            new java.lang.UnsupportedOperationException
            dup
            ldc "Operation is not supported"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.bson.LazyBSONList$LazyBSONListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bson/LazyBSONList$LazyBSONListIterator;
}
SourceFile: "LazyBSONList.java"
NestHost: org.bson.LazyBSONList
InnerClasses:
  public LazyBSONListIterator = org.bson.LazyBSONList$LazyBSONListIterator of org.bson.LazyBSONList