|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsudoku_human.Utils
public class Utils
Classe di utilita' varie
Constructor Summary | |
---|---|
Utils()
|
Method Summary | |
---|---|
static void |
sortByWeightDecrease(int[] weightArray,
int[] arrayToSort)
Ordina un array di interi prendendo come base un altro array di interi col peso degli elementi nel primo array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Utils()
Method Detail |
---|
public static void sortByWeightDecrease(int[] weightArray, int[] arrayToSort)
weightArray
- l'array di appoggioarrayToSort
- l'array da ordinare
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |