Uses of Class
org.eclipse.jgit.util.IntList
-
Packages that use IntList Package Description org.eclipse.jgit.diff Comparing file contents by computing diffs.org.eclipse.jgit.dircache Reading and editing the directory cache (index).org.eclipse.jgit.merge Content and commit history merge algorithms.org.eclipse.jgit.util Utility classes. -
-
Uses of IntList in org.eclipse.jgit.diff
Fields in org.eclipse.jgit.diff declared as IntList Modifier and Type Field Description protected IntListRawText. linesMap of line number to starting position withinRawText.content.private IntListMyersDiff.MiddleEdit.EditPaths. xMethods in org.eclipse.jgit.diff with parameters of type IntList Modifier and Type Method Description private 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 Constructor Description RawText(byte[] input, IntList lineMap)Create a new sequence from the existing content byte array and the line map indicating line boundaries. -
Uses of IntList in org.eclipse.jgit.dircache
Methods in org.eclipse.jgit.dircache with parameters of type IntList Modifier and Type Method Description private static java.util.ArrayList<java.lang.String>DirCacheCheckout. filterOut(java.util.ArrayList<java.lang.String> strings, IntList indicesToRemove) -
Uses of IntList in org.eclipse.jgit.merge
Fields in org.eclipse.jgit.merge declared as IntList Modifier and Type Field Description (package private) IntListMergeResult. chunks -
Uses of IntList in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return IntList Modifier and Type Method Description static IntListRawParseUtils. lineMap(byte[] buf, int ptr, int end)Index the region between[ptr, end)to find line starts.static IntListRawParseUtils. lineMapOrBinary(byte[] buf, int ptr, int end)LikeRawParseUtils.lineMap(byte[], int, int)but throwBinaryBlobExceptionif a NUL byte is encountered.private static IntListRawParseUtils. lineMapOrNull(byte[] buf, int ptr, int end)
-