Uses of Class
org.eclipse.jgit.util.IntList
Packages that use IntList
Package
Description
Comparing file contents by computing diffs.
Reading and editing the directory cache (index).
Content and commit history merge algorithms.
Utility classes.
-
Uses of IntList in org.eclipse.jgit.diff
Fields in org.eclipse.jgit.diff declared as IntListModifier and TypeFieldDescriptionprotected final IntListRawText.linesMap of line number to starting position withinRawText.content.private IntListMyersDiff.MiddleEdit.EditPaths.xMethods in org.eclipse.jgit.diff with parameters of type IntListModifier and TypeMethodDescriptionprivate static intRawTextComparator.findForwardLine(IntList lines, int idx, int ptr) private static intRawTextComparator.findReverseLine(IntList lines, int idx, int ptr) Constructors in org.eclipse.jgit.diff with parameters of type IntList -
Uses of IntList in org.eclipse.jgit.dircache
Methods in org.eclipse.jgit.dircache with parameters of type IntList -
Uses of IntList in org.eclipse.jgit.merge
Fields in org.eclipse.jgit.merge declared as IntList -
Uses of IntList in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return IntListModifier and TypeMethodDescriptionstatic final IntListRawParseUtils.lineMap(byte[] buf, int ptr, int end) Index the region between[ptr, end)to find line starts.static final IntListRawParseUtils.lineMapOrBinary(byte[] buf, int ptr, int end) LikeRawParseUtils.lineMap(byte[], int, int)but throwBinaryBlobExceptionif a NUL byte is encountered.