Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsReader.FoundObject
Packages that use DfsReader.FoundObject
Package
Description
Distributed file system based repository storage.
-
Uses of DfsReader.FoundObject in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs with type parameters of type DfsReader.FoundObjectModifier and TypeFieldDescriptionprivate static final Comparator
<DfsReader.FoundObject<?>> DfsReader.FOUND_OBJECT_SORT
Methods in org.eclipse.jgit.internal.storage.dfs that return types with arguments of type DfsReader.FoundObjectMethod parameters in org.eclipse.jgit.internal.storage.dfs with type arguments of type DfsReader.FoundObjectModifier and TypeMethodDescriptionprivate <T extends ObjectId>
voidDfsReader.findAllImpl
(DfsObjDatabase.PackList packList, Collection<T> pending, List<DfsReader.FoundObject<T>> r)