Uses of Class
org.eclipse.jgit.internal.storage.file.DeltaBaseCache.Slot
Packages that use DeltaBaseCache.Slot
-
Uses of DeltaBaseCache.Slot in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as DeltaBaseCache.SlotModifier and TypeFieldDescriptionprivate final 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.SlotModifier and TypeMethodDescriptionprivate void
DeltaBaseCache.clearEntry
(DeltaBaseCache.Slot e) private void
DeltaBaseCache.moveToHead
(DeltaBaseCache.Slot e) private void
DeltaBaseCache.unlink
(DeltaBaseCache.Slot e)