class org.apache.lucene.index.BufferedUpdatesStream$ApplyDeletesResult
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.index.BufferedUpdatesStream$ApplyDeletesResult
  super_class: java.lang.Object
{
  final boolean anyDeletes;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final java.util.List<org.apache.lucene.index.SegmentCommitInfo> allDeleted;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Lorg/apache/lucene/index/SegmentCommitInfo;>;

  void <init>(boolean, java.util.List<org.apache.lucene.index.SegmentCommitInfo>);
    descriptor: (ZLjava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.index.BufferedUpdatesStream$ApplyDeletesResult this
        start local 1 // boolean anyDeletes
        start local 2 // java.util.List allDeleted
         0: .line 128
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 129
            aload 0 /* this */
            iload 1 /* anyDeletes */
            putfield org.apache.lucene.index.BufferedUpdatesStream$ApplyDeletesResult.anyDeletes:Z
         2: .line 130
            aload 0 /* this */
            aload 2 /* allDeleted */
            putfield org.apache.lucene.index.BufferedUpdatesStream$ApplyDeletesResult.allDeleted:Ljava/util/List;
         3: .line 131
            return
        end local 2 // java.util.List allDeleted
        end local 1 // boolean anyDeletes
        end local 0 // org.apache.lucene.index.BufferedUpdatesStream$ApplyDeletesResult this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/apache/lucene/index/BufferedUpdatesStream$ApplyDeletesResult;
            0    4     1  anyDeletes  Z
            0    4     2  allDeleted  Ljava/util/List<Lorg/apache/lucene/index/SegmentCommitInfo;>;
    Signature: (ZLjava/util/List<Lorg/apache/lucene/index/SegmentCommitInfo;>;)V
    MethodParameters:
            Name  Flags
      anyDeletes  
      allDeleted  
}
SourceFile: "BufferedUpdatesStream.java"
NestHost: org.apache.lucene.index.BufferedUpdatesStream
InnerClasses:
  ApplyDeletesResult = org.apache.lucene.index.BufferedUpdatesStream$ApplyDeletesResult of org.apache.lucene.index.BufferedUpdatesStream