Uses of Class
org.eclipse.jgit.lib.ObjectIdSubclassMap
-
Packages that use ObjectIdSubclassMap Package Description org.eclipse.jgit.internal.storage.reftable org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of ObjectIdSubclassMap in org.eclipse.jgit.internal.storage.reftable
Fields in org.eclipse.jgit.internal.storage.reftable declared as ObjectIdSubclassMap Modifier and Type Field Description private ObjectIdSubclassMap<ReftableWriter.RefList>
ReftableWriter. obj2ref
Methods in org.eclipse.jgit.internal.storage.reftable with parameters of type ObjectIdSubclassMap Modifier and Type Method Description private static java.util.List<ReftableWriter.RefList>
ReftableWriter. sortById(ObjectIdSubclassMap<ReftableWriter.RefList> m)
-
Uses of ObjectIdSubclassMap in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as ObjectIdSubclassMap Modifier and Type Field Description private ObjectIdSubclassMap<ObjectId>
PackParser. baseObjectIds
Objects referenced by their name from deltas, that aren't in this pack.private ObjectIdSubclassMap<ObjectId>
PackParser. newObjectIds
Every object contained within the incoming pack.Methods in org.eclipse.jgit.transport that return ObjectIdSubclassMap Modifier and Type Method Description ObjectIdSubclassMap<ObjectId>
PackParser. getBaseObjectIds()
Get set of objects the incoming pack assumed for delta purposesObjectIdSubclassMap<ObjectId>
PackParser. getNewObjectIds()
Get the new objects that were sent by the user
-