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 IntList
RawText.lines
Map of line number to starting position withinRawText.content
.private IntList
MyersDiff.MiddleEdit.EditPaths.x
Methods in org.eclipse.jgit.diff with parameters of type IntListModifier and TypeMethodDescriptionprivate static int
RawTextComparator.findForwardLine
(IntList lines, int idx, int ptr) private static int
RawTextComparator.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 IntList
RawParseUtils.lineMap
(byte[] buf, int ptr, int end) Index the region between[ptr, end)
to find line starts.static final IntList
RawParseUtils.lineMapOrBinary
(byte[] buf, int ptr, int end) LikeRawParseUtils.lineMap(byte[], int, int)
but throwBinaryBlobException
if a NUL byte is encountered.private static IntList
RawParseUtils.lineMapOrNull
(byte[] buf, int ptr, int end)