Uses of Interface
org.eclipse.jgit.util.IntList.IntComparator
-
Packages that use IntList.IntComparator Package Description org.eclipse.jgit.util Utility classes. -
-
Uses of IntList.IntComparator in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util with parameters of type IntList.IntComparator Modifier and Type Method Description voidIntList. sort(IntList.IntComparator comparator)Sort the entries of the list in-place, according to the comparator.
-