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