|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchoco.kernel.common.util.comparator.AbstractSortingPermutation
choco.kernel.common.util.comparator.IntPermutation
public class IntPermutation
Field Summary | |
---|---|
protected int[] |
elements
|
Fields inherited from class choco.kernel.common.util.comparator.AbstractSortingPermutation |
---|
identity, IDENTITY, orderingPermutation, reversePermutation |
Constructor Summary | |
---|---|
IntPermutation(int[] elements,
boolean reverse)
|
Method Summary | |
---|---|
int |
compare(Integer o1,
Integer o2)
|
Methods inherited from class choco.kernel.common.util.comparator.AbstractSortingPermutation |
---|
applyPermutation, applyPermutation, applyPermutation, getOriginalIndex, getPermutationIndex, isIdentity, sort, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Field Detail |
---|
protected final int[] elements
Constructor Detail |
---|
public IntPermutation(int[] elements, boolean reverse)
Method Detail |
---|
public int compare(Integer o1, Integer o2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |