Class DfsStreamKey.ForReverseIndex
- java.lang.Object
-
- org.eclipse.jgit.internal.storage.dfs.DfsStreamKey
-
- org.eclipse.jgit.internal.storage.dfs.DfsStreamKey.ForReverseIndex
-
- Enclosing class:
- DfsStreamKey
static final class DfsStreamKey.ForReverseIndex extends DfsStreamKey
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jgit.internal.storage.dfs.DfsStreamKey
DfsStreamKey.ForReverseIndex
-
-
Field Summary
Fields Modifier and Type Field Description private DfsStreamKey
idxKey
-
Fields inherited from class org.eclipse.jgit.internal.storage.dfs.DfsStreamKey
hash, packExtPos
-
-
Constructor Summary
Constructors Constructor Description ForReverseIndex(DfsStreamKey idxKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
-
Methods inherited from class org.eclipse.jgit.internal.storage.dfs.DfsStreamKey
hashCode, of, toString
-
-
-
-
Field Detail
-
idxKey
private final DfsStreamKey idxKey
-
-
Constructor Detail
-
ForReverseIndex
ForReverseIndex(DfsStreamKey idxKey)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
Description copied from class:DfsStreamKey
- Specified by:
equals
in classDfsStreamKey
-
-