Uses of Class
org.eclipse.jgit.lib.BitmapObject
Packages that use BitmapObject
Package
Description
File based repository storage.
Core API for repository, config, refs, object database.
-
Uses of BitmapObject in org.eclipse.jgit.internal.storage.file
Subclasses of BitmapObject in org.eclipse.jgit.internal.storage.fileMethods in org.eclipse.jgit.internal.storage.file that return types with arguments of type BitmapObject -
Uses of BitmapObject in org.eclipse.jgit.lib
Subinterfaces with type arguments of type BitmapObject in org.eclipse.jgit.libModifier and TypeInterfaceDescriptionstatic interfaceA bitmap representation of ObjectIds that can be iterated to return the underlyingObjectIds or operated on with otherBitmaps.Methods in org.eclipse.jgit.lib that return types with arguments of type BitmapObjectModifier and TypeMethodDescriptionBitmapIndex.Bitmap.iterator()Returns an iterator over a set of elements of type BitmapObject.