Package org.eclipse.jgit.lib
Class ObjectIdOwnerMap.Entry
- java.lang.Object
-
- org.eclipse.jgit.lib.AnyObjectId
-
- org.eclipse.jgit.lib.ObjectId
-
- org.eclipse.jgit.lib.ObjectIdOwnerMap.Entry
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<AnyObjectId>
- Direct Known Subclasses:
BasePackBitmapIndex.StoredBitmap
,BaseSearch.TreeWithData
,BitmapIndexImpl.MutableEntry
,CachedObjectDirectory.UnpackedObjectId
,FsckPackParser.ObjFromPack
,LazyObjectIdSetFile.Entry
,PackBitmapIndexBuilder.PositionEntry
,PackedObjectInfo
,PackParser.DeltaChain
,ReftableWriter.RefList
,RevObject
- Enclosing class:
- ObjectIdOwnerMap<V extends ObjectIdOwnerMap.Entry>
public abstract static class ObjectIdOwnerMap.Entry extends ObjectId
Type of entry stored in theObjectIdOwnerMap
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ObjectIdOwnerMap.Entry
next
-
Constructor Summary
Constructors Constructor Description Entry(AnyObjectId id)
Initialize this entry with a specific ObjectId.
-
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, formatHexChar, getByte, getFirstByte, getName, hashCode, isEqual, name, startsWith, toString
-
-
-
-
Field Detail
-
next
transient ObjectIdOwnerMap.Entry next
-
-
Constructor Detail
-
Entry
public Entry(AnyObjectId id)
Initialize this entry with a specific ObjectId.- Parameters:
id
- the id the entry represents.
-
-