java.lang.Object
org.eclipse.jgit.lib.AnyObjectId
org.eclipse.jgit.lib.ObjectId
org.eclipse.jgit.lib.ObjectIdOwnerMap.Entry
- All Implemented Interfaces:
Serializable,Comparable<AnyObjectId>
- Direct Known Subclasses:
PackedObjectInfo,RevObject
- Enclosing class:
- ObjectIdOwnerMap<V extends ObjectIdOwnerMap.Entry>
Type of entry stored in the
ObjectIdOwnerMap.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jgit.lib.ObjectId
equals, fromRaw, fromRaw, fromRaw, fromRaw, fromRaw, fromString, fromString, isId, toObjectId, toString, zeroId
-
Constructor Details
-
Entry
Initialize this entry with a specific ObjectId.- Parameters:
id- the id the entry represents.
-