tp.prof.classes
Class TableauInt
java.lang.Object
tp.prof.classes.TableauInt
public class TableauInt
- extends java.lang.Object
Une classe utilitaire pour manipuler des tableaux d'entiers.
- Author:
- jub
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableauInt
public TableauInt()
remplissageA
public static void remplissageA(int[] t,
int max)
affiche
public static void affiche(int[] t)
remplissageI
public static void remplissageI(int[] t)
posMax
public static int posMax(int[] t)
somme
public static int somme(int[] t)
rechercheS
public static int rechercheS(int[] t,
int elt)
clone
public static int[] clone(int[] t)
tri
public static int[] tri(int[] t)
rechercheDichoT
public static int rechercheDichoT(int[] t,
int elt)
egalite
public static boolean egalite(int[] t1,
int[] t2)