|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcm.Tris
public class Tris
Constructor Summary | |
---|---|
Tris()
|
Method Summary | |
---|---|
static void |
affiche(int[] tableau)
|
static void |
triBulle(int[] tableau)
|
static void |
triCasier(int[] tableau)
|
static void |
triInsertion(int[] tableau)
|
static void |
triSelection(int[] tableau)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tris()
Method Detail |
---|
public static void affiche(int[] tableau)
public static void triBulle(int[] tableau)
public static void triCasier(int[] tableau)
public static void triInsertion(int[] tableau)
public static void triSelection(int[] tableau)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |