Class BitmapIndexImpl.MutableEntry
java.lang.Object
org.eclipse.jgit.lib.AnyObjectId
org.eclipse.jgit.lib.ObjectId
org.eclipse.jgit.lib.ObjectIdOwnerMap.Entry
org.eclipse.jgit.internal.storage.file.BitmapIndexImpl.MutableEntry
- All Implemented Interfaces:
Serializable, Comparable<AnyObjectId>
- Enclosing class:
BitmapIndexImpl
-
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
-
type
final int type -
position
final int position
-
-
Constructor Details
-
MutableEntry
MutableEntry(AnyObjectId objectId, int type, int position)
-