td.mesClasses
Class TableauInt
java.lang.Object
td.mesClasses.TableauInt
public class TableauInt
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableauInt
public TableauInt()
affiche
public static void affiche(int[] t)
clone
public static int[] clone(int[] t)
egalite
public static boolean egalite(int[] t1,
int[] t2)
max
public static int max(int[] t)
nbOccurence
public static int nbOccurence(int[] t,
int val)
posDernierMax
public static int posDernierMax(int[] t)
posMax
public static int[] posMax(int[] t)
posPremierMax
public static int posPremierMax(int[] t)
rechercheDichoT
public static int rechercheDichoT(int[] t,
int elt)
rechercheS
public static int rechercheS(int[] t,
int elt)
remplissageA
public static void remplissageA(int[] t,
int max)
remplissageI
public static void remplissageI(int[] t)
tri
public static void tri(int[] t)