Class DfsPackCompactor.ObjectIdWithOffset
java.lang.Object
org.eclipse.jgit.lib.AnyObjectId
org.eclipse.jgit.lib.ObjectId
org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor.ObjectIdWithOffset
- All Implemented Interfaces:
Serializable, Comparable<AnyObjectId>
- Enclosing class:
DfsPackCompactor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ObjectId
equals, fromRaw, fromRaw, fromRaw, fromRaw, fromString, fromString, isId, toObjectId, toString, zeroId
-
Field Details
-
offset
final long offset
-
-
Constructor Details
-
ObjectIdWithOffset
ObjectIdWithOffset(AnyObjectId id, long ofs)
-