Uses of Class
org.eclipse.jgit.internal.storage.file.PackIndex.MutableEntry
-
Packages that use PackIndex.MutableEntry Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of PackIndex.MutableEntry in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return PackIndex.MutableEntry Modifier and Type Method Description PackIndex.MutableEntry
PackIndex.MutableEntry. cloneEntry()
Methods in org.eclipse.jgit.internal.storage.file that return types with arguments of type PackIndex.MutableEntry Modifier and Type Method Description Iterator<PackIndex.MutableEntry>
Pack. iterator()
abstract Iterator<PackIndex.MutableEntry>
PackIndex. iterator()
-