Class DfsBlockCache.EvictKey
- java.lang.Object
-
- org.eclipse.jgit.internal.storage.dfs.DfsBlockCache.EvictKey
-
- Enclosing class:
- DfsBlockCache
private static final class DfsBlockCache.EvictKey extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private intkeyHashprivate intpackExtPosprivate longposition
-
Constructor Summary
Constructors Constructor Description EvictKey(DfsBlockCache.Ref<?> ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)inthashCode()
-
-
-
Constructor Detail
-
EvictKey
EvictKey(DfsBlockCache.Ref<?> ref)
-
-