Module org.eclipse.jgit
Class MultiPackIndex.PackOffset
java.lang.Object
org.eclipse.jgit.internal.storage.midx.MultiPackIndex.PackOffset
- Enclosing interface:
- MultiPackIndex
(packId, offset) coordinates of an object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()longintprotected MultiPackIndex.PackOffsetsetValues(int packId, long offset)
-
Constructor Details
-
PackOffset
public PackOffset()
-
-
Method Details
-
setValues
-
getPackId
public int getPackId() -
getOffset
public long getOffset() -
copy
-