Uses of Class
org.eclipse.jgit.internal.storage.file.WindowCache.Entry
Packages that use WindowCache.Entry
-
Uses of WindowCache.Entry in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as WindowCache.EntryModifier and TypeFieldDescription(package private) final WindowCache.Entry
WindowCache.Entry.next
Next entry in the hash table's chain list.Fields in org.eclipse.jgit.internal.storage.file with type parameters of type WindowCache.EntryModifier and TypeFieldDescriptionprivate final AtomicReferenceArray<WindowCache.Entry>
WindowCache.table
Hash bucket directory; entries are chained below.Methods in org.eclipse.jgit.internal.storage.file that return WindowCache.EntryModifier and TypeMethodDescriptionprivate static WindowCache.Entry
WindowCache.clean
(WindowCache.Entry top) Methods in org.eclipse.jgit.internal.storage.file with parameters of type WindowCache.EntryModifier and TypeMethodDescriptionprivate static WindowCache.Entry
WindowCache.clean
(WindowCache.Entry top) private ByteWindow
WindowCache.scan
(WindowCache.Entry n, Pack pack, long position) Constructors in org.eclipse.jgit.internal.storage.file with parameters of type WindowCache.EntryModifierConstructorDescription(package private)