Package org.eclipse.jgit.transport
Class PackParser.DeltaChain
java.lang.Object
org.eclipse.jgit.lib.AnyObjectId
org.eclipse.jgit.lib.ObjectId
org.eclipse.jgit.lib.ObjectIdOwnerMap.Entry
org.eclipse.jgit.transport.PackParser.DeltaChain
- All Implemented Interfaces:
Serializable
,Comparable<AnyObjectId>
- Enclosing class:
PackParser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) PackParser.UnresolvedDelta
remove()
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
-
Field Details
-
head
-
-
Constructor Details
-
DeltaChain
DeltaChain(AnyObjectId id)
-
-
Method Details
-
remove
PackParser.UnresolvedDelta remove() -
add
-