td.mesClasses
Class TableauInt

java.lang.Object
  extended by td.mesClasses.TableauInt

public class TableauInt
extends java.lang.Object


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

Constructor Detail

TableauInt

public TableauInt()
Method Detail

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)