Class BitmapIndexImpl.BitmapObjectImpl
java.lang.Object
org.eclipse.jgit.lib.BitmapObject
org.eclipse.jgit.internal.storage.file.BitmapIndexImpl.BitmapObjectImpl
- Enclosing class:
BitmapIndexImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the name of this object.int
getType()
Get Git object type.
-
Field Details
-
objectId
-
type
private int type
-
-
Constructor Details
-
BitmapObjectImpl
private BitmapObjectImpl()
-
-
Method Details
-
getObjectId
Description copied from class:BitmapObject
Get the name of this object.- Specified by:
getObjectId
in classBitmapObject
- Returns:
- unique hash of this object.
-
getType
public int getType()Description copied from class:BitmapObject
Get Git object type. SeeConstants
.- Specified by:
getType
in classBitmapObject
- Returns:
- object type
-