Uses of Class
org.eclipse.jgit.internal.storage.pack.DeltaWindow
-
Packages that use DeltaWindow Package Description org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files. -
-
Uses of DeltaWindow in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as DeltaWindow Modifier and Type Field Description private DeltaWindowDeltaTask. dwMethods in org.eclipse.jgit.internal.storage.pack that return DeltaWindow Modifier and Type Method Description (package private) DeltaWindowDeltaTask. initWindow(DeltaTask.Slice s)(package private) DeltaWindowDeltaTask.Block. stealWork(DeltaTask forThread)Methods in org.eclipse.jgit.internal.storage.pack with parameters of type DeltaWindow Modifier and Type Method Description private voidDeltaTask. runWindow(DeltaWindow w)
-