Uses of Class
org.eclipse.jgit.lib.ObjectIdSubclassMap
Packages that use ObjectIdSubclassMap
Package
Description
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 ObjectIdSubclassMapMethods in org.eclipse.jgit.internal.storage.reftable with parameters of type ObjectIdSubclassMapModifier and TypeMethodDescriptionprivate static 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 ObjectIdSubclassMapModifier and TypeFieldDescriptionprivate ObjectIdSubclassMap<ObjectId>PackParser.baseObjectIdsObjects referenced by their name from deltas, that aren't in this pack.private ObjectIdSubclassMap<ObjectId>PackParser.newObjectIdsEvery object contained within the incoming pack.Methods in org.eclipse.jgit.transport that return ObjectIdSubclassMapModifier and TypeMethodDescriptionPackParser.getBaseObjectIds()Get set of objects the incoming pack assumed for delta purposesPackParser.getNewObjectIds()Get the new objects that were sent by the user