Uses of Class
org.eclipse.jgit.internal.storage.file.BitmapIndexImpl.MutableEntry
-
Packages that use BitmapIndexImpl.MutableEntry Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of BitmapIndexImpl.MutableEntry in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file with type parameters of type BitmapIndexImpl.MutableEntry Modifier and Type Field Description private BlockList<BitmapIndexImpl.MutableEntry>BitmapIndexImpl.MutableBitmapIndex. revListprivate ObjectIdOwnerMap<BitmapIndexImpl.MutableEntry>BitmapIndexImpl.MutableBitmapIndex. revMapMethods in org.eclipse.jgit.internal.storage.file that return BitmapIndexImpl.MutableEntry Modifier and Type Method Description (package private) BitmapIndexImpl.MutableEntryBitmapIndexImpl.MutableBitmapIndex. getObject(int position)
-