Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsReader.FoundObject
-
Packages that use DfsReader.FoundObject Package Description org.eclipse.jgit.internal.storage.dfs 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.FoundObject Modifier and Type Field Description private static java.util.Comparator<DfsReader.FoundObject<?>>
DfsReader. FOUND_OBJECT_SORT
Methods in org.eclipse.jgit.internal.storage.dfs that return types with arguments of type DfsReader.FoundObject Modifier and Type Method Description private <T extends ObjectId>
java.lang.Iterable<DfsReader.FoundObject<T>>DfsReader. findAll(java.lang.Iterable<T> objectIds)
Method parameters in org.eclipse.jgit.internal.storage.dfs with type arguments of type DfsReader.FoundObject Modifier and Type Method Description private <T extends ObjectId>
voidDfsReader. findAllImpl(DfsObjDatabase.PackList packList, java.util.Collection<T> pending, java.util.List<DfsReader.FoundObject<T>> r)
-