Class BitmapIndexImpl.ComboBitset

java.lang.Object
org.eclipse.jgit.internal.storage.file.BitmapIndexImpl.ComboBitset
Enclosing class:
BitmapIndexImpl

private static final class BitmapIndexImpl.ComboBitset extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
    private BitSet
     
    private BitSet
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    ComboBitset(com.googlecode.javaewah.EWAHCompressedBitmap bitmap)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) void
    andNot(com.googlecode.javaewah.EWAHCompressedBitmap inbits)
     
    (package private) com.googlecode.javaewah.EWAHCompressedBitmap
     
    (package private) boolean
    contains(int position)
     
    (package private) void
    or(com.googlecode.javaewah.EWAHCompressedBitmap inbits)
     
    (package private) void
    remove(int position)
     
    (package private) void
    set(int position)
     
    (package private) void
    xor(com.googlecode.javaewah.EWAHCompressedBitmap inbits)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • ComboBitset

      ComboBitset()
    • ComboBitset

      ComboBitset(com.googlecode.javaewah.EWAHCompressedBitmap bitmap)
  • Method Details

    • combine

      com.googlecode.javaewah.EWAHCompressedBitmap combine()
    • or

      void or(com.googlecode.javaewah.EWAHCompressedBitmap inbits)
    • andNot

      void andNot(com.googlecode.javaewah.EWAHCompressedBitmap inbits)
    • xor

      void xor(com.googlecode.javaewah.EWAHCompressedBitmap inbits)
    • contains

      boolean contains(int position)
    • remove

      void remove(int position)
    • set

      void set(int position)