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.intgetType()Get Git object type.
-
Field Details
-
objectId
-
type
private int type
-
-
Constructor Details
-
BitmapObjectImpl
private BitmapObjectImpl()
-
-
Method Details
-
getObjectId
Description copied from class:BitmapObjectGet the name of this object.- Specified by:
getObjectIdin classBitmapObject- Returns:
- unique hash of this object.
-
getType
public int getType()Description copied from class:BitmapObjectGet Git object type. SeeConstants.- Specified by:
getTypein classBitmapObject- Returns:
- object type
-