Class DfsBlockCache.HashEntry
java.lang.Object
org.eclipse.jgit.internal.storage.dfs.DfsBlockCache.HashEntry
- Enclosing class:
- DfsBlockCache
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final DfsBlockCache.HashEntry
Next entry in the hash table's chain list.(package private) final DfsBlockCache.Ref
The referenced object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
next
Next entry in the hash table's chain list. -
ref
The referenced object.
-
-
Constructor Details
-
HashEntry
HashEntry(DfsBlockCache.HashEntry n, DfsBlockCache.Ref r)
-