Uses of Class
org.eclipse.jgit.internal.storage.file.PackIndex.MutableEntry
Packages that use PackIndex.MutableEntry
-
Uses of PackIndex.MutableEntry in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return PackIndex.MutableEntryModifier and TypeMethodDescriptionPackIndex.MutableEntry.cloneEntry()Clone the entryPackIndex.EntriesIterator.next()Implementation must updatePackIndex.EntriesIterator.returnedNumberbefore returning element.Methods in org.eclipse.jgit.internal.storage.file that return types with arguments of type PackIndex.MutableEntryMethods in org.eclipse.jgit.internal.storage.file with parameters of type PackIndex.MutableEntryModifier and TypeMethodDescriptionintPackIndex.MutableEntry.compareBySha1To(PackIndex.MutableEntry other) Similar toComparable.compareTo(Object), using only the object id in the entry.