Uses of Class
org.eclipse.jgit.lib.BitmapObject
-
Packages that use BitmapObject Package Description org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of BitmapObject in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return types with arguments of type BitmapObject Modifier and Type Method Description Iterator<BitmapObject>
BitmapIndexImpl.CompressedBitmap. iterator()
-
Uses of BitmapObject in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return types with arguments of type BitmapObject Modifier and Type Method Description Iterator<BitmapObject>
BitmapIndex.Bitmap. iterator()
Returns an iterator over a set of elements of type BitmapObject.
-