Class BitmapIndexImpl.BitmapObjectImpl
- java.lang.Object
-
- org.eclipse.jgit.lib.BitmapObject
-
- org.eclipse.jgit.internal.storage.file.BitmapIndexImpl.BitmapObjectImpl
-
- Enclosing class:
- BitmapIndexImpl
private static final class BitmapIndexImpl.BitmapObjectImpl extends BitmapObject
-
-
Constructor Summary
Constructors Modifier Constructor Description privateBitmapObjectImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectIdgetObjectId()Get the name of this object.intgetType()Get Git object type.
-
-
-
Field Detail
-
objectId
private ObjectId objectId
-
type
private int type
-
-
Method Detail
-
getObjectId
public ObjectId 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
-
-