Class PackBitmapIndexRemapper.Entry
java.lang.Object
org.eclipse.jgit.lib.AnyObjectId
org.eclipse.jgit.lib.ObjectId
org.eclipse.jgit.internal.storage.file.PackBitmapIndexRemapper.Entry
- All Implemented Interfaces:
Serializable, Comparable<AnyObjectId>
- Enclosing class:
PackBitmapIndexRemapper
An entry in the old PackBitmapIndex.
- See Also:
-
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
-
flags
private final int flags
-
-
Constructor Details
-
Entry
Entry(AnyObjectId src, int flags)
-
-
Method Details
-
getFlags
public int getFlags()- Returns:
- the flags associated with the bitmap.
-