Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Class and Description |
---|---|
private static class |
BitmapIndexImpl.BitmapObjectImpl |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<BitmapObject> |
BitmapIndexImpl.CompressedBitmapBuilder.iterator() |
java.util.Iterator<BitmapObject> |
BitmapIndexImpl.CompressedBitmap.iterator() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<BitmapObject> |
BitmapIndex.Bitmap.iterator()
Returns an iterator over a set of elements of type BitmapObject.
|