|
|||||||||
| Home >> All >> org >> fudaa >> dodico >> [ collection overview ] | PREV NEXT | ||||||||
A
- ajoute(IObjet) - Method in class org.fudaa.dodico.collection.DTableau
- Ajoute l'objet
_oau ITableau.
C
- clone() - Method in class org.fudaa.dodico.collection.DTableau
- Attention: les methodes
clone()ne sont pas implementees correctement. - contient(IObjet) - Method in class org.fudaa.dodico.collection.DTableau
- Teste si l'IObjet
_oappartient a ce tableau.
D
- DCollection - class org.fudaa.dodico.collection.DCollection.
- Classe typant les objets implantant des interfaces du type ICollection.
- DCollection() - Constructor for class org.fudaa.dodico.collection.DCollection
- Constructeur vide.
- DTableau - class org.fudaa.dodico.collection.DTableau.
- Cette classe implante un tableau d'objet dynamique (cf
java.util.Vector) : un tableau dont la taille est geree automatiquement et dont les elements sont accessibles par l'intermediaire d'un index numerique. - DTableau() - Constructor for class org.fudaa.dodico.collection.DTableau
- Initialise le vecteur (
java.lang.Vector) interne utilise pour stocker les IObjets.
E
- element(int) - Method in class org.fudaa.dodico.collection.DTableau
- Renvoie l'IObjet situe a la position
_idu tableau. - elements() - Method in class org.fudaa.dodico.collection.DTableau
- Renvoie le tableau sous forme d'un tableau d'IObjets.
- elements(IObjet[]) - Method in class org.fudaa.dodico.collection.DTableau
- Vide le tableau et ajoute tous les objets du tableau
_o. - enleve(IObjet) - Method in class org.fudaa.dodico.collection.DTableau
- Enleve l'IObjet
_odu tableau. - estVide() - Method in class org.fudaa.dodico.collection.DTableau
- Teste si le tableau est vide.
I
- initialise(IObjet) - Method in class org.fudaa.dodico.collection.DTableau
- Initialise cet objet avec
_o, si_oest une instance deITableau.
O
- org.fudaa.dodico.collection - package org.fudaa.dodico.collection
R
- remplace(int, IObjet) - Method in class org.fudaa.dodico.collection.DTableau
- Si
_iest un indice valide, remplace l'objet correspondant par_o.
T
- taille() - Method in class org.fudaa.dodico.collection.DTableau
- Renvoie la taille du tableau: le nombre d'IObjets stockés.
- toString() - Method in class org.fudaa.dodico.collection.DTableau
- Renvoie une chaine decrivant l'objet.
- toVector() - Method in class org.fudaa.dodico.collection.DTableau
- Convertit l'objet corba en un objet java (
java.lang.Vector).
V
- v_ - Variable in class org.fudaa.dodico.collection.DTableau
- Le vecteur utilise pour stocké les donnees.
- vide() - Method in class org.fudaa.dodico.collection.DTableau
- Supprime tous les elements du tableau.
A C D E I O R T V
|
|||||||||
| Home >> All >> org >> fudaa >> dodico >> [ collection overview ] | PREV NEXT | ||||||||