Uses of Class
org.eclipse.jgit.util.IntList
Packages that use IntList
Package
Description
Comparing file contents by computing diffs.
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.Constructors in org.eclipse.jgit.diff with parameters of type IntList -
Uses of IntList in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return IntListModifier and TypeMethodDescriptionstatic IntListIntList.filledWithRange(int start, int end) Create a list initialized with the values of the given range.static 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.