com.github.azbh111.utils.java.math.permutation.ObjectPermutationHolder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utils-java Show documentation
Show all versions of utils-java Show documentation
com.github.azbh111:utils-java
The newest version!
package com.github.azbh111.utils.java.math.permutation;
import com.github.azbh111.utils.java.array.ArrayUtils;
import java.util.Comparator;
/**
*
* @author pyz
* @date 2019/4/14 11:13 AM
*/
public class ObjectPermutationHolder extends PermutationHolder {
private final Object[] arr;
private final Comparator