Uses of Class
org.eclipse.jgit.internal.storage.pack.DeltaIndexScanner
-
Packages that use DeltaIndexScanner Package Description org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files. -
-
Uses of DeltaIndexScanner in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type DeltaIndexScanner Modifier and Type Method Description private void
DeltaIndex. copyEntries(DeltaIndexScanner scan)
private int
DeltaIndex. countEntries(DeltaIndexScanner scan)
-