Uses of Class
org.eclipse.jgit.internal.storage.pack.DeltaIndex
-
Packages that use DeltaIndex Package Description org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files. -
-
Uses of DeltaIndex in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as DeltaIndex Modifier and Type Field Description (package private) DeltaIndexDeltaWindowEntry. indexIndex of this object's content, to encode other deltas.Methods in org.eclipse.jgit.internal.storage.pack that return DeltaIndex Modifier and Type Method Description private DeltaIndexDeltaWindow. index(DeltaWindowEntry ent)
-