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 IntList
RawText.lines
Map 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 IntList
IntList.filledWithRange
(int start, int end) Create a list initialized with the values of the given range.static 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.