Uses of Class
org.eclipse.jgit.internal.storage.midx.MultiPackIndex.PackOffset
Packages that use MultiPackIndex.PackOffset
-
Uses of MultiPackIndex.PackOffset in org.eclipse.jgit.internal.storage.midx
Fields in org.eclipse.jgit.internal.storage.midx declared as MultiPackIndex.PackOffsetModifier and TypeFieldDescriptionprotected final MultiPackIndex.PackOffsetMultiPackIndex.MutableEntry.packOffsetMethods in org.eclipse.jgit.internal.storage.midx that return MultiPackIndex.PackOffsetModifier and TypeMethodDescriptionMultiPackIndex.PackOffset.copy()static MultiPackIndex.PackOffsetMultiPackIndex.PackOffset.create(int packId, long offset) Return a new PackOffset with the defined data.MultiPackIndex.find(AnyObjectId objectId) Obtain the location of the object.MultiPackIndex.PackOffset.setValues(int packId, long offset) Methods in org.eclipse.jgit.internal.storage.midx with parameters of type MultiPackIndex.PackOffsetModifier and TypeMethodDescriptionintMultiPackIndex.PackOffset.compareTo(MultiPackIndex.PackOffset packOffset) intMultiPackIndex.findBitmapPosition(MultiPackIndex.PackOffset po) Return the position in offset order (i.e. ridx or bitmap position) for the (packId, offset) pair.