Class DfsStreamKey.ByteArrayDfsStreamKey
- java.lang.Object
-
- org.eclipse.jgit.internal.storage.dfs.DfsStreamKey
-
- org.eclipse.jgit.internal.storage.dfs.DfsStreamKey.ByteArrayDfsStreamKey
-
- Enclosing class:
- DfsStreamKey
private static final class DfsStreamKey.ByteArrayDfsStreamKey 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 byte[]
name
private DfsRepositoryDescription
repo
-
Fields inherited from class org.eclipse.jgit.internal.storage.dfs.DfsStreamKey
hash, packExtPos
-
-
Constructor Summary
Constructors Constructor Description ByteArrayDfsStreamKey(DfsRepositoryDescription repo, byte[] name, PackExt ext)
-
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
-
repo
private final DfsRepositoryDescription repo
-
name
private final byte[] name
-
-
Constructor Detail
-
ByteArrayDfsStreamKey
ByteArrayDfsStreamKey(DfsRepositoryDescription repo, byte[] name, @Nullable PackExt ext)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
Description copied from class:DfsStreamKey
- Specified by:
equals
in classDfsStreamKey
-
-