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 InflatingBitSet
BitmapIndexImpl.ComboBitset. inflatingBitmap
Methods in org.eclipse.jgit.internal.storage.file that return InflatingBitSet Modifier and Type Method Description (package private) InflatingBitSet
InflatingBitSet. andNot(com.googlecode.javaewah.EWAHCompressedBitmap other)
(package private) InflatingBitSet
InflatingBitSet. or(com.googlecode.javaewah.EWAHCompressedBitmap other)
(package private) InflatingBitSet
InflatingBitSet. xor(com.googlecode.javaewah.EWAHCompressedBitmap other)
-