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 java.util.Iterator<PackIndex.MutableEntry>
PackFile. iterator()
Provide iterator over entries in associated pack index, that should also exist in this pack file.abstract java.util.Iterator<PackIndex.MutableEntry>
PackIndex. iterator()
Provide iterator that gives access to index entries.
-