Uses of Class
org.eclipse.jgit.internal.storage.file.InflatingBitSet
-
Packages that use InflatingBitSet Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of InflatingBitSet in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as InflatingBitSet Modifier and Type Field Description private InflatingBitSetBitmapIndexImpl.ComboBitset. inflatingBitmapMethods in org.eclipse.jgit.internal.storage.file that return InflatingBitSet Modifier and Type Method Description (package private) InflatingBitSetInflatingBitSet. andNot(com.googlecode.javaewah.EWAHCompressedBitmap other)(package private) InflatingBitSetInflatingBitSet. or(com.googlecode.javaewah.EWAHCompressedBitmap other)(package private) InflatingBitSetInflatingBitSet. xor(com.googlecode.javaewah.EWAHCompressedBitmap other)
-