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.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. -
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.
-