Uses of Interface
org.eclipse.jgit.util.IntList.IntComparator
Packages that use IntList.IntComparator
-
Uses of IntList.IntComparator in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util with parameters of type IntList.IntComparatorModifier and TypeMethodDescriptionvoid
IntList.sort
(IntList.IntComparator comparator) Sort the entries of the list in-place, according to the comparator.