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. revList
private ObjectIdOwnerMap<BitmapIndexImpl.MutableEntry>
BitmapIndexImpl.MutableBitmapIndex. revMap
Methods in org.eclipse.jgit.internal.storage.file that return BitmapIndexImpl.MutableEntry Modifier and Type Method Description (package private) BitmapIndexImpl.MutableEntry
BitmapIndexImpl.MutableBitmapIndex. getObject(int position)
-