Uses of Interface
jetbrains.buildServer.controllers.agent.statistics.table.SortingUtil.Permutation
-
Packages that use SortingUtil.Permutation Package Description jetbrains.buildServer.controllers.agent.statistics.table -
-
Uses of SortingUtil.Permutation in jetbrains.buildServer.controllers.agent.statistics.table
Methods in jetbrains.buildServer.controllers.agent.statistics.table that return SortingUtil.Permutation Modifier and Type Method Description static <Q> SortingUtil.Permutation
SortingUtil. sort(List<Q> list, Comparator<Q> cmp)
Sorts collection fromlist
according to comparercmp
and returns permutation object which can be applied to re-sort any other list of the same size.
-