Interface SortingUtil.Permutation
-
- Enclosing class:
- SortingUtil
public static interface SortingUtil.Permutation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> void
apply(List<T> list)
-
-
-
Method Detail
-
apply
<T> void apply(List<T> list)
-
-