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
Subclasses of BitmapObject in org.eclipse.jgit.internal.storage.file Modifier and Type Class Description private static class
BitmapIndexImpl.BitmapObjectImpl
Methods in org.eclipse.jgit.internal.storage.file that return types with arguments of type BitmapObject Modifier and Type Method Description java.util.Iterator<BitmapObject>
BitmapIndexImpl.CompressedBitmap. iterator()
java.util.Iterator<BitmapObject>
BitmapIndexImpl.CompressedBitmapBuilder. 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 java.util.Iterator<BitmapObject>
BitmapIndex.Bitmap. iterator()
Returns an iterator over a set of elements of type BitmapObject.
-