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 int
keyHash
private int
packExtPos
private long
position
-
Constructor Summary
Constructors Constructor Description EvictKey(DfsBlockCache.Ref<?> ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object object)
int
hashCode()
-
-
-
Constructor Detail
-
EvictKey
EvictKey(DfsBlockCache.Ref<?> ref)
-
-