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. cacheprivate DeltaBaseCache.SlotDeltaBaseCache. lruHead(package private) DeltaBaseCache.SlotDeltaBaseCache.Slot. lruNext(package private) DeltaBaseCache.SlotDeltaBaseCache.Slot. lruPrevprivate DeltaBaseCache.SlotDeltaBaseCache. lruTailMethods in org.eclipse.jgit.internal.storage.file with parameters of type DeltaBaseCache.Slot Modifier and Type Method Description private voidDeltaBaseCache. clearEntry(DeltaBaseCache.Slot e)private voidDeltaBaseCache. moveToHead(DeltaBaseCache.Slot e)private voidDeltaBaseCache. unlink(DeltaBaseCache.Slot e)
-