Uses of Class
org.eclipse.jgit.internal.storage.file.DeltaBaseCache.Slot
-
Packages that use DeltaBaseCache.Slot Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of DeltaBaseCache.Slot in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as DeltaBaseCache.Slot Modifier and Type Field Description private DeltaBaseCache.Slot[]
DeltaBaseCache. cache
private DeltaBaseCache.Slot
DeltaBaseCache. lruHead
(package private) DeltaBaseCache.Slot
DeltaBaseCache.Slot. lruNext
(package private) DeltaBaseCache.Slot
DeltaBaseCache.Slot. lruPrev
private DeltaBaseCache.Slot
DeltaBaseCache. lruTail
Methods in org.eclipse.jgit.internal.storage.file with parameters of type DeltaBaseCache.Slot Modifier and Type Method Description private void
DeltaBaseCache. clearEntry(DeltaBaseCache.Slot e)
private void
DeltaBaseCache. moveToHead(DeltaBaseCache.Slot e)
private void
DeltaBaseCache. unlink(DeltaBaseCache.Slot e)
-