Class PackBitmapIndexBuilder.PositionEntry
- 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.PackBitmapIndexBuilder.PositionEntry
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<AnyObjectId>
- Enclosing class:
- PackBitmapIndexBuilder
private static final class PackBitmapIndexBuilder.PositionEntry extends ObjectIdOwnerMap.Entry
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
namePosition
(package private) int
offsetPosition
-
Constructor Summary
Constructors Constructor Description PositionEntry(AnyObjectId objectId, int namePosition)
-
Method Summary
-
Methods inherited from class org.eclipse.jgit.lib.ObjectId
equals, fromRaw, fromRaw, fromRaw, fromRaw, fromString, fromString, isId, toObjectId, toString, zeroId
-
Methods inherited from class org.eclipse.jgit.lib.AnyObjectId
abbreviate, compareTo, compareTo, compareTo, copy, copyRawTo, copyRawTo, copyRawTo, copyRawTo, copyTo, copyTo, copyTo, copyTo, copyTo, copyTo, equals, equals, equals, getByte, getFirstByte, getName, hashCode, isEqual, name, startsWith, toString
-
-
-
-
Constructor Detail
-
PositionEntry
PositionEntry(AnyObjectId objectId, int namePosition)
-
-