public interface org.eclipse.jgit.lib.BitmapIndex$BitmapBuilder extends org.eclipse.jgit.lib.BitmapIndex$Bitmap
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.jgit.lib.BitmapIndex$BitmapBuilder
  super_class: java.lang.Object
{
  public abstract boolean contains(org.eclipse.jgit.lib.AnyObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/AnyObjectId;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      objectId  

  public abstract org.eclipse.jgit.lib.BitmapIndex$BitmapBuilder addObject(org.eclipse.jgit.lib.AnyObjectId, int);
    descriptor: (Lorg/eclipse/jgit/lib/AnyObjectId;I)Lorg/eclipse/jgit/lib/BitmapIndex$BitmapBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      objectId  
      type      

  public abstract void remove(org.eclipse.jgit.lib.AnyObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/AnyObjectId;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      objectId  

  public abstract org.eclipse.jgit.lib.BitmapIndex$BitmapBuilder or(org.eclipse.jgit.lib.BitmapIndex$Bitmap);
    descriptor: (Lorg/eclipse/jgit/lib/BitmapIndex$Bitmap;)Lorg/eclipse/jgit/lib/BitmapIndex$BitmapBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      other  

  public abstract org.eclipse.jgit.lib.BitmapIndex$BitmapBuilder andNot(org.eclipse.jgit.lib.BitmapIndex$Bitmap);
    descriptor: (Lorg/eclipse/jgit/lib/BitmapIndex$Bitmap;)Lorg/eclipse/jgit/lib/BitmapIndex$BitmapBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      other  

  public abstract org.eclipse.jgit.lib.BitmapIndex$BitmapBuilder xor(org.eclipse.jgit.lib.BitmapIndex$Bitmap);
    descriptor: (Lorg/eclipse/jgit/lib/BitmapIndex$Bitmap;)Lorg/eclipse/jgit/lib/BitmapIndex$BitmapBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      other  

  public abstract org.eclipse.jgit.lib.BitmapIndex$Bitmap build();
    descriptor: ()Lorg/eclipse/jgit/lib/BitmapIndex$Bitmap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean removeAllOrNone(org.eclipse.jgit.internal.storage.file.PackBitmapIndex);
    descriptor: (Lorg/eclipse/jgit/internal/storage/file/PackBitmapIndex;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      bitmapIndex  

  public abstract int cardinality();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.jgit.lib.BitmapIndex getBitmapIndex();
    descriptor: ()Lorg/eclipse/jgit/lib/BitmapIndex;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public org.eclipse.jgit.lib.BitmapIndex$Bitmap or(org.eclipse.jgit.lib.BitmapIndex$Bitmap);
    descriptor: (Lorg/eclipse/jgit/lib/BitmapIndex$Bitmap;)Lorg/eclipse/jgit/lib/BitmapIndex$Bitmap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.eclipse.jgit.lib.BitmapIndex$BitmapBuilder.or:(Lorg/eclipse/jgit/lib/BitmapIndex$Bitmap;)Lorg/eclipse/jgit/lib/BitmapIndex$BitmapBuilder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.jgit.lib.BitmapIndex$Bitmap xor(org.eclipse.jgit.lib.BitmapIndex$Bitmap);
    descriptor: (Lorg/eclipse/jgit/lib/BitmapIndex$Bitmap;)Lorg/eclipse/jgit/lib/BitmapIndex$Bitmap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.eclipse.jgit.lib.BitmapIndex$BitmapBuilder.xor:(Lorg/eclipse/jgit/lib/BitmapIndex$Bitmap;)Lorg/eclipse/jgit/lib/BitmapIndex$BitmapBuilder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.jgit.lib.BitmapIndex$Bitmap andNot(org.eclipse.jgit.lib.BitmapIndex$Bitmap);
    descriptor: (Lorg/eclipse/jgit/lib/BitmapIndex$Bitmap;)Lorg/eclipse/jgit/lib/BitmapIndex$Bitmap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.eclipse.jgit.lib.BitmapIndex$BitmapBuilder.andNot:(Lorg/eclipse/jgit/lib/BitmapIndex$Bitmap;)Lorg/eclipse/jgit/lib/BitmapIndex$BitmapBuilder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "BitmapIndex.java"
NestHost: org.eclipse.jgit.lib.BitmapIndex
InnerClasses:
  public abstract Bitmap = org.eclipse.jgit.lib.BitmapIndex$Bitmap of org.eclipse.jgit.lib.BitmapIndex
  public abstract BitmapBuilder = org.eclipse.jgit.lib.BitmapIndex$BitmapBuilder of org.eclipse.jgit.lib.BitmapIndex