Class DfsStreamKey.ByteArrayDfsStreamKey
java.lang.Object
org.eclipse.jgit.internal.storage.dfs.DfsStreamKey
org.eclipse.jgit.internal.storage.dfs.DfsStreamKey.ByteArrayDfsStreamKey
- Enclosing class:
DfsStreamKey
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jgit.internal.storage.dfs.DfsStreamKey
DfsStreamKey.ForReverseIndex
-
Field Summary
FieldsFields inherited from class org.eclipse.jgit.internal.storage.dfs.DfsStreamKey
hash, packExtPos
-
Constructor Summary
ConstructorsConstructorDescriptionByteArrayDfsStreamKey
(DfsRepositoryDescription repo, byte[] name, PackExt ext) -
Method Summary
Methods inherited from class org.eclipse.jgit.internal.storage.dfs.DfsStreamKey
hashCode, of, toString
-
Field Details
-
repo
-
name
private final byte[] name
-
-
Constructor Details
-
ByteArrayDfsStreamKey
ByteArrayDfsStreamKey(DfsRepositoryDescription repo, byte[] name, @Nullable PackExt ext)
-
-
Method Details
-
equals
Description copied from class:DfsStreamKey
- Specified by:
equals
in classDfsStreamKey
-